diff --git a/.gitattributes b/.gitattributes index c73dfe04a2c3578e4f44ad92a7ae9af53301b96a..b92bc0052386a3ed1c91da0b74f47b982e680c8b 100644 --- a/.gitattributes +++ b/.gitattributes @@ -42,3 +42,7 @@ experiments/de-en/checkpoint-790/tokenizer.json filter=lfs diff=lfs merge=lfs -t experiments/en-zh/adapter/tokenizer.json filter=lfs diff=lfs merge=lfs -text experiments/en-zh/checkpoint-500/tokenizer.json filter=lfs diff=lfs merge=lfs -text experiments/en-zh/checkpoint-790/tokenizer.json filter=lfs diff=lfs merge=lfs -text +experiments/de-en-zh/adapter/tokenizer.json filter=lfs diff=lfs merge=lfs -text +experiments/de-en-zh/checkpoint-1000/tokenizer.json filter=lfs diff=lfs merge=lfs -text +experiments/de-en-zh/checkpoint-1185/tokenizer.json filter=lfs diff=lfs merge=lfs -text +experiments/de-en-zh/checkpoint-500/tokenizer.json filter=lfs diff=lfs merge=lfs -text diff --git a/experiments/de-en-zh/README.md b/experiments/de-en-zh/README.md new file mode 100644 index 0000000000000000000000000000000000000000..c79ff9bc119c281be758ab70a7ae089ea28d470b --- /dev/null +++ b/experiments/de-en-zh/README.md @@ -0,0 +1,59 @@ +--- +base_model: unsloth/meta-llama-3.1-8b-instruct-bnb-4bit +library_name: transformers +model_name: de-en-zh +tags: +- generated_from_trainer +- unsloth +- sft +- trl +licence: license +--- + +# Model Card for de-en-zh + +This model is a fine-tuned version of [unsloth/meta-llama-3.1-8b-instruct-bnb-4bit](https://huggingface.co/unsloth/meta-llama-3.1-8b-instruct-bnb-4bit). +It has been trained using [TRL](https://github.com/huggingface/trl). + +## Quick start + +```python +from transformers import pipeline + +question = "If you had a time machine, but could only go to the past or the future once and never return, which would you choose and why?" +generator = pipeline("text-generation", model="None", device="cuda") +output = generator([{"role": "user", "content": question}], max_new_tokens=128, return_full_text=False)[0] +print(output["generated_text"]) +``` + +## Training procedure + + + + +This model was trained with SFT. + +### Framework versions + +- TRL: 0.22.2 +- Transformers: 4.56.0 +- Pytorch: 2.8.0+cu129 +- Datasets: 4.3.0 +- Tokenizers: 0.22.0 + +## Citations + + + +Cite TRL as: + +```bibtex +@misc{vonwerra2022trl, + title = {{TRL: Transformer Reinforcement Learning}}, + author = {Leandro von Werra and Younes Belkada and Lewis Tunstall and Edward Beeching and Tristan Thrush and Nathan Lambert and Shengyi Huang and Kashif Rasul and Quentin Gallou{\'e}dec}, + year = 2020, + journal = {GitHub repository}, + publisher = {GitHub}, + howpublished = {\url{https://github.com/huggingface/trl}} +} +``` \ No newline at end of file diff --git a/experiments/de-en-zh/adapter/README.md b/experiments/de-en-zh/adapter/README.md new file mode 100644 index 0000000000000000000000000000000000000000..6e1128c4737461313d01ab9fe9909a170568a6d0 --- /dev/null +++ b/experiments/de-en-zh/adapter/README.md @@ -0,0 +1,210 @@ +--- +base_model: unsloth/meta-llama-3.1-8b-instruct-bnb-4bit +library_name: peft +pipeline_tag: text-generation +tags: +- base_model:adapter:unsloth/meta-llama-3.1-8b-instruct-bnb-4bit +- lora +- sft +- transformers +- trl +- unsloth +--- + +# Model Card for Model ID + + + + + +## Model Details + +### Model Description + + + + + +- **Developed by:** [More Information Needed] +- **Funded by [optional]:** [More Information Needed] +- **Shared by [optional]:** [More Information Needed] +- **Model type:** [More Information Needed] +- **Language(s) (NLP):** [More Information Needed] +- **License:** [More Information Needed] +- **Finetuned from model [optional]:** [More Information Needed] + +### Model Sources [optional] + + + +- **Repository:** [More Information Needed] +- **Paper [optional]:** [More Information Needed] +- **Demo [optional]:** [More Information Needed] + +## Uses + + + +### Direct Use + + + +[More Information Needed] + +### Downstream Use [optional] + + + +[More Information Needed] + +### Out-of-Scope Use + + + +[More Information Needed] + +## Bias, Risks, and Limitations + + + +[More Information Needed] + +### Recommendations + + + +Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations. + +## How to Get Started with the Model + +Use the code below to get started with the model. + +[More Information Needed] + +## Training Details + +### Training Data + + + +[More Information Needed] + +### Training Procedure + + + +#### Preprocessing [optional] + +[More Information Needed] + + +#### Training Hyperparameters + +- **Training regime:** [More Information Needed] + +#### Speeds, Sizes, Times [optional] + + + +[More Information Needed] + +## Evaluation + + + +### Testing Data, Factors & Metrics + +#### Testing Data + + + +[More Information Needed] + +#### Factors + + + +[More Information Needed] + +#### Metrics + + + +[More Information Needed] + +### Results + +[More Information Needed] + +#### Summary + + + +## Model Examination [optional] + + + +[More Information Needed] + +## Environmental Impact + + + +Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700). + +- **Hardware Type:** [More Information Needed] +- **Hours used:** [More Information Needed] +- **Cloud Provider:** [More Information Needed] +- **Compute Region:** [More Information Needed] +- **Carbon Emitted:** [More Information Needed] + +## Technical Specifications [optional] + +### Model Architecture and Objective + +[More Information Needed] + +### Compute Infrastructure + +[More Information Needed] + +#### Hardware + +[More Information Needed] + +#### Software + +[More Information Needed] + +## Citation [optional] + + + +**BibTeX:** + +[More Information Needed] + +**APA:** + +[More Information Needed] + +## Glossary [optional] + + + +[More Information Needed] + +## More Information [optional] + +[More Information Needed] + +## Model Card Authors [optional] + +[More Information Needed] + +## Model Card Contact + +[More Information Needed] +### Framework versions + +- PEFT 0.18.1 \ No newline at end of file diff --git a/experiments/de-en-zh/adapter/adapter_config.json b/experiments/de-en-zh/adapter/adapter_config.json new file mode 100644 index 0000000000000000000000000000000000000000..6d090358412564ccd2bb30984716271a043cacfb --- /dev/null +++ b/experiments/de-en-zh/adapter/adapter_config.json @@ -0,0 +1,50 @@ +{ + "alora_invocation_tokens": null, + "alpha_pattern": {}, + "arrow_config": null, + "auto_mapping": { + "base_model_class": "LlamaForCausalLM", + "parent_library": "transformers.models.llama.modeling_llama", + "unsloth_fixed": true + }, + "base_model_name_or_path": "unsloth/meta-llama-3.1-8b-instruct-bnb-4bit", + "bias": "none", + "corda_config": null, + "ensure_weight_tying": false, + "eva_config": null, + "exclude_modules": null, + "fan_in_fan_out": false, + "inference_mode": true, + "init_lora_weights": true, + "layer_replication": null, + "layers_pattern": null, + "layers_to_transform": null, + "loftq_config": {}, + "lora_alpha": 16, + "lora_bias": false, + "lora_dropout": 0.1, + "megatron_config": null, + "megatron_core": "megatron.core", + "modules_to_save": null, + "peft_type": "LORA", + "peft_version": "0.18.1", + "qalora_group_size": 16, + "r": 8, + "rank_pattern": {}, + "revision": null, + "target_modules": [ + "gate_proj", + "v_proj", + "o_proj", + "k_proj", + "up_proj", + "down_proj", + "q_proj" + ], + "target_parameters": null, + "task_type": "CAUSAL_LM", + "trainable_token_indices": null, + "use_dora": false, + "use_qalora": false, + "use_rslora": true +} \ No newline at end of file diff --git a/experiments/de-en-zh/adapter/adapter_model.safetensors b/experiments/de-en-zh/adapter/adapter_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..ccdc58e6b2c8ef0c747526370e01378cba48c07f --- /dev/null +++ b/experiments/de-en-zh/adapter/adapter_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d06a83c6501754f54ca2759861ea90ca41e92aa2b40f73b8e060770c60643fb2 +size 83945296 diff --git a/experiments/de-en-zh/adapter/chat_template.jinja b/experiments/de-en-zh/adapter/chat_template.jinja new file mode 100644 index 0000000000000000000000000000000000000000..33089ace1be88f22a10fe861ad49718d5d886090 --- /dev/null +++ b/experiments/de-en-zh/adapter/chat_template.jinja @@ -0,0 +1,109 @@ +{{- bos_token }} +{%- if custom_tools is defined %} + {%- set tools = custom_tools %} +{%- endif %} +{%- if not tools_in_user_message is defined %} + {%- set tools_in_user_message = true %} +{%- endif %} +{%- if not date_string is defined %} + {%- set date_string = "26 Jul 2024" %} +{%- endif %} +{%- if not tools is defined %} + {%- set tools = none %} +{%- endif %} + +{#- This block extracts the system message, so we can slot it into the right place. #} +{%- if messages[0]['role'] == 'system' %} + {%- set system_message = messages[0]['content']|trim %} + {%- set messages = messages[1:] %} +{%- else %} + {%- set system_message = "" %} +{%- endif %} + +{#- System message + builtin tools #} +{{- "<|start_header_id|>system<|end_header_id|>\n\n" }} +{%- if builtin_tools is defined or tools is not none %} + {{- "Environment: ipython\n" }} +{%- endif %} +{%- if builtin_tools is defined %} + {{- "Tools: " + builtin_tools | reject('equalto', 'code_interpreter') | join(", ") + "\n\n"}} +{%- endif %} +{{- "Cutting Knowledge Date: December 2023\n" }} +{{- "Today Date: " + date_string + "\n\n" }} +{%- if tools is not none and not tools_in_user_message %} + {{- "You have access to the following functions. To call a function, please respond with JSON for a function call." }} + {{- 'Respond in the format {"name": function name, "parameters": dictionary of argument name and its value}.' }} + {{- "Do not use variables.\n\n" }} + {%- for t in tools %} + {{- t | tojson(indent=4) }} + {{- "\n\n" }} + {%- endfor %} +{%- endif %} +{{- system_message }} +{{- "<|eot_id|>" }} + +{#- Custom tools are passed in a user message with some extra guidance #} +{%- if tools_in_user_message and not tools is none %} + {#- Extract the first user message so we can plug it in here #} + {%- if messages | length != 0 %} + {%- set first_user_message = messages[0]['content']|trim %} + {%- set messages = messages[1:] %} + {%- else %} + {{- raise_exception("Cannot put tools in the first user message when there's no first user message!") }} +{%- endif %} + {{- '<|start_header_id|>user<|end_header_id|>\n\n' -}} + {{- "Given the following functions, please respond with a JSON for a function call " }} + {{- "with its proper arguments that best answers the given prompt.\n\n" }} + {{- 'Respond in the format {"name": function name, "parameters": dictionary of argument name and its value}.' }} + {{- "Do not use variables.\n\n" }} + {%- for t in tools %} + {{- t | tojson(indent=4) }} + {{- "\n\n" }} + {%- endfor %} + {{- first_user_message + "<|eot_id|>"}} +{%- endif %} + +{%- for message in messages %} + {%- if not (message.role == 'ipython' or message.role == 'tool' or 'tool_calls' in message) %} + {{- '<|start_header_id|>' + message['role'] + '<|end_header_id|>\n\n'+ message['content'] | trim + '<|eot_id|>' }} + {%- elif 'tool_calls' in message %} + {%- if not message.tool_calls|length == 1 %} + {{- raise_exception("This model only supports single tool-calls at once!") }} + {%- endif %} + {%- set tool_call = message.tool_calls[0].function %} + {%- if builtin_tools is defined and tool_call.name in builtin_tools %} + {{- '<|start_header_id|>assistant<|end_header_id|>\n\n' -}} + {{- "<|python_tag|>" + tool_call.name + ".call(" }} + {%- for arg_name, arg_val in tool_call.arguments | items %} + {{- arg_name + '="' + arg_val + '"' }} + {%- if not loop.last %} + {{- ", " }} + {%- endif %} + {%- endfor %} + {{- ")" }} + {%- else %} + {{- '<|start_header_id|>assistant<|end_header_id|>\n\n' -}} + {{- '{"name": "' + tool_call.name + '", ' }} + {{- '"parameters": ' }} + {{- tool_call.arguments | tojson }} + {{- "}" }} + {%- endif %} + {%- if builtin_tools is defined %} + {#- This means we're in ipython mode #} + {{- "<|eom_id|>" }} + {%- else %} + {{- "<|eot_id|>" }} + {%- endif %} + {%- elif message.role == "tool" or message.role == "ipython" %} + {{- "<|start_header_id|>ipython<|end_header_id|>\n\n" }} + {%- if message.content is mapping or message.content is iterable %} + {{- message.content | tojson }} + {%- else %} + {{- message.content }} + {%- endif %} + {{- "<|eot_id|>" }} + {%- endif %} +{%- endfor %} +{%- if add_generation_prompt %} + {{- '<|start_header_id|>assistant<|end_header_id|>\n\n' }} +{%- endif %} diff --git a/experiments/de-en-zh/adapter/special_tokens_map.json b/experiments/de-en-zh/adapter/special_tokens_map.json new file mode 100644 index 0000000000000000000000000000000000000000..3c1d04911c269b925af977a3151c9704e990e4d0 --- /dev/null +++ b/experiments/de-en-zh/adapter/special_tokens_map.json @@ -0,0 +1,23 @@ +{ + "bos_token": { + "content": "<|begin_of_text|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false + }, + "eos_token": { + "content": "<|eot_id|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false + }, + "pad_token": { + "content": "<|finetune_right_pad_id|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false + } +} diff --git a/experiments/de-en-zh/adapter/tokenizer.json b/experiments/de-en-zh/adapter/tokenizer.json new file mode 100644 index 0000000000000000000000000000000000000000..1c1d8d5c9024994f1d3b00f9662b8dd89ca13cf2 --- /dev/null +++ b/experiments/de-en-zh/adapter/tokenizer.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b9e4e7fb171f92fd137b777cc2714bf87d11576700a1dcd7a399e7bbe39537b +size 17209920 diff --git a/experiments/de-en-zh/adapter/tokenizer_config.json b/experiments/de-en-zh/adapter/tokenizer_config.json new file mode 100644 index 0000000000000000000000000000000000000000..eccf8220a2480c666974c86c40d153feae85894c --- /dev/null +++ b/experiments/de-en-zh/adapter/tokenizer_config.json @@ -0,0 +1,2066 @@ +{ + "add_bos_token": true, + "added_tokens_decoder": { + "128000": { + "content": "<|begin_of_text|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128001": { + "content": "<|end_of_text|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128002": { + "content": "<|reserved_special_token_0|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128003": { + "content": "<|reserved_special_token_1|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128004": { + "content": "<|finetune_right_pad_id|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128005": { + "content": "<|reserved_special_token_2|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128006": { + "content": "<|start_header_id|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128007": { + "content": "<|end_header_id|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128008": { + "content": "<|eom_id|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128009": { + "content": "<|eot_id|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128010": { + "content": "<|python_tag|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128011": { + "content": "<|reserved_special_token_3|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128012": { + "content": "<|reserved_special_token_4|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128013": { + "content": "<|reserved_special_token_5|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128014": { + "content": "<|reserved_special_token_6|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128015": { + "content": "<|reserved_special_token_7|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128016": { + "content": "<|reserved_special_token_8|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128017": { + "content": "<|reserved_special_token_9|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128018": { + "content": "<|reserved_special_token_10|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128019": { + "content": "<|reserved_special_token_11|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128020": { + "content": "<|reserved_special_token_12|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128021": { + "content": "<|reserved_special_token_13|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128022": { + "content": "<|reserved_special_token_14|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128023": { + "content": "<|reserved_special_token_15|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128024": { + "content": "<|reserved_special_token_16|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128025": { + "content": "<|reserved_special_token_17|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128026": { + "content": "<|reserved_special_token_18|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128027": { + "content": "<|reserved_special_token_19|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128028": { + "content": "<|reserved_special_token_20|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128029": { + "content": "<|reserved_special_token_21|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128030": { + "content": "<|reserved_special_token_22|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128031": { + "content": "<|reserved_special_token_23|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128032": { + "content": "<|reserved_special_token_24|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128033": { + "content": "<|reserved_special_token_25|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128034": { + "content": "<|reserved_special_token_26|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128035": { + "content": "<|reserved_special_token_27|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128036": { + "content": "<|reserved_special_token_28|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128037": { + "content": "<|reserved_special_token_29|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128038": { + "content": "<|reserved_special_token_30|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128039": { + "content": "<|reserved_special_token_31|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128040": { + "content": "<|reserved_special_token_32|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128041": { + "content": "<|reserved_special_token_33|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128042": { + "content": "<|reserved_special_token_34|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128043": { + "content": "<|reserved_special_token_35|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128044": { + "content": "<|reserved_special_token_36|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128045": { + "content": "<|reserved_special_token_37|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128046": { + "content": "<|reserved_special_token_38|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128047": { + "content": "<|reserved_special_token_39|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128048": { + "content": "<|reserved_special_token_40|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128049": { + "content": "<|reserved_special_token_41|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128050": { + "content": "<|reserved_special_token_42|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128051": { + "content": "<|reserved_special_token_43|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128052": { + "content": "<|reserved_special_token_44|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128053": { + "content": "<|reserved_special_token_45|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128054": { + "content": "<|reserved_special_token_46|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128055": { + "content": "<|reserved_special_token_47|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128056": { + "content": "<|reserved_special_token_48|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128057": { + "content": "<|reserved_special_token_49|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128058": { + "content": "<|reserved_special_token_50|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128059": { + "content": "<|reserved_special_token_51|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128060": { + "content": "<|reserved_special_token_52|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128061": { + "content": "<|reserved_special_token_53|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128062": { + "content": "<|reserved_special_token_54|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128063": { + "content": "<|reserved_special_token_55|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128064": { + "content": "<|reserved_special_token_56|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128065": { + "content": "<|reserved_special_token_57|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128066": { + "content": "<|reserved_special_token_58|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128067": { + "content": "<|reserved_special_token_59|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128068": { + "content": "<|reserved_special_token_60|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128069": { + "content": "<|reserved_special_token_61|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128070": { + "content": "<|reserved_special_token_62|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128071": { + "content": "<|reserved_special_token_63|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128072": { + "content": "<|reserved_special_token_64|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128073": { + "content": "<|reserved_special_token_65|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128074": { + "content": "<|reserved_special_token_66|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128075": { + "content": "<|reserved_special_token_67|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128076": { + "content": "<|reserved_special_token_68|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128077": { + "content": "<|reserved_special_token_69|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128078": { + "content": "<|reserved_special_token_70|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128079": { + "content": "<|reserved_special_token_71|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128080": { + "content": "<|reserved_special_token_72|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128081": { + "content": "<|reserved_special_token_73|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128082": { + "content": "<|reserved_special_token_74|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128083": { + "content": "<|reserved_special_token_75|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128084": { + "content": "<|reserved_special_token_76|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128085": { + "content": "<|reserved_special_token_77|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128086": { + "content": "<|reserved_special_token_78|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128087": { + "content": "<|reserved_special_token_79|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128088": { + "content": "<|reserved_special_token_80|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128089": { + "content": "<|reserved_special_token_81|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128090": { + "content": "<|reserved_special_token_82|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128091": { + "content": "<|reserved_special_token_83|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128092": { + "content": "<|reserved_special_token_84|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128093": { + "content": "<|reserved_special_token_85|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128094": { + "content": "<|reserved_special_token_86|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128095": { + "content": "<|reserved_special_token_87|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128096": { + "content": "<|reserved_special_token_88|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128097": { + "content": "<|reserved_special_token_89|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128098": { + "content": "<|reserved_special_token_90|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128099": { + "content": "<|reserved_special_token_91|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128100": { + "content": "<|reserved_special_token_92|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128101": { + "content": "<|reserved_special_token_93|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128102": { + "content": "<|reserved_special_token_94|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128103": { + "content": "<|reserved_special_token_95|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128104": { + "content": "<|reserved_special_token_96|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128105": { + "content": "<|reserved_special_token_97|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128106": { + "content": "<|reserved_special_token_98|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128107": { + "content": "<|reserved_special_token_99|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128108": { + "content": "<|reserved_special_token_100|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128109": { + "content": "<|reserved_special_token_101|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128110": { + "content": "<|reserved_special_token_102|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128111": { + "content": "<|reserved_special_token_103|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128112": { + "content": "<|reserved_special_token_104|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128113": { + "content": "<|reserved_special_token_105|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128114": { + "content": "<|reserved_special_token_106|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128115": { + "content": "<|reserved_special_token_107|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128116": { + "content": "<|reserved_special_token_108|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128117": { + "content": "<|reserved_special_token_109|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128118": { + "content": "<|reserved_special_token_110|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128119": { + "content": "<|reserved_special_token_111|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128120": { + "content": "<|reserved_special_token_112|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128121": { + "content": "<|reserved_special_token_113|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128122": { + "content": "<|reserved_special_token_114|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128123": { + "content": "<|reserved_special_token_115|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128124": { + "content": "<|reserved_special_token_116|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128125": { + "content": "<|reserved_special_token_117|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128126": { + "content": "<|reserved_special_token_118|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128127": { + "content": "<|reserved_special_token_119|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128128": { + "content": "<|reserved_special_token_120|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128129": { + "content": "<|reserved_special_token_121|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128130": { + "content": "<|reserved_special_token_122|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128131": { + "content": "<|reserved_special_token_123|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128132": { + "content": "<|reserved_special_token_124|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128133": { + "content": "<|reserved_special_token_125|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128134": { + "content": "<|reserved_special_token_126|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128135": { + "content": "<|reserved_special_token_127|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128136": { + "content": "<|reserved_special_token_128|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128137": { + "content": "<|reserved_special_token_129|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128138": { + "content": "<|reserved_special_token_130|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128139": { + "content": "<|reserved_special_token_131|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128140": { + "content": "<|reserved_special_token_132|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128141": { + "content": "<|reserved_special_token_133|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128142": { + "content": "<|reserved_special_token_134|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128143": { + "content": "<|reserved_special_token_135|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128144": { + "content": "<|reserved_special_token_136|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128145": { + "content": "<|reserved_special_token_137|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128146": { + "content": "<|reserved_special_token_138|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128147": { + "content": "<|reserved_special_token_139|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128148": { + "content": "<|reserved_special_token_140|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128149": { + "content": "<|reserved_special_token_141|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128150": { + "content": "<|reserved_special_token_142|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128151": { + "content": "<|reserved_special_token_143|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128152": { + "content": "<|reserved_special_token_144|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128153": { + "content": "<|reserved_special_token_145|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128154": { + "content": "<|reserved_special_token_146|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128155": { + "content": "<|reserved_special_token_147|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128156": { + "content": "<|reserved_special_token_148|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128157": { + "content": "<|reserved_special_token_149|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128158": { + "content": "<|reserved_special_token_150|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128159": { + "content": "<|reserved_special_token_151|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128160": { + "content": "<|reserved_special_token_152|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128161": { + "content": "<|reserved_special_token_153|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128162": { + "content": "<|reserved_special_token_154|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128163": { + "content": "<|reserved_special_token_155|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128164": { + "content": "<|reserved_special_token_156|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128165": { + "content": "<|reserved_special_token_157|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128166": { + "content": "<|reserved_special_token_158|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128167": { + "content": "<|reserved_special_token_159|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128168": { + "content": "<|reserved_special_token_160|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128169": { + "content": "<|reserved_special_token_161|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128170": { + "content": "<|reserved_special_token_162|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128171": { + "content": "<|reserved_special_token_163|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128172": { + "content": "<|reserved_special_token_164|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128173": { + "content": "<|reserved_special_token_165|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128174": { + "content": "<|reserved_special_token_166|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128175": { + "content": "<|reserved_special_token_167|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128176": { + "content": "<|reserved_special_token_168|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128177": { + "content": "<|reserved_special_token_169|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128178": { + "content": "<|reserved_special_token_170|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128179": { + "content": "<|reserved_special_token_171|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128180": { + "content": "<|reserved_special_token_172|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128181": { + "content": "<|reserved_special_token_173|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128182": { + "content": "<|reserved_special_token_174|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128183": { + "content": "<|reserved_special_token_175|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128184": { + "content": "<|reserved_special_token_176|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128185": { + "content": "<|reserved_special_token_177|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128186": { + "content": "<|reserved_special_token_178|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128187": { + "content": "<|reserved_special_token_179|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128188": { + "content": "<|reserved_special_token_180|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128189": { + "content": "<|reserved_special_token_181|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128190": { + "content": "<|reserved_special_token_182|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128191": { + "content": "<|reserved_special_token_183|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128192": { + "content": "<|reserved_special_token_184|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128193": { + "content": "<|reserved_special_token_185|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128194": { + "content": "<|reserved_special_token_186|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128195": { + "content": "<|reserved_special_token_187|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128196": { + "content": "<|reserved_special_token_188|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128197": { + "content": "<|reserved_special_token_189|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128198": { + "content": "<|reserved_special_token_190|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128199": { + "content": "<|reserved_special_token_191|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128200": { + "content": "<|reserved_special_token_192|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128201": { + "content": "<|reserved_special_token_193|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128202": { + "content": "<|reserved_special_token_194|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128203": { + "content": "<|reserved_special_token_195|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128204": { + "content": "<|reserved_special_token_196|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128205": { + "content": "<|reserved_special_token_197|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128206": { + "content": "<|reserved_special_token_198|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128207": { + "content": "<|reserved_special_token_199|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128208": { + "content": "<|reserved_special_token_200|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128209": { + "content": "<|reserved_special_token_201|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128210": { + "content": "<|reserved_special_token_202|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128211": { + "content": "<|reserved_special_token_203|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128212": { + "content": "<|reserved_special_token_204|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128213": { + "content": "<|reserved_special_token_205|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128214": { + "content": "<|reserved_special_token_206|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128215": { + "content": "<|reserved_special_token_207|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128216": { + "content": "<|reserved_special_token_208|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128217": { + "content": "<|reserved_special_token_209|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128218": { + "content": "<|reserved_special_token_210|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128219": { + "content": "<|reserved_special_token_211|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128220": { + "content": "<|reserved_special_token_212|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128221": { + "content": "<|reserved_special_token_213|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128222": { + "content": "<|reserved_special_token_214|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128223": { + "content": "<|reserved_special_token_215|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128224": { + "content": "<|reserved_special_token_216|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128225": { + "content": "<|reserved_special_token_217|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128226": { + "content": "<|reserved_special_token_218|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128227": { + "content": "<|reserved_special_token_219|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128228": { + "content": "<|reserved_special_token_220|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128229": { + "content": "<|reserved_special_token_221|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128230": { + "content": "<|reserved_special_token_222|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128231": { + "content": "<|reserved_special_token_223|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128232": { + "content": "<|reserved_special_token_224|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128233": { + "content": "<|reserved_special_token_225|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128234": { + "content": "<|reserved_special_token_226|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128235": { + "content": "<|reserved_special_token_227|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128236": { + "content": "<|reserved_special_token_228|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128237": { + "content": "<|reserved_special_token_229|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128238": { + "content": "<|reserved_special_token_230|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128239": { + "content": "<|reserved_special_token_231|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128240": { + "content": "<|reserved_special_token_232|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128241": { + "content": "<|reserved_special_token_233|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128242": { + "content": "<|reserved_special_token_234|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128243": { + "content": "<|reserved_special_token_235|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128244": { + "content": "<|reserved_special_token_236|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128245": { + "content": "<|reserved_special_token_237|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128246": { + "content": "<|reserved_special_token_238|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128247": { + "content": "<|reserved_special_token_239|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128248": { + "content": "<|reserved_special_token_240|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128249": { + "content": "<|reserved_special_token_241|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128250": { + "content": "<|reserved_special_token_242|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128251": { + "content": "<|reserved_special_token_243|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128252": { + "content": "<|reserved_special_token_244|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128253": { + "content": "<|reserved_special_token_245|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128254": { + "content": "<|reserved_special_token_246|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128255": { + "content": "<|reserved_special_token_247|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + } + }, + "bos_token": "<|begin_of_text|>", + "clean_up_tokenization_spaces": true, + "eos_token": "<|eot_id|>", + "extra_special_tokens": {}, + "model_input_names": [ + "input_ids", + "attention_mask" + ], + "model_max_length": 131072, + "pad_token": "<|finetune_right_pad_id|>", + "padding_side": "left", + "tokenizer_class": "PreTrainedTokenizerFast", + "unk_token": null +} diff --git a/experiments/de-en-zh/checkpoint-1000/README.md b/experiments/de-en-zh/checkpoint-1000/README.md new file mode 100644 index 0000000000000000000000000000000000000000..6e1128c4737461313d01ab9fe9909a170568a6d0 --- /dev/null +++ b/experiments/de-en-zh/checkpoint-1000/README.md @@ -0,0 +1,210 @@ +--- +base_model: unsloth/meta-llama-3.1-8b-instruct-bnb-4bit +library_name: peft +pipeline_tag: text-generation +tags: +- base_model:adapter:unsloth/meta-llama-3.1-8b-instruct-bnb-4bit +- lora +- sft +- transformers +- trl +- unsloth +--- + +# Model Card for Model ID + + + + + +## Model Details + +### Model Description + + + + + +- **Developed by:** [More Information Needed] +- **Funded by [optional]:** [More Information Needed] +- **Shared by [optional]:** [More Information Needed] +- **Model type:** [More Information Needed] +- **Language(s) (NLP):** [More Information Needed] +- **License:** [More Information Needed] +- **Finetuned from model [optional]:** [More Information Needed] + +### Model Sources [optional] + + + +- **Repository:** [More Information Needed] +- **Paper [optional]:** [More Information Needed] +- **Demo [optional]:** [More Information Needed] + +## Uses + + + +### Direct Use + + + +[More Information Needed] + +### Downstream Use [optional] + + + +[More Information Needed] + +### Out-of-Scope Use + + + +[More Information Needed] + +## Bias, Risks, and Limitations + + + +[More Information Needed] + +### Recommendations + + + +Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations. + +## How to Get Started with the Model + +Use the code below to get started with the model. + +[More Information Needed] + +## Training Details + +### Training Data + + + +[More Information Needed] + +### Training Procedure + + + +#### Preprocessing [optional] + +[More Information Needed] + + +#### Training Hyperparameters + +- **Training regime:** [More Information Needed] + +#### Speeds, Sizes, Times [optional] + + + +[More Information Needed] + +## Evaluation + + + +### Testing Data, Factors & Metrics + +#### Testing Data + + + +[More Information Needed] + +#### Factors + + + +[More Information Needed] + +#### Metrics + + + +[More Information Needed] + +### Results + +[More Information Needed] + +#### Summary + + + +## Model Examination [optional] + + + +[More Information Needed] + +## Environmental Impact + + + +Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700). + +- **Hardware Type:** [More Information Needed] +- **Hours used:** [More Information Needed] +- **Cloud Provider:** [More Information Needed] +- **Compute Region:** [More Information Needed] +- **Carbon Emitted:** [More Information Needed] + +## Technical Specifications [optional] + +### Model Architecture and Objective + +[More Information Needed] + +### Compute Infrastructure + +[More Information Needed] + +#### Hardware + +[More Information Needed] + +#### Software + +[More Information Needed] + +## Citation [optional] + + + +**BibTeX:** + +[More Information Needed] + +**APA:** + +[More Information Needed] + +## Glossary [optional] + + + +[More Information Needed] + +## More Information [optional] + +[More Information Needed] + +## Model Card Authors [optional] + +[More Information Needed] + +## Model Card Contact + +[More Information Needed] +### Framework versions + +- PEFT 0.18.1 \ No newline at end of file diff --git a/experiments/de-en-zh/checkpoint-1000/adapter_config.json b/experiments/de-en-zh/checkpoint-1000/adapter_config.json new file mode 100644 index 0000000000000000000000000000000000000000..6d090358412564ccd2bb30984716271a043cacfb --- /dev/null +++ b/experiments/de-en-zh/checkpoint-1000/adapter_config.json @@ -0,0 +1,50 @@ +{ + "alora_invocation_tokens": null, + "alpha_pattern": {}, + "arrow_config": null, + "auto_mapping": { + "base_model_class": "LlamaForCausalLM", + "parent_library": "transformers.models.llama.modeling_llama", + "unsloth_fixed": true + }, + "base_model_name_or_path": "unsloth/meta-llama-3.1-8b-instruct-bnb-4bit", + "bias": "none", + "corda_config": null, + "ensure_weight_tying": false, + "eva_config": null, + "exclude_modules": null, + "fan_in_fan_out": false, + "inference_mode": true, + "init_lora_weights": true, + "layer_replication": null, + "layers_pattern": null, + "layers_to_transform": null, + "loftq_config": {}, + "lora_alpha": 16, + "lora_bias": false, + "lora_dropout": 0.1, + "megatron_config": null, + "megatron_core": "megatron.core", + "modules_to_save": null, + "peft_type": "LORA", + "peft_version": "0.18.1", + "qalora_group_size": 16, + "r": 8, + "rank_pattern": {}, + "revision": null, + "target_modules": [ + "gate_proj", + "v_proj", + "o_proj", + "k_proj", + "up_proj", + "down_proj", + "q_proj" + ], + "target_parameters": null, + "task_type": "CAUSAL_LM", + "trainable_token_indices": null, + "use_dora": false, + "use_qalora": false, + "use_rslora": true +} \ No newline at end of file diff --git a/experiments/de-en-zh/checkpoint-1000/adapter_model.safetensors b/experiments/de-en-zh/checkpoint-1000/adapter_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..21b3154cfc3013d4e7905cbafa9af6b5befb149d --- /dev/null +++ b/experiments/de-en-zh/checkpoint-1000/adapter_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a725352d549dde23aa90cedd158612fdc3fa57311ef41dfd5f1efffac587ef5 +size 83945296 diff --git a/experiments/de-en-zh/checkpoint-1000/chat_template.jinja b/experiments/de-en-zh/checkpoint-1000/chat_template.jinja new file mode 100644 index 0000000000000000000000000000000000000000..33089ace1be88f22a10fe861ad49718d5d886090 --- /dev/null +++ b/experiments/de-en-zh/checkpoint-1000/chat_template.jinja @@ -0,0 +1,109 @@ +{{- bos_token }} +{%- if custom_tools is defined %} + {%- set tools = custom_tools %} +{%- endif %} +{%- if not tools_in_user_message is defined %} + {%- set tools_in_user_message = true %} +{%- endif %} +{%- if not date_string is defined %} + {%- set date_string = "26 Jul 2024" %} +{%- endif %} +{%- if not tools is defined %} + {%- set tools = none %} +{%- endif %} + +{#- This block extracts the system message, so we can slot it into the right place. #} +{%- if messages[0]['role'] == 'system' %} + {%- set system_message = messages[0]['content']|trim %} + {%- set messages = messages[1:] %} +{%- else %} + {%- set system_message = "" %} +{%- endif %} + +{#- System message + builtin tools #} +{{- "<|start_header_id|>system<|end_header_id|>\n\n" }} +{%- if builtin_tools is defined or tools is not none %} + {{- "Environment: ipython\n" }} +{%- endif %} +{%- if builtin_tools is defined %} + {{- "Tools: " + builtin_tools | reject('equalto', 'code_interpreter') | join(", ") + "\n\n"}} +{%- endif %} +{{- "Cutting Knowledge Date: December 2023\n" }} +{{- "Today Date: " + date_string + "\n\n" }} +{%- if tools is not none and not tools_in_user_message %} + {{- "You have access to the following functions. To call a function, please respond with JSON for a function call." }} + {{- 'Respond in the format {"name": function name, "parameters": dictionary of argument name and its value}.' }} + {{- "Do not use variables.\n\n" }} + {%- for t in tools %} + {{- t | tojson(indent=4) }} + {{- "\n\n" }} + {%- endfor %} +{%- endif %} +{{- system_message }} +{{- "<|eot_id|>" }} + +{#- Custom tools are passed in a user message with some extra guidance #} +{%- if tools_in_user_message and not tools is none %} + {#- Extract the first user message so we can plug it in here #} + {%- if messages | length != 0 %} + {%- set first_user_message = messages[0]['content']|trim %} + {%- set messages = messages[1:] %} + {%- else %} + {{- raise_exception("Cannot put tools in the first user message when there's no first user message!") }} +{%- endif %} + {{- '<|start_header_id|>user<|end_header_id|>\n\n' -}} + {{- "Given the following functions, please respond with a JSON for a function call " }} + {{- "with its proper arguments that best answers the given prompt.\n\n" }} + {{- 'Respond in the format {"name": function name, "parameters": dictionary of argument name and its value}.' }} + {{- "Do not use variables.\n\n" }} + {%- for t in tools %} + {{- t | tojson(indent=4) }} + {{- "\n\n" }} + {%- endfor %} + {{- first_user_message + "<|eot_id|>"}} +{%- endif %} + +{%- for message in messages %} + {%- if not (message.role == 'ipython' or message.role == 'tool' or 'tool_calls' in message) %} + {{- '<|start_header_id|>' + message['role'] + '<|end_header_id|>\n\n'+ message['content'] | trim + '<|eot_id|>' }} + {%- elif 'tool_calls' in message %} + {%- if not message.tool_calls|length == 1 %} + {{- raise_exception("This model only supports single tool-calls at once!") }} + {%- endif %} + {%- set tool_call = message.tool_calls[0].function %} + {%- if builtin_tools is defined and tool_call.name in builtin_tools %} + {{- '<|start_header_id|>assistant<|end_header_id|>\n\n' -}} + {{- "<|python_tag|>" + tool_call.name + ".call(" }} + {%- for arg_name, arg_val in tool_call.arguments | items %} + {{- arg_name + '="' + arg_val + '"' }} + {%- if not loop.last %} + {{- ", " }} + {%- endif %} + {%- endfor %} + {{- ")" }} + {%- else %} + {{- '<|start_header_id|>assistant<|end_header_id|>\n\n' -}} + {{- '{"name": "' + tool_call.name + '", ' }} + {{- '"parameters": ' }} + {{- tool_call.arguments | tojson }} + {{- "}" }} + {%- endif %} + {%- if builtin_tools is defined %} + {#- This means we're in ipython mode #} + {{- "<|eom_id|>" }} + {%- else %} + {{- "<|eot_id|>" }} + {%- endif %} + {%- elif message.role == "tool" or message.role == "ipython" %} + {{- "<|start_header_id|>ipython<|end_header_id|>\n\n" }} + {%- if message.content is mapping or message.content is iterable %} + {{- message.content | tojson }} + {%- else %} + {{- message.content }} + {%- endif %} + {{- "<|eot_id|>" }} + {%- endif %} +{%- endfor %} +{%- if add_generation_prompt %} + {{- '<|start_header_id|>assistant<|end_header_id|>\n\n' }} +{%- endif %} diff --git a/experiments/de-en-zh/checkpoint-1000/optimizer.pt b/experiments/de-en-zh/checkpoint-1000/optimizer.pt new file mode 100644 index 0000000000000000000000000000000000000000..6194f43d4c6a2c81c7acc111eda3abf7b55c8d98 --- /dev/null +++ b/experiments/de-en-zh/checkpoint-1000/optimizer.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36a0aba4aa6be542bd8959c35a84cc06bdb666e3494af92b2ca7f88f4242253a +size 43123429 diff --git a/experiments/de-en-zh/checkpoint-1000/rng_state.pth b/experiments/de-en-zh/checkpoint-1000/rng_state.pth new file mode 100644 index 0000000000000000000000000000000000000000..ddb4e35a6a4ca51d0018051817a4fafef87a385e --- /dev/null +++ b/experiments/de-en-zh/checkpoint-1000/rng_state.pth @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e435de03f858949d650f591cccb39e119179e1972b3fe8f2f3ba3dc425c585a +size 14645 diff --git a/experiments/de-en-zh/checkpoint-1000/scheduler.pt b/experiments/de-en-zh/checkpoint-1000/scheduler.pt new file mode 100644 index 0000000000000000000000000000000000000000..4a51cc94dfea9dbe49167e164be678fd178488e7 --- /dev/null +++ b/experiments/de-en-zh/checkpoint-1000/scheduler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8caa70b905d7ef50d82e97de1f8d0171eb7385ba11f39eb2e6ce977d2a42ec6 +size 1465 diff --git a/experiments/de-en-zh/checkpoint-1000/special_tokens_map.json b/experiments/de-en-zh/checkpoint-1000/special_tokens_map.json new file mode 100644 index 0000000000000000000000000000000000000000..3c1d04911c269b925af977a3151c9704e990e4d0 --- /dev/null +++ b/experiments/de-en-zh/checkpoint-1000/special_tokens_map.json @@ -0,0 +1,23 @@ +{ + "bos_token": { + "content": "<|begin_of_text|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false + }, + "eos_token": { + "content": "<|eot_id|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false + }, + "pad_token": { + "content": "<|finetune_right_pad_id|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false + } +} diff --git a/experiments/de-en-zh/checkpoint-1000/tokenizer.json b/experiments/de-en-zh/checkpoint-1000/tokenizer.json new file mode 100644 index 0000000000000000000000000000000000000000..1c1d8d5c9024994f1d3b00f9662b8dd89ca13cf2 --- /dev/null +++ b/experiments/de-en-zh/checkpoint-1000/tokenizer.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b9e4e7fb171f92fd137b777cc2714bf87d11576700a1dcd7a399e7bbe39537b +size 17209920 diff --git a/experiments/de-en-zh/checkpoint-1000/tokenizer_config.json b/experiments/de-en-zh/checkpoint-1000/tokenizer_config.json new file mode 100644 index 0000000000000000000000000000000000000000..69b6ed0e11b81375bae750eb8ec4a7e1146eeca3 --- /dev/null +++ b/experiments/de-en-zh/checkpoint-1000/tokenizer_config.json @@ -0,0 +1,2066 @@ +{ + "add_bos_token": true, + "added_tokens_decoder": { + "128000": { + "content": "<|begin_of_text|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128001": { + "content": "<|end_of_text|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128002": { + "content": "<|reserved_special_token_0|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128003": { + "content": "<|reserved_special_token_1|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128004": { + "content": "<|finetune_right_pad_id|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128005": { + "content": "<|reserved_special_token_2|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128006": { + "content": "<|start_header_id|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128007": { + "content": "<|end_header_id|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128008": { + "content": "<|eom_id|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128009": { + "content": "<|eot_id|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128010": { + "content": "<|python_tag|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128011": { + "content": "<|reserved_special_token_3|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128012": { + "content": "<|reserved_special_token_4|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128013": { + "content": "<|reserved_special_token_5|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128014": { + "content": "<|reserved_special_token_6|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128015": { + "content": "<|reserved_special_token_7|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128016": { + "content": "<|reserved_special_token_8|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128017": { + "content": "<|reserved_special_token_9|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128018": { + "content": "<|reserved_special_token_10|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128019": { + "content": "<|reserved_special_token_11|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128020": { + "content": "<|reserved_special_token_12|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128021": { + "content": "<|reserved_special_token_13|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128022": { + "content": "<|reserved_special_token_14|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128023": { + "content": "<|reserved_special_token_15|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128024": { + "content": "<|reserved_special_token_16|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128025": { + "content": "<|reserved_special_token_17|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128026": { + "content": "<|reserved_special_token_18|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128027": { + "content": "<|reserved_special_token_19|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128028": { + "content": "<|reserved_special_token_20|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128029": { + "content": "<|reserved_special_token_21|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128030": { + "content": "<|reserved_special_token_22|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128031": { + "content": "<|reserved_special_token_23|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128032": { + "content": "<|reserved_special_token_24|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128033": { + "content": "<|reserved_special_token_25|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128034": { + "content": "<|reserved_special_token_26|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128035": { + "content": "<|reserved_special_token_27|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128036": { + "content": "<|reserved_special_token_28|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128037": { + "content": "<|reserved_special_token_29|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128038": { + "content": "<|reserved_special_token_30|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128039": { + "content": "<|reserved_special_token_31|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128040": { + "content": "<|reserved_special_token_32|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128041": { + "content": "<|reserved_special_token_33|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128042": { + "content": "<|reserved_special_token_34|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128043": { + "content": "<|reserved_special_token_35|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128044": { + "content": "<|reserved_special_token_36|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128045": { + "content": "<|reserved_special_token_37|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128046": { + "content": "<|reserved_special_token_38|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128047": { + "content": "<|reserved_special_token_39|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128048": { + "content": "<|reserved_special_token_40|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128049": { + "content": "<|reserved_special_token_41|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128050": { + "content": "<|reserved_special_token_42|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128051": { + "content": "<|reserved_special_token_43|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128052": { + "content": "<|reserved_special_token_44|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128053": { + "content": "<|reserved_special_token_45|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128054": { + "content": "<|reserved_special_token_46|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128055": { + "content": "<|reserved_special_token_47|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128056": { + "content": "<|reserved_special_token_48|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128057": { + "content": "<|reserved_special_token_49|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128058": { + "content": "<|reserved_special_token_50|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128059": { + "content": "<|reserved_special_token_51|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128060": { + "content": "<|reserved_special_token_52|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128061": { + "content": "<|reserved_special_token_53|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128062": { + "content": "<|reserved_special_token_54|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128063": { + "content": "<|reserved_special_token_55|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128064": { + "content": "<|reserved_special_token_56|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128065": { + "content": "<|reserved_special_token_57|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128066": { + "content": "<|reserved_special_token_58|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128067": { + "content": "<|reserved_special_token_59|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128068": { + "content": "<|reserved_special_token_60|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128069": { + "content": "<|reserved_special_token_61|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128070": { + "content": "<|reserved_special_token_62|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128071": { + "content": "<|reserved_special_token_63|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128072": { + "content": "<|reserved_special_token_64|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128073": { + "content": "<|reserved_special_token_65|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128074": { + "content": "<|reserved_special_token_66|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128075": { + "content": "<|reserved_special_token_67|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128076": { + "content": "<|reserved_special_token_68|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128077": { + "content": "<|reserved_special_token_69|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128078": { + "content": "<|reserved_special_token_70|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128079": { + "content": "<|reserved_special_token_71|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128080": { + "content": "<|reserved_special_token_72|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128081": { + "content": "<|reserved_special_token_73|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128082": { + "content": "<|reserved_special_token_74|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128083": { + "content": "<|reserved_special_token_75|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128084": { + "content": "<|reserved_special_token_76|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128085": { + "content": "<|reserved_special_token_77|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128086": { + "content": "<|reserved_special_token_78|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128087": { + "content": "<|reserved_special_token_79|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128088": { + "content": "<|reserved_special_token_80|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128089": { + "content": "<|reserved_special_token_81|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128090": { + "content": "<|reserved_special_token_82|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128091": { + "content": "<|reserved_special_token_83|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128092": { + "content": "<|reserved_special_token_84|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128093": { + "content": "<|reserved_special_token_85|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128094": { + "content": "<|reserved_special_token_86|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128095": { + "content": "<|reserved_special_token_87|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128096": { + "content": "<|reserved_special_token_88|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128097": { + "content": "<|reserved_special_token_89|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128098": { + "content": "<|reserved_special_token_90|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128099": { + "content": "<|reserved_special_token_91|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128100": { + "content": "<|reserved_special_token_92|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128101": { + "content": "<|reserved_special_token_93|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128102": { + "content": "<|reserved_special_token_94|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128103": { + "content": "<|reserved_special_token_95|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128104": { + "content": "<|reserved_special_token_96|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128105": { + "content": "<|reserved_special_token_97|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128106": { + "content": "<|reserved_special_token_98|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128107": { + "content": "<|reserved_special_token_99|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128108": { + "content": "<|reserved_special_token_100|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128109": { + "content": "<|reserved_special_token_101|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128110": { + "content": "<|reserved_special_token_102|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128111": { + "content": "<|reserved_special_token_103|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128112": { + "content": "<|reserved_special_token_104|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128113": { + "content": "<|reserved_special_token_105|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128114": { + "content": "<|reserved_special_token_106|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128115": { + "content": "<|reserved_special_token_107|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128116": { + "content": "<|reserved_special_token_108|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128117": { + "content": "<|reserved_special_token_109|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128118": { + "content": "<|reserved_special_token_110|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128119": { + "content": "<|reserved_special_token_111|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128120": { + "content": "<|reserved_special_token_112|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128121": { + "content": "<|reserved_special_token_113|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128122": { + "content": "<|reserved_special_token_114|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128123": { + "content": "<|reserved_special_token_115|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128124": { + "content": "<|reserved_special_token_116|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128125": { + "content": "<|reserved_special_token_117|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128126": { + "content": "<|reserved_special_token_118|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128127": { + "content": "<|reserved_special_token_119|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128128": { + "content": "<|reserved_special_token_120|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128129": { + "content": "<|reserved_special_token_121|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128130": { + "content": "<|reserved_special_token_122|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128131": { + "content": "<|reserved_special_token_123|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128132": { + "content": "<|reserved_special_token_124|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128133": { + "content": "<|reserved_special_token_125|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128134": { + "content": "<|reserved_special_token_126|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128135": { + "content": "<|reserved_special_token_127|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128136": { + "content": "<|reserved_special_token_128|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128137": { + "content": "<|reserved_special_token_129|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128138": { + "content": "<|reserved_special_token_130|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128139": { + "content": "<|reserved_special_token_131|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128140": { + "content": "<|reserved_special_token_132|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128141": { + "content": "<|reserved_special_token_133|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128142": { + "content": "<|reserved_special_token_134|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128143": { + "content": "<|reserved_special_token_135|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128144": { + "content": "<|reserved_special_token_136|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128145": { + "content": "<|reserved_special_token_137|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128146": { + "content": "<|reserved_special_token_138|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128147": { + "content": "<|reserved_special_token_139|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128148": { + "content": "<|reserved_special_token_140|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128149": { + "content": "<|reserved_special_token_141|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128150": { + "content": "<|reserved_special_token_142|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128151": { + "content": "<|reserved_special_token_143|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128152": { + "content": "<|reserved_special_token_144|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128153": { + "content": "<|reserved_special_token_145|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128154": { + "content": "<|reserved_special_token_146|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128155": { + "content": "<|reserved_special_token_147|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128156": { + "content": "<|reserved_special_token_148|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128157": { + "content": "<|reserved_special_token_149|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128158": { + "content": "<|reserved_special_token_150|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128159": { + "content": "<|reserved_special_token_151|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128160": { + "content": "<|reserved_special_token_152|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128161": { + "content": "<|reserved_special_token_153|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128162": { + "content": "<|reserved_special_token_154|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128163": { + "content": "<|reserved_special_token_155|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128164": { + "content": "<|reserved_special_token_156|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128165": { + "content": "<|reserved_special_token_157|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128166": { + "content": "<|reserved_special_token_158|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128167": { + "content": "<|reserved_special_token_159|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128168": { + "content": "<|reserved_special_token_160|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128169": { + "content": "<|reserved_special_token_161|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128170": { + "content": "<|reserved_special_token_162|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128171": { + "content": "<|reserved_special_token_163|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128172": { + "content": "<|reserved_special_token_164|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128173": { + "content": "<|reserved_special_token_165|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128174": { + "content": "<|reserved_special_token_166|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128175": { + "content": "<|reserved_special_token_167|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128176": { + "content": "<|reserved_special_token_168|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128177": { + "content": "<|reserved_special_token_169|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128178": { + "content": "<|reserved_special_token_170|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128179": { + "content": "<|reserved_special_token_171|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128180": { + "content": "<|reserved_special_token_172|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128181": { + "content": "<|reserved_special_token_173|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128182": { + "content": "<|reserved_special_token_174|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128183": { + "content": "<|reserved_special_token_175|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128184": { + "content": "<|reserved_special_token_176|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128185": { + "content": "<|reserved_special_token_177|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128186": { + "content": "<|reserved_special_token_178|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128187": { + "content": "<|reserved_special_token_179|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128188": { + "content": "<|reserved_special_token_180|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128189": { + "content": "<|reserved_special_token_181|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128190": { + "content": "<|reserved_special_token_182|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128191": { + "content": "<|reserved_special_token_183|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128192": { + "content": "<|reserved_special_token_184|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128193": { + "content": "<|reserved_special_token_185|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128194": { + "content": "<|reserved_special_token_186|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128195": { + "content": "<|reserved_special_token_187|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128196": { + "content": "<|reserved_special_token_188|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128197": { + "content": "<|reserved_special_token_189|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128198": { + "content": "<|reserved_special_token_190|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128199": { + "content": "<|reserved_special_token_191|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128200": { + "content": "<|reserved_special_token_192|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128201": { + "content": "<|reserved_special_token_193|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128202": { + "content": "<|reserved_special_token_194|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128203": { + "content": "<|reserved_special_token_195|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128204": { + "content": "<|reserved_special_token_196|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128205": { + "content": "<|reserved_special_token_197|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128206": { + "content": "<|reserved_special_token_198|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128207": { + "content": "<|reserved_special_token_199|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128208": { + "content": "<|reserved_special_token_200|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128209": { + "content": "<|reserved_special_token_201|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128210": { + "content": "<|reserved_special_token_202|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128211": { + "content": "<|reserved_special_token_203|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128212": { + "content": "<|reserved_special_token_204|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128213": { + "content": "<|reserved_special_token_205|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128214": { + "content": "<|reserved_special_token_206|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128215": { + "content": "<|reserved_special_token_207|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128216": { + "content": "<|reserved_special_token_208|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128217": { + "content": "<|reserved_special_token_209|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128218": { + "content": "<|reserved_special_token_210|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128219": { + "content": "<|reserved_special_token_211|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128220": { + "content": "<|reserved_special_token_212|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128221": { + "content": "<|reserved_special_token_213|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128222": { + "content": "<|reserved_special_token_214|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128223": { + "content": "<|reserved_special_token_215|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128224": { + "content": "<|reserved_special_token_216|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128225": { + "content": "<|reserved_special_token_217|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128226": { + "content": "<|reserved_special_token_218|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128227": { + "content": "<|reserved_special_token_219|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128228": { + "content": "<|reserved_special_token_220|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128229": { + "content": "<|reserved_special_token_221|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128230": { + "content": "<|reserved_special_token_222|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128231": { + "content": "<|reserved_special_token_223|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128232": { + "content": "<|reserved_special_token_224|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128233": { + "content": "<|reserved_special_token_225|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128234": { + "content": "<|reserved_special_token_226|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128235": { + "content": "<|reserved_special_token_227|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128236": { + "content": "<|reserved_special_token_228|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128237": { + "content": "<|reserved_special_token_229|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128238": { + "content": "<|reserved_special_token_230|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128239": { + "content": "<|reserved_special_token_231|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128240": { + "content": "<|reserved_special_token_232|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128241": { + "content": "<|reserved_special_token_233|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128242": { + "content": "<|reserved_special_token_234|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128243": { + "content": "<|reserved_special_token_235|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128244": { + "content": "<|reserved_special_token_236|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128245": { + "content": "<|reserved_special_token_237|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128246": { + "content": "<|reserved_special_token_238|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128247": { + "content": "<|reserved_special_token_239|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128248": { + "content": "<|reserved_special_token_240|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128249": { + "content": "<|reserved_special_token_241|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128250": { + "content": "<|reserved_special_token_242|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128251": { + "content": "<|reserved_special_token_243|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128252": { + "content": "<|reserved_special_token_244|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128253": { + "content": "<|reserved_special_token_245|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128254": { + "content": "<|reserved_special_token_246|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128255": { + "content": "<|reserved_special_token_247|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + } + }, + "bos_token": "<|begin_of_text|>", + "clean_up_tokenization_spaces": true, + "eos_token": "<|eot_id|>", + "extra_special_tokens": {}, + "model_input_names": [ + "input_ids", + "attention_mask" + ], + "model_max_length": 131072, + "pad_token": "<|finetune_right_pad_id|>", + "padding_side": "right", + "tokenizer_class": "PreTrainedTokenizerFast", + "unk_token": null +} diff --git a/experiments/de-en-zh/checkpoint-1000/trainer_state.json b/experiments/de-en-zh/checkpoint-1000/trainer_state.json new file mode 100644 index 0000000000000000000000000000000000000000..8f3c98cfdf05af887a0e7321f544d361c1d6c1aa --- /dev/null +++ b/experiments/de-en-zh/checkpoint-1000/trainer_state.json @@ -0,0 +1,1434 @@ +{ + "best_global_step": null, + "best_metric": null, + "best_model_checkpoint": null, + "epoch": 4.219409282700422, + "eval_steps": 500, + "global_step": 1000, + "is_hyper_param_search": false, + "is_local_process_zero": true, + "is_world_process_zero": true, + "log_history": [ + { + "epoch": 0.02109704641350211, + "grad_norm": 8.84162712097168, + "learning_rate": 0.0002, + "loss": 2.7618, + "step": 5 + }, + { + "epoch": 0.04219409282700422, + "grad_norm": 1.7299038171768188, + "learning_rate": 0.00019915325994919561, + "loss": 0.8687, + "step": 10 + }, + { + "epoch": 0.06329113924050633, + "grad_norm": 1.7394821643829346, + "learning_rate": 0.0001983065198983912, + "loss": 0.5779, + "step": 15 + }, + { + "epoch": 0.08438818565400844, + "grad_norm": 0.9605206847190857, + "learning_rate": 0.0001974597798475868, + "loss": 0.4801, + "step": 20 + }, + { + "epoch": 0.10548523206751055, + "grad_norm": 0.798799455165863, + "learning_rate": 0.0001966130397967824, + "loss": 0.4804, + "step": 25 + }, + { + "epoch": 0.12658227848101267, + "grad_norm": 0.9488236904144287, + "learning_rate": 0.000195766299745978, + "loss": 0.5181, + "step": 30 + }, + { + "epoch": 0.14767932489451477, + "grad_norm": 0.640821635723114, + "learning_rate": 0.00019491955969517358, + "loss": 0.5334, + "step": 35 + }, + { + "epoch": 0.16877637130801687, + "grad_norm": 0.7940754890441895, + "learning_rate": 0.0001940728196443692, + "loss": 0.5444, + "step": 40 + }, + { + "epoch": 0.189873417721519, + "grad_norm": 0.6170028448104858, + "learning_rate": 0.00019322607959356477, + "loss": 0.5006, + "step": 45 + }, + { + "epoch": 0.2109704641350211, + "grad_norm": 0.6812167763710022, + "learning_rate": 0.00019237933954276037, + "loss": 0.4943, + "step": 50 + }, + { + "epoch": 0.2320675105485232, + "grad_norm": 0.6469399929046631, + "learning_rate": 0.00019153259949195598, + "loss": 0.4816, + "step": 55 + }, + { + "epoch": 0.25316455696202533, + "grad_norm": 0.582391083240509, + "learning_rate": 0.00019068585944115158, + "loss": 0.4885, + "step": 60 + }, + { + "epoch": 0.2742616033755274, + "grad_norm": 0.5030574798583984, + "learning_rate": 0.0001898391193903472, + "loss": 0.4252, + "step": 65 + }, + { + "epoch": 0.29535864978902954, + "grad_norm": 0.6566026210784912, + "learning_rate": 0.00018899237933954276, + "loss": 0.4902, + "step": 70 + }, + { + "epoch": 0.31645569620253167, + "grad_norm": 0.5403469800949097, + "learning_rate": 0.00018814563928873837, + "loss": 0.4588, + "step": 75 + }, + { + "epoch": 0.33755274261603374, + "grad_norm": 0.8045063018798828, + "learning_rate": 0.00018729889923793395, + "loss": 0.503, + "step": 80 + }, + { + "epoch": 0.35864978902953587, + "grad_norm": 0.693356454372406, + "learning_rate": 0.00018645215918712955, + "loss": 0.4608, + "step": 85 + }, + { + "epoch": 0.379746835443038, + "grad_norm": 0.6002106070518494, + "learning_rate": 0.00018560541913632516, + "loss": 0.4477, + "step": 90 + }, + { + "epoch": 0.4008438818565401, + "grad_norm": 0.6284544467926025, + "learning_rate": 0.00018475867908552076, + "loss": 0.4369, + "step": 95 + }, + { + "epoch": 0.4219409282700422, + "grad_norm": 0.7236638069152832, + "learning_rate": 0.00018391193903471634, + "loss": 0.4771, + "step": 100 + }, + { + "epoch": 0.4430379746835443, + "grad_norm": 0.6181031465530396, + "learning_rate": 0.00018306519898391194, + "loss": 0.4777, + "step": 105 + }, + { + "epoch": 0.4641350210970464, + "grad_norm": 0.6585122346878052, + "learning_rate": 0.00018221845893310755, + "loss": 0.4711, + "step": 110 + }, + { + "epoch": 0.48523206751054854, + "grad_norm": 0.5586816668510437, + "learning_rate": 0.00018137171888230313, + "loss": 0.4561, + "step": 115 + }, + { + "epoch": 0.5063291139240507, + "grad_norm": 0.5544342994689941, + "learning_rate": 0.00018052497883149876, + "loss": 0.4763, + "step": 120 + }, + { + "epoch": 0.5274261603375527, + "grad_norm": 0.5431256890296936, + "learning_rate": 0.00017967823878069434, + "loss": 0.4371, + "step": 125 + }, + { + "epoch": 0.5485232067510548, + "grad_norm": 0.6458696126937866, + "learning_rate": 0.00017883149872988994, + "loss": 0.4681, + "step": 130 + }, + { + "epoch": 0.569620253164557, + "grad_norm": 0.7121616005897522, + "learning_rate": 0.00017798475867908552, + "loss": 0.4322, + "step": 135 + }, + { + "epoch": 0.5907172995780591, + "grad_norm": 0.6514433026313782, + "learning_rate": 0.00017713801862828112, + "loss": 0.4713, + "step": 140 + }, + { + "epoch": 0.6118143459915611, + "grad_norm": 0.6122904419898987, + "learning_rate": 0.0001762912785774767, + "loss": 0.4256, + "step": 145 + }, + { + "epoch": 0.6329113924050633, + "grad_norm": 0.666561484336853, + "learning_rate": 0.00017544453852667233, + "loss": 0.48, + "step": 150 + }, + { + "epoch": 0.6540084388185654, + "grad_norm": 0.6105670928955078, + "learning_rate": 0.0001745977984758679, + "loss": 0.473, + "step": 155 + }, + { + "epoch": 0.6751054852320675, + "grad_norm": 0.6040913462638855, + "learning_rate": 0.00017375105842506352, + "loss": 0.4514, + "step": 160 + }, + { + "epoch": 0.6962025316455697, + "grad_norm": 0.715588390827179, + "learning_rate": 0.00017290431837425912, + "loss": 0.4458, + "step": 165 + }, + { + "epoch": 0.7172995780590717, + "grad_norm": 0.6072377562522888, + "learning_rate": 0.0001720575783234547, + "loss": 0.5111, + "step": 170 + }, + { + "epoch": 0.7383966244725738, + "grad_norm": 0.7208830118179321, + "learning_rate": 0.0001712108382726503, + "loss": 0.4773, + "step": 175 + }, + { + "epoch": 0.759493670886076, + "grad_norm": 0.6747610569000244, + "learning_rate": 0.00017036409822184588, + "loss": 0.5049, + "step": 180 + }, + { + "epoch": 0.7805907172995781, + "grad_norm": 0.6497014760971069, + "learning_rate": 0.00016951735817104151, + "loss": 0.4249, + "step": 185 + }, + { + "epoch": 0.8016877637130801, + "grad_norm": 0.5443103313446045, + "learning_rate": 0.0001686706181202371, + "loss": 0.4266, + "step": 190 + }, + { + "epoch": 0.8227848101265823, + "grad_norm": 0.631135880947113, + "learning_rate": 0.0001678238780694327, + "loss": 0.4748, + "step": 195 + }, + { + "epoch": 0.8438818565400844, + "grad_norm": 0.6854163408279419, + "learning_rate": 0.00016697713801862828, + "loss": 0.4896, + "step": 200 + }, + { + "epoch": 0.8649789029535865, + "grad_norm": 0.5624205470085144, + "learning_rate": 0.00016613039796782388, + "loss": 0.4491, + "step": 205 + }, + { + "epoch": 0.8860759493670886, + "grad_norm": 0.6346325278282166, + "learning_rate": 0.00016528365791701949, + "loss": 0.4406, + "step": 210 + }, + { + "epoch": 0.9071729957805907, + "grad_norm": 0.7404812574386597, + "learning_rate": 0.0001644369178662151, + "loss": 0.4469, + "step": 215 + }, + { + "epoch": 0.9282700421940928, + "grad_norm": 0.6006607413291931, + "learning_rate": 0.0001635901778154107, + "loss": 0.462, + "step": 220 + }, + { + "epoch": 0.9493670886075949, + "grad_norm": 0.6530565023422241, + "learning_rate": 0.00016274343776460627, + "loss": 0.4277, + "step": 225 + }, + { + "epoch": 0.9704641350210971, + "grad_norm": 0.6576104164123535, + "learning_rate": 0.00016189669771380188, + "loss": 0.4417, + "step": 230 + }, + { + "epoch": 0.9915611814345991, + "grad_norm": 0.4978886544704437, + "learning_rate": 0.00016104995766299746, + "loss": 0.3867, + "step": 235 + }, + { + "epoch": 1.0126582278481013, + "grad_norm": 0.5120206475257874, + "learning_rate": 0.00016020321761219306, + "loss": 0.3955, + "step": 240 + }, + { + "epoch": 1.0337552742616034, + "grad_norm": 0.5765522122383118, + "learning_rate": 0.00015935647756138864, + "loss": 0.3868, + "step": 245 + }, + { + "epoch": 1.0548523206751055, + "grad_norm": 0.59456866979599, + "learning_rate": 0.00015850973751058427, + "loss": 0.3503, + "step": 250 + }, + { + "epoch": 1.0759493670886076, + "grad_norm": 0.6299899220466614, + "learning_rate": 0.00015766299745977985, + "loss": 0.3639, + "step": 255 + }, + { + "epoch": 1.0970464135021096, + "grad_norm": 0.824019193649292, + "learning_rate": 0.00015681625740897545, + "loss": 0.3691, + "step": 260 + }, + { + "epoch": 1.1181434599156117, + "grad_norm": 0.6931850910186768, + "learning_rate": 0.00015596951735817106, + "loss": 0.3433, + "step": 265 + }, + { + "epoch": 1.139240506329114, + "grad_norm": 0.5826072692871094, + "learning_rate": 0.00015512277730736664, + "loss": 0.3499, + "step": 270 + }, + { + "epoch": 1.160337552742616, + "grad_norm": 0.8310702443122864, + "learning_rate": 0.00015427603725656224, + "loss": 0.3723, + "step": 275 + }, + { + "epoch": 1.1814345991561181, + "grad_norm": 0.689850926399231, + "learning_rate": 0.00015342929720575785, + "loss": 0.32, + "step": 280 + }, + { + "epoch": 1.2025316455696202, + "grad_norm": 0.6635696887969971, + "learning_rate": 0.00015258255715495345, + "loss": 0.3512, + "step": 285 + }, + { + "epoch": 1.2236286919831223, + "grad_norm": 0.5789341926574707, + "learning_rate": 0.00015173581710414903, + "loss": 0.3585, + "step": 290 + }, + { + "epoch": 1.2447257383966246, + "grad_norm": 0.7083104848861694, + "learning_rate": 0.00015088907705334463, + "loss": 0.3515, + "step": 295 + }, + { + "epoch": 1.2658227848101267, + "grad_norm": 0.7327753901481628, + "learning_rate": 0.0001500423370025402, + "loss": 0.3098, + "step": 300 + }, + { + "epoch": 1.2869198312236287, + "grad_norm": 0.8447750806808472, + "learning_rate": 0.00014919559695173582, + "loss": 0.3514, + "step": 305 + }, + { + "epoch": 1.3080168776371308, + "grad_norm": 0.6308865547180176, + "learning_rate": 0.00014834885690093142, + "loss": 0.3131, + "step": 310 + }, + { + "epoch": 1.3291139240506329, + "grad_norm": 0.7023720145225525, + "learning_rate": 0.00014750211685012703, + "loss": 0.3556, + "step": 315 + }, + { + "epoch": 1.350210970464135, + "grad_norm": 0.6353731155395508, + "learning_rate": 0.00014665537679932263, + "loss": 0.35, + "step": 320 + }, + { + "epoch": 1.371308016877637, + "grad_norm": 0.6040824055671692, + "learning_rate": 0.0001458086367485182, + "loss": 0.3338, + "step": 325 + }, + { + "epoch": 1.3924050632911391, + "grad_norm": 0.7308788895606995, + "learning_rate": 0.0001449618966977138, + "loss": 0.3555, + "step": 330 + }, + { + "epoch": 1.4135021097046414, + "grad_norm": 0.755757749080658, + "learning_rate": 0.0001441151566469094, + "loss": 0.335, + "step": 335 + }, + { + "epoch": 1.4345991561181435, + "grad_norm": 0.8803465962409973, + "learning_rate": 0.000143268416596105, + "loss": 0.3364, + "step": 340 + }, + { + "epoch": 1.4556962025316456, + "grad_norm": 0.7039869427680969, + "learning_rate": 0.0001424216765453006, + "loss": 0.3434, + "step": 345 + }, + { + "epoch": 1.4767932489451476, + "grad_norm": 0.8104714751243591, + "learning_rate": 0.0001415749364944962, + "loss": 0.3412, + "step": 350 + }, + { + "epoch": 1.49789029535865, + "grad_norm": 0.7923826575279236, + "learning_rate": 0.00014072819644369178, + "loss": 0.3773, + "step": 355 + }, + { + "epoch": 1.518987341772152, + "grad_norm": 0.7564131617546082, + "learning_rate": 0.0001398814563928874, + "loss": 0.3734, + "step": 360 + }, + { + "epoch": 1.540084388185654, + "grad_norm": 0.7799999713897705, + "learning_rate": 0.000139034716342083, + "loss": 0.3187, + "step": 365 + }, + { + "epoch": 1.5611814345991561, + "grad_norm": 0.8038588166236877, + "learning_rate": 0.00013818797629127857, + "loss": 0.3308, + "step": 370 + }, + { + "epoch": 1.5822784810126582, + "grad_norm": 0.6443802118301392, + "learning_rate": 0.0001373412362404742, + "loss": 0.3514, + "step": 375 + }, + { + "epoch": 1.6033755274261603, + "grad_norm": 0.6848366260528564, + "learning_rate": 0.00013649449618966978, + "loss": 0.3304, + "step": 380 + }, + { + "epoch": 1.6244725738396624, + "grad_norm": 0.7658063173294067, + "learning_rate": 0.00013564775613886539, + "loss": 0.3711, + "step": 385 + }, + { + "epoch": 1.6455696202531644, + "grad_norm": 0.6925996541976929, + "learning_rate": 0.00013480101608806096, + "loss": 0.3519, + "step": 390 + }, + { + "epoch": 1.6666666666666665, + "grad_norm": 0.8494046330451965, + "learning_rate": 0.00013395427603725657, + "loss": 0.3207, + "step": 395 + }, + { + "epoch": 1.6877637130801688, + "grad_norm": 0.6229879260063171, + "learning_rate": 0.00013310753598645215, + "loss": 0.354, + "step": 400 + }, + { + "epoch": 1.7088607594936709, + "grad_norm": 0.7187400460243225, + "learning_rate": 0.00013226079593564775, + "loss": 0.3467, + "step": 405 + }, + { + "epoch": 1.729957805907173, + "grad_norm": 0.7948623299598694, + "learning_rate": 0.00013141405588484336, + "loss": 0.3536, + "step": 410 + }, + { + "epoch": 1.7510548523206753, + "grad_norm": 0.7493507266044617, + "learning_rate": 0.00013056731583403896, + "loss": 0.3274, + "step": 415 + }, + { + "epoch": 1.7721518987341773, + "grad_norm": 0.7380582094192505, + "learning_rate": 0.00012972057578323457, + "loss": 0.3533, + "step": 420 + }, + { + "epoch": 1.7932489451476794, + "grad_norm": 0.7286610007286072, + "learning_rate": 0.00012887383573243014, + "loss": 0.3248, + "step": 425 + }, + { + "epoch": 1.8143459915611815, + "grad_norm": 0.7960203289985657, + "learning_rate": 0.00012802709568162575, + "loss": 0.3478, + "step": 430 + }, + { + "epoch": 1.8354430379746836, + "grad_norm": 0.6849915385246277, + "learning_rate": 0.00012718035563082133, + "loss": 0.3095, + "step": 435 + }, + { + "epoch": 1.8565400843881856, + "grad_norm": 0.7213082909584045, + "learning_rate": 0.00012633361558001696, + "loss": 0.3574, + "step": 440 + }, + { + "epoch": 1.8776371308016877, + "grad_norm": 0.6543426513671875, + "learning_rate": 0.00012548687552921254, + "loss": 0.364, + "step": 445 + }, + { + "epoch": 1.8987341772151898, + "grad_norm": 0.848516047000885, + "learning_rate": 0.00012464013547840814, + "loss": 0.3408, + "step": 450 + }, + { + "epoch": 1.9198312236286919, + "grad_norm": 0.722089946269989, + "learning_rate": 0.00012379339542760372, + "loss": 0.3301, + "step": 455 + }, + { + "epoch": 1.9409282700421941, + "grad_norm": 0.7891592383384705, + "learning_rate": 0.00012294665537679932, + "loss": 0.3274, + "step": 460 + }, + { + "epoch": 1.9620253164556962, + "grad_norm": 0.7566299438476562, + "learning_rate": 0.00012209991532599493, + "loss": 0.2983, + "step": 465 + }, + { + "epoch": 1.9831223628691983, + "grad_norm": 0.7231684923171997, + "learning_rate": 0.0001212531752751905, + "loss": 0.347, + "step": 470 + }, + { + "epoch": 2.0042194092827006, + "grad_norm": 0.5335406064987183, + "learning_rate": 0.00012040643522438612, + "loss": 0.2793, + "step": 475 + }, + { + "epoch": 2.0253164556962027, + "grad_norm": 0.837425172328949, + "learning_rate": 0.00011955969517358172, + "loss": 0.2441, + "step": 480 + }, + { + "epoch": 2.0464135021097047, + "grad_norm": 0.9484906196594238, + "learning_rate": 0.00011871295512277731, + "loss": 0.2155, + "step": 485 + }, + { + "epoch": 2.067510548523207, + "grad_norm": 0.9487931132316589, + "learning_rate": 0.00011786621507197291, + "loss": 0.2162, + "step": 490 + }, + { + "epoch": 2.088607594936709, + "grad_norm": 0.6348637342453003, + "learning_rate": 0.0001170194750211685, + "loss": 0.2171, + "step": 495 + }, + { + "epoch": 2.109704641350211, + "grad_norm": 0.925662636756897, + "learning_rate": 0.0001161727349703641, + "loss": 0.2199, + "step": 500 + }, + { + "epoch": 2.130801687763713, + "grad_norm": 0.8483049869537354, + "learning_rate": 0.00011532599491955971, + "loss": 0.2019, + "step": 505 + }, + { + "epoch": 2.151898734177215, + "grad_norm": 0.9177809953689575, + "learning_rate": 0.0001144792548687553, + "loss": 0.2076, + "step": 510 + }, + { + "epoch": 2.172995780590717, + "grad_norm": 0.7590293884277344, + "learning_rate": 0.0001136325148179509, + "loss": 0.2054, + "step": 515 + }, + { + "epoch": 2.1940928270042193, + "grad_norm": 0.732097864151001, + "learning_rate": 0.00011278577476714649, + "loss": 0.2177, + "step": 520 + }, + { + "epoch": 2.2151898734177213, + "grad_norm": 0.8756091594696045, + "learning_rate": 0.00011193903471634208, + "loss": 0.2118, + "step": 525 + }, + { + "epoch": 2.2362869198312234, + "grad_norm": 0.935308575630188, + "learning_rate": 0.00011109229466553768, + "loss": 0.2086, + "step": 530 + }, + { + "epoch": 2.257383966244726, + "grad_norm": 0.8977298140525818, + "learning_rate": 0.00011024555461473329, + "loss": 0.2024, + "step": 535 + }, + { + "epoch": 2.278481012658228, + "grad_norm": 1.033003568649292, + "learning_rate": 0.00010939881456392888, + "loss": 0.2127, + "step": 540 + }, + { + "epoch": 2.29957805907173, + "grad_norm": 0.9577997922897339, + "learning_rate": 0.00010855207451312448, + "loss": 0.2056, + "step": 545 + }, + { + "epoch": 2.320675105485232, + "grad_norm": 0.9517112970352173, + "learning_rate": 0.00010770533446232008, + "loss": 0.2082, + "step": 550 + }, + { + "epoch": 2.3417721518987342, + "grad_norm": 0.7627676129341125, + "learning_rate": 0.00010685859441151567, + "loss": 0.229, + "step": 555 + }, + { + "epoch": 2.3628691983122363, + "grad_norm": 0.9168488383293152, + "learning_rate": 0.00010601185436071126, + "loss": 0.2052, + "step": 560 + }, + { + "epoch": 2.3839662447257384, + "grad_norm": 0.9428877234458923, + "learning_rate": 0.00010516511430990685, + "loss": 0.2319, + "step": 565 + }, + { + "epoch": 2.4050632911392404, + "grad_norm": 0.9364196062088013, + "learning_rate": 0.00010431837425910247, + "loss": 0.2113, + "step": 570 + }, + { + "epoch": 2.4261603375527425, + "grad_norm": 0.8755303025245667, + "learning_rate": 0.00010347163420829806, + "loss": 0.2206, + "step": 575 + }, + { + "epoch": 2.4472573839662446, + "grad_norm": 0.8461707830429077, + "learning_rate": 0.00010262489415749365, + "loss": 0.2166, + "step": 580 + }, + { + "epoch": 2.4683544303797467, + "grad_norm": 0.9211887717247009, + "learning_rate": 0.00010177815410668926, + "loss": 0.2127, + "step": 585 + }, + { + "epoch": 2.489451476793249, + "grad_norm": 0.7853642106056213, + "learning_rate": 0.00010093141405588485, + "loss": 0.2072, + "step": 590 + }, + { + "epoch": 2.510548523206751, + "grad_norm": 1.0079970359802246, + "learning_rate": 0.00010008467400508044, + "loss": 0.2142, + "step": 595 + }, + { + "epoch": 2.5316455696202533, + "grad_norm": 0.8375580906867981, + "learning_rate": 9.923793395427604e-05, + "loss": 0.22, + "step": 600 + }, + { + "epoch": 2.5527426160337554, + "grad_norm": 0.8735694289207458, + "learning_rate": 9.839119390347164e-05, + "loss": 0.2166, + "step": 605 + }, + { + "epoch": 2.5738396624472575, + "grad_norm": 0.9415373206138611, + "learning_rate": 9.754445385266724e-05, + "loss": 0.2233, + "step": 610 + }, + { + "epoch": 2.5949367088607596, + "grad_norm": 0.8838813900947571, + "learning_rate": 9.669771380186283e-05, + "loss": 0.2071, + "step": 615 + }, + { + "epoch": 2.6160337552742616, + "grad_norm": 0.795815110206604, + "learning_rate": 9.585097375105842e-05, + "loss": 0.2042, + "step": 620 + }, + { + "epoch": 2.6371308016877637, + "grad_norm": 0.9729201197624207, + "learning_rate": 9.500423370025403e-05, + "loss": 0.2063, + "step": 625 + }, + { + "epoch": 2.6582278481012658, + "grad_norm": 0.7790892124176025, + "learning_rate": 9.415749364944962e-05, + "loss": 0.2061, + "step": 630 + }, + { + "epoch": 2.679324894514768, + "grad_norm": 0.9554888606071472, + "learning_rate": 9.331075359864522e-05, + "loss": 0.2249, + "step": 635 + }, + { + "epoch": 2.70042194092827, + "grad_norm": 0.830453634262085, + "learning_rate": 9.246401354784083e-05, + "loss": 0.2057, + "step": 640 + }, + { + "epoch": 2.721518987341772, + "grad_norm": 0.9308468699455261, + "learning_rate": 9.161727349703642e-05, + "loss": 0.2246, + "step": 645 + }, + { + "epoch": 2.742616033755274, + "grad_norm": 1.0214687585830688, + "learning_rate": 9.077053344623201e-05, + "loss": 0.2276, + "step": 650 + }, + { + "epoch": 2.7637130801687766, + "grad_norm": 0.8937386274337769, + "learning_rate": 8.992379339542762e-05, + "loss": 0.2173, + "step": 655 + }, + { + "epoch": 2.7848101265822782, + "grad_norm": 0.9599831700325012, + "learning_rate": 8.907705334462321e-05, + "loss": 0.2196, + "step": 660 + }, + { + "epoch": 2.8059071729957807, + "grad_norm": 1.0958313941955566, + "learning_rate": 8.82303132938188e-05, + "loss": 0.2097, + "step": 665 + }, + { + "epoch": 2.827004219409283, + "grad_norm": 0.9966810941696167, + "learning_rate": 8.738357324301439e-05, + "loss": 0.2259, + "step": 670 + }, + { + "epoch": 2.848101265822785, + "grad_norm": 0.9494737386703491, + "learning_rate": 8.653683319221e-05, + "loss": 0.2218, + "step": 675 + }, + { + "epoch": 2.869198312236287, + "grad_norm": 0.9955355525016785, + "learning_rate": 8.569009314140559e-05, + "loss": 0.2175, + "step": 680 + }, + { + "epoch": 2.890295358649789, + "grad_norm": 0.8824717998504639, + "learning_rate": 8.484335309060119e-05, + "loss": 0.213, + "step": 685 + }, + { + "epoch": 2.911392405063291, + "grad_norm": 0.8423872590065002, + "learning_rate": 8.39966130397968e-05, + "loss": 0.2075, + "step": 690 + }, + { + "epoch": 2.932489451476793, + "grad_norm": 0.8268420696258545, + "learning_rate": 8.314987298899239e-05, + "loss": 0.2156, + "step": 695 + }, + { + "epoch": 2.9535864978902953, + "grad_norm": 0.888946533203125, + "learning_rate": 8.230313293818798e-05, + "loss": 0.2127, + "step": 700 + }, + { + "epoch": 2.9746835443037973, + "grad_norm": 0.8985306620597839, + "learning_rate": 8.145639288738358e-05, + "loss": 0.2004, + "step": 705 + }, + { + "epoch": 2.9957805907173, + "grad_norm": 0.8635352849960327, + "learning_rate": 8.060965283657918e-05, + "loss": 0.2018, + "step": 710 + }, + { + "epoch": 3.0168776371308015, + "grad_norm": 0.6553075909614563, + "learning_rate": 7.976291278577477e-05, + "loss": 0.1532, + "step": 715 + }, + { + "epoch": 3.037974683544304, + "grad_norm": 0.704214870929718, + "learning_rate": 7.891617273497037e-05, + "loss": 0.1236, + "step": 720 + }, + { + "epoch": 3.059071729957806, + "grad_norm": 0.8248369693756104, + "learning_rate": 7.806943268416596e-05, + "loss": 0.1239, + "step": 725 + }, + { + "epoch": 3.080168776371308, + "grad_norm": 0.7768934369087219, + "learning_rate": 7.722269263336155e-05, + "loss": 0.1257, + "step": 730 + }, + { + "epoch": 3.1012658227848102, + "grad_norm": 0.6930009722709656, + "learning_rate": 7.637595258255716e-05, + "loss": 0.1243, + "step": 735 + }, + { + "epoch": 3.1223628691983123, + "grad_norm": 0.6827319264411926, + "learning_rate": 7.552921253175276e-05, + "loss": 0.1224, + "step": 740 + }, + { + "epoch": 3.1434599156118144, + "grad_norm": 0.71506267786026, + "learning_rate": 7.468247248094836e-05, + "loss": 0.1266, + "step": 745 + }, + { + "epoch": 3.1645569620253164, + "grad_norm": 0.7285934686660767, + "learning_rate": 7.383573243014395e-05, + "loss": 0.1193, + "step": 750 + }, + { + "epoch": 3.1856540084388185, + "grad_norm": 0.9536705017089844, + "learning_rate": 7.298899237933955e-05, + "loss": 0.1237, + "step": 755 + }, + { + "epoch": 3.2067510548523206, + "grad_norm": 0.7341836094856262, + "learning_rate": 7.214225232853514e-05, + "loss": 0.121, + "step": 760 + }, + { + "epoch": 3.2278481012658227, + "grad_norm": 0.8383469581604004, + "learning_rate": 7.129551227773073e-05, + "loss": 0.1288, + "step": 765 + }, + { + "epoch": 3.2489451476793247, + "grad_norm": 0.6560456156730652, + "learning_rate": 7.044877222692634e-05, + "loss": 0.1256, + "step": 770 + }, + { + "epoch": 3.270042194092827, + "grad_norm": 0.7778322100639343, + "learning_rate": 6.960203217612193e-05, + "loss": 0.1226, + "step": 775 + }, + { + "epoch": 3.291139240506329, + "grad_norm": 0.7759009003639221, + "learning_rate": 6.875529212531752e-05, + "loss": 0.1287, + "step": 780 + }, + { + "epoch": 3.3122362869198314, + "grad_norm": 0.684718668460846, + "learning_rate": 6.790855207451313e-05, + "loss": 0.1269, + "step": 785 + }, + { + "epoch": 3.3333333333333335, + "grad_norm": 0.6805645227432251, + "learning_rate": 6.706181202370873e-05, + "loss": 0.1272, + "step": 790 + }, + { + "epoch": 3.3544303797468356, + "grad_norm": 0.8307424187660217, + "learning_rate": 6.621507197290432e-05, + "loss": 0.1325, + "step": 795 + }, + { + "epoch": 3.3755274261603376, + "grad_norm": 1.0321950912475586, + "learning_rate": 6.536833192209993e-05, + "loss": 0.1261, + "step": 800 + }, + { + "epoch": 3.3966244725738397, + "grad_norm": 0.8316990733146667, + "learning_rate": 6.452159187129552e-05, + "loss": 0.1295, + "step": 805 + }, + { + "epoch": 3.4177215189873418, + "grad_norm": 0.8223050236701965, + "learning_rate": 6.367485182049111e-05, + "loss": 0.1352, + "step": 810 + }, + { + "epoch": 3.438818565400844, + "grad_norm": 0.7125973701477051, + "learning_rate": 6.28281117696867e-05, + "loss": 0.1265, + "step": 815 + }, + { + "epoch": 3.459915611814346, + "grad_norm": 0.7010911703109741, + "learning_rate": 6.198137171888231e-05, + "loss": 0.1209, + "step": 820 + }, + { + "epoch": 3.481012658227848, + "grad_norm": 0.897536039352417, + "learning_rate": 6.11346316680779e-05, + "loss": 0.1291, + "step": 825 + }, + { + "epoch": 3.50210970464135, + "grad_norm": 1.0475562810897827, + "learning_rate": 6.0287891617273496e-05, + "loss": 0.1338, + "step": 830 + }, + { + "epoch": 3.523206751054852, + "grad_norm": 0.7329986095428467, + "learning_rate": 5.94411515664691e-05, + "loss": 0.1294, + "step": 835 + }, + { + "epoch": 3.5443037974683547, + "grad_norm": 0.8198378682136536, + "learning_rate": 5.859441151566469e-05, + "loss": 0.1267, + "step": 840 + }, + { + "epoch": 3.5654008438818563, + "grad_norm": 0.7653380632400513, + "learning_rate": 5.7747671464860284e-05, + "loss": 0.1266, + "step": 845 + }, + { + "epoch": 3.586497890295359, + "grad_norm": 0.7991034984588623, + "learning_rate": 5.690093141405589e-05, + "loss": 0.134, + "step": 850 + }, + { + "epoch": 3.607594936708861, + "grad_norm": 0.592465877532959, + "learning_rate": 5.605419136325149e-05, + "loss": 0.1238, + "step": 855 + }, + { + "epoch": 3.628691983122363, + "grad_norm": 0.6923990845680237, + "learning_rate": 5.520745131244708e-05, + "loss": 0.1252, + "step": 860 + }, + { + "epoch": 3.649789029535865, + "grad_norm": 0.8586663603782654, + "learning_rate": 5.436071126164268e-05, + "loss": 0.1327, + "step": 865 + }, + { + "epoch": 3.670886075949367, + "grad_norm": 0.9748384356498718, + "learning_rate": 5.3513971210838275e-05, + "loss": 0.1276, + "step": 870 + }, + { + "epoch": 3.691983122362869, + "grad_norm": 0.6811577081680298, + "learning_rate": 5.266723116003387e-05, + "loss": 0.1262, + "step": 875 + }, + { + "epoch": 3.7130801687763713, + "grad_norm": 0.7248231768608093, + "learning_rate": 5.182049110922948e-05, + "loss": 0.1235, + "step": 880 + }, + { + "epoch": 3.7341772151898733, + "grad_norm": 0.6524465680122375, + "learning_rate": 5.097375105842507e-05, + "loss": 0.1247, + "step": 885 + }, + { + "epoch": 3.7552742616033754, + "grad_norm": 0.8676452040672302, + "learning_rate": 5.012701100762066e-05, + "loss": 0.1333, + "step": 890 + }, + { + "epoch": 3.7763713080168775, + "grad_norm": 0.7901761531829834, + "learning_rate": 4.928027095681626e-05, + "loss": 0.1254, + "step": 895 + }, + { + "epoch": 3.7974683544303796, + "grad_norm": 1.0042537450790405, + "learning_rate": 4.8433530906011857e-05, + "loss": 0.1282, + "step": 900 + }, + { + "epoch": 3.818565400843882, + "grad_norm": 0.7089563608169556, + "learning_rate": 4.7586790855207455e-05, + "loss": 0.1341, + "step": 905 + }, + { + "epoch": 3.8396624472573837, + "grad_norm": 0.6832897663116455, + "learning_rate": 4.674005080440305e-05, + "loss": 0.1306, + "step": 910 + }, + { + "epoch": 3.8607594936708862, + "grad_norm": 0.8261719942092896, + "learning_rate": 4.5893310753598644e-05, + "loss": 0.1263, + "step": 915 + }, + { + "epoch": 3.8818565400843883, + "grad_norm": 0.7003406882286072, + "learning_rate": 4.504657070279424e-05, + "loss": 0.1274, + "step": 920 + }, + { + "epoch": 3.9029535864978904, + "grad_norm": 0.6365716457366943, + "learning_rate": 4.419983065198984e-05, + "loss": 0.125, + "step": 925 + }, + { + "epoch": 3.9240506329113924, + "grad_norm": 0.8365706205368042, + "learning_rate": 4.335309060118544e-05, + "loss": 0.125, + "step": 930 + }, + { + "epoch": 3.9451476793248945, + "grad_norm": 0.7227510809898376, + "learning_rate": 4.250635055038104e-05, + "loss": 0.1312, + "step": 935 + }, + { + "epoch": 3.9662447257383966, + "grad_norm": 0.6948458552360535, + "learning_rate": 4.1659610499576635e-05, + "loss": 0.1279, + "step": 940 + }, + { + "epoch": 3.9873417721518987, + "grad_norm": 0.8342769742012024, + "learning_rate": 4.0812870448772226e-05, + "loss": 0.1288, + "step": 945 + }, + { + "epoch": 4.008438818565401, + "grad_norm": 0.3967135548591614, + "learning_rate": 3.9966130397967824e-05, + "loss": 0.1088, + "step": 950 + }, + { + "epoch": 4.029535864978903, + "grad_norm": 0.4700900912284851, + "learning_rate": 3.911939034716342e-05, + "loss": 0.0899, + "step": 955 + }, + { + "epoch": 4.050632911392405, + "grad_norm": 0.4153767228126526, + "learning_rate": 3.827265029635902e-05, + "loss": 0.0925, + "step": 960 + }, + { + "epoch": 4.071729957805907, + "grad_norm": 0.6597673296928406, + "learning_rate": 3.742591024555462e-05, + "loss": 0.0905, + "step": 965 + }, + { + "epoch": 4.0928270042194095, + "grad_norm": 0.40580514073371887, + "learning_rate": 3.657917019475021e-05, + "loss": 0.0904, + "step": 970 + }, + { + "epoch": 4.113924050632911, + "grad_norm": 0.6022709012031555, + "learning_rate": 3.573243014394581e-05, + "loss": 0.0908, + "step": 975 + }, + { + "epoch": 4.135021097046414, + "grad_norm": 0.42806944251060486, + "learning_rate": 3.488569009314141e-05, + "loss": 0.0906, + "step": 980 + }, + { + "epoch": 4.156118143459915, + "grad_norm": 0.5331328511238098, + "learning_rate": 3.4038950042337004e-05, + "loss": 0.0926, + "step": 985 + }, + { + "epoch": 4.177215189873418, + "grad_norm": 0.5060997605323792, + "learning_rate": 3.31922099915326e-05, + "loss": 0.0913, + "step": 990 + }, + { + "epoch": 4.198312236286919, + "grad_norm": 0.414887011051178, + "learning_rate": 3.2345469940728194e-05, + "loss": 0.0933, + "step": 995 + }, + { + "epoch": 4.219409282700422, + "grad_norm": 0.4327792525291443, + "learning_rate": 3.149872988992379e-05, + "loss": 0.0884, + "step": 1000 + } + ], + "logging_steps": 5, + "max_steps": 1185, + "num_input_tokens_seen": 0, + "num_train_epochs": 5, + "save_steps": 500, + "stateful_callbacks": { + "TrainerControl": { + "args": { + "should_epoch_stop": false, + "should_evaluate": false, + "should_log": false, + "should_save": true, + "should_training_stop": false + }, + "attributes": {} + } + }, + "total_flos": 8.645620099955098e+16, + "train_batch_size": 16, + "trial_name": null, + "trial_params": null +} diff --git a/experiments/de-en-zh/checkpoint-1000/training_args.bin b/experiments/de-en-zh/checkpoint-1000/training_args.bin new file mode 100644 index 0000000000000000000000000000000000000000..67ee6263bb82a5fa446009ddd7e10d8262c69f4a --- /dev/null +++ b/experiments/de-en-zh/checkpoint-1000/training_args.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95840cb1ea2cc9040017024fcbd7a6278ebf35fe401146751d338073dd15c701 +size 6289 diff --git a/experiments/de-en-zh/checkpoint-1185/README.md b/experiments/de-en-zh/checkpoint-1185/README.md new file mode 100644 index 0000000000000000000000000000000000000000..6e1128c4737461313d01ab9fe9909a170568a6d0 --- /dev/null +++ b/experiments/de-en-zh/checkpoint-1185/README.md @@ -0,0 +1,210 @@ +--- +base_model: unsloth/meta-llama-3.1-8b-instruct-bnb-4bit +library_name: peft +pipeline_tag: text-generation +tags: +- base_model:adapter:unsloth/meta-llama-3.1-8b-instruct-bnb-4bit +- lora +- sft +- transformers +- trl +- unsloth +--- + +# Model Card for Model ID + + + + + +## Model Details + +### Model Description + + + + + +- **Developed by:** [More Information Needed] +- **Funded by [optional]:** [More Information Needed] +- **Shared by [optional]:** [More Information Needed] +- **Model type:** [More Information Needed] +- **Language(s) (NLP):** [More Information Needed] +- **License:** [More Information Needed] +- **Finetuned from model [optional]:** [More Information Needed] + +### Model Sources [optional] + + + +- **Repository:** [More Information Needed] +- **Paper [optional]:** [More Information Needed] +- **Demo [optional]:** [More Information Needed] + +## Uses + + + +### Direct Use + + + +[More Information Needed] + +### Downstream Use [optional] + + + +[More Information Needed] + +### Out-of-Scope Use + + + +[More Information Needed] + +## Bias, Risks, and Limitations + + + +[More Information Needed] + +### Recommendations + + + +Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations. + +## How to Get Started with the Model + +Use the code below to get started with the model. + +[More Information Needed] + +## Training Details + +### Training Data + + + +[More Information Needed] + +### Training Procedure + + + +#### Preprocessing [optional] + +[More Information Needed] + + +#### Training Hyperparameters + +- **Training regime:** [More Information Needed] + +#### Speeds, Sizes, Times [optional] + + + +[More Information Needed] + +## Evaluation + + + +### Testing Data, Factors & Metrics + +#### Testing Data + + + +[More Information Needed] + +#### Factors + + + +[More Information Needed] + +#### Metrics + + + +[More Information Needed] + +### Results + +[More Information Needed] + +#### Summary + + + +## Model Examination [optional] + + + +[More Information Needed] + +## Environmental Impact + + + +Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700). + +- **Hardware Type:** [More Information Needed] +- **Hours used:** [More Information Needed] +- **Cloud Provider:** [More Information Needed] +- **Compute Region:** [More Information Needed] +- **Carbon Emitted:** [More Information Needed] + +## Technical Specifications [optional] + +### Model Architecture and Objective + +[More Information Needed] + +### Compute Infrastructure + +[More Information Needed] + +#### Hardware + +[More Information Needed] + +#### Software + +[More Information Needed] + +## Citation [optional] + + + +**BibTeX:** + +[More Information Needed] + +**APA:** + +[More Information Needed] + +## Glossary [optional] + + + +[More Information Needed] + +## More Information [optional] + +[More Information Needed] + +## Model Card Authors [optional] + +[More Information Needed] + +## Model Card Contact + +[More Information Needed] +### Framework versions + +- PEFT 0.18.1 \ No newline at end of file diff --git a/experiments/de-en-zh/checkpoint-1185/adapter_config.json b/experiments/de-en-zh/checkpoint-1185/adapter_config.json new file mode 100644 index 0000000000000000000000000000000000000000..6d090358412564ccd2bb30984716271a043cacfb --- /dev/null +++ b/experiments/de-en-zh/checkpoint-1185/adapter_config.json @@ -0,0 +1,50 @@ +{ + "alora_invocation_tokens": null, + "alpha_pattern": {}, + "arrow_config": null, + "auto_mapping": { + "base_model_class": "LlamaForCausalLM", + "parent_library": "transformers.models.llama.modeling_llama", + "unsloth_fixed": true + }, + "base_model_name_or_path": "unsloth/meta-llama-3.1-8b-instruct-bnb-4bit", + "bias": "none", + "corda_config": null, + "ensure_weight_tying": false, + "eva_config": null, + "exclude_modules": null, + "fan_in_fan_out": false, + "inference_mode": true, + "init_lora_weights": true, + "layer_replication": null, + "layers_pattern": null, + "layers_to_transform": null, + "loftq_config": {}, + "lora_alpha": 16, + "lora_bias": false, + "lora_dropout": 0.1, + "megatron_config": null, + "megatron_core": "megatron.core", + "modules_to_save": null, + "peft_type": "LORA", + "peft_version": "0.18.1", + "qalora_group_size": 16, + "r": 8, + "rank_pattern": {}, + "revision": null, + "target_modules": [ + "gate_proj", + "v_proj", + "o_proj", + "k_proj", + "up_proj", + "down_proj", + "q_proj" + ], + "target_parameters": null, + "task_type": "CAUSAL_LM", + "trainable_token_indices": null, + "use_dora": false, + "use_qalora": false, + "use_rslora": true +} \ No newline at end of file diff --git a/experiments/de-en-zh/checkpoint-1185/adapter_model.safetensors b/experiments/de-en-zh/checkpoint-1185/adapter_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..ccdc58e6b2c8ef0c747526370e01378cba48c07f --- /dev/null +++ b/experiments/de-en-zh/checkpoint-1185/adapter_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d06a83c6501754f54ca2759861ea90ca41e92aa2b40f73b8e060770c60643fb2 +size 83945296 diff --git a/experiments/de-en-zh/checkpoint-1185/chat_template.jinja b/experiments/de-en-zh/checkpoint-1185/chat_template.jinja new file mode 100644 index 0000000000000000000000000000000000000000..33089ace1be88f22a10fe861ad49718d5d886090 --- /dev/null +++ b/experiments/de-en-zh/checkpoint-1185/chat_template.jinja @@ -0,0 +1,109 @@ +{{- bos_token }} +{%- if custom_tools is defined %} + {%- set tools = custom_tools %} +{%- endif %} +{%- if not tools_in_user_message is defined %} + {%- set tools_in_user_message = true %} +{%- endif %} +{%- if not date_string is defined %} + {%- set date_string = "26 Jul 2024" %} +{%- endif %} +{%- if not tools is defined %} + {%- set tools = none %} +{%- endif %} + +{#- This block extracts the system message, so we can slot it into the right place. #} +{%- if messages[0]['role'] == 'system' %} + {%- set system_message = messages[0]['content']|trim %} + {%- set messages = messages[1:] %} +{%- else %} + {%- set system_message = "" %} +{%- endif %} + +{#- System message + builtin tools #} +{{- "<|start_header_id|>system<|end_header_id|>\n\n" }} +{%- if builtin_tools is defined or tools is not none %} + {{- "Environment: ipython\n" }} +{%- endif %} +{%- if builtin_tools is defined %} + {{- "Tools: " + builtin_tools | reject('equalto', 'code_interpreter') | join(", ") + "\n\n"}} +{%- endif %} +{{- "Cutting Knowledge Date: December 2023\n" }} +{{- "Today Date: " + date_string + "\n\n" }} +{%- if tools is not none and not tools_in_user_message %} + {{- "You have access to the following functions. To call a function, please respond with JSON for a function call." }} + {{- 'Respond in the format {"name": function name, "parameters": dictionary of argument name and its value}.' }} + {{- "Do not use variables.\n\n" }} + {%- for t in tools %} + {{- t | tojson(indent=4) }} + {{- "\n\n" }} + {%- endfor %} +{%- endif %} +{{- system_message }} +{{- "<|eot_id|>" }} + +{#- Custom tools are passed in a user message with some extra guidance #} +{%- if tools_in_user_message and not tools is none %} + {#- Extract the first user message so we can plug it in here #} + {%- if messages | length != 0 %} + {%- set first_user_message = messages[0]['content']|trim %} + {%- set messages = messages[1:] %} + {%- else %} + {{- raise_exception("Cannot put tools in the first user message when there's no first user message!") }} +{%- endif %} + {{- '<|start_header_id|>user<|end_header_id|>\n\n' -}} + {{- "Given the following functions, please respond with a JSON for a function call " }} + {{- "with its proper arguments that best answers the given prompt.\n\n" }} + {{- 'Respond in the format {"name": function name, "parameters": dictionary of argument name and its value}.' }} + {{- "Do not use variables.\n\n" }} + {%- for t in tools %} + {{- t | tojson(indent=4) }} + {{- "\n\n" }} + {%- endfor %} + {{- first_user_message + "<|eot_id|>"}} +{%- endif %} + +{%- for message in messages %} + {%- if not (message.role == 'ipython' or message.role == 'tool' or 'tool_calls' in message) %} + {{- '<|start_header_id|>' + message['role'] + '<|end_header_id|>\n\n'+ message['content'] | trim + '<|eot_id|>' }} + {%- elif 'tool_calls' in message %} + {%- if not message.tool_calls|length == 1 %} + {{- raise_exception("This model only supports single tool-calls at once!") }} + {%- endif %} + {%- set tool_call = message.tool_calls[0].function %} + {%- if builtin_tools is defined and tool_call.name in builtin_tools %} + {{- '<|start_header_id|>assistant<|end_header_id|>\n\n' -}} + {{- "<|python_tag|>" + tool_call.name + ".call(" }} + {%- for arg_name, arg_val in tool_call.arguments | items %} + {{- arg_name + '="' + arg_val + '"' }} + {%- if not loop.last %} + {{- ", " }} + {%- endif %} + {%- endfor %} + {{- ")" }} + {%- else %} + {{- '<|start_header_id|>assistant<|end_header_id|>\n\n' -}} + {{- '{"name": "' + tool_call.name + '", ' }} + {{- '"parameters": ' }} + {{- tool_call.arguments | tojson }} + {{- "}" }} + {%- endif %} + {%- if builtin_tools is defined %} + {#- This means we're in ipython mode #} + {{- "<|eom_id|>" }} + {%- else %} + {{- "<|eot_id|>" }} + {%- endif %} + {%- elif message.role == "tool" or message.role == "ipython" %} + {{- "<|start_header_id|>ipython<|end_header_id|>\n\n" }} + {%- if message.content is mapping or message.content is iterable %} + {{- message.content | tojson }} + {%- else %} + {{- message.content }} + {%- endif %} + {{- "<|eot_id|>" }} + {%- endif %} +{%- endfor %} +{%- if add_generation_prompt %} + {{- '<|start_header_id|>assistant<|end_header_id|>\n\n' }} +{%- endif %} diff --git a/experiments/de-en-zh/checkpoint-1185/optimizer.pt b/experiments/de-en-zh/checkpoint-1185/optimizer.pt new file mode 100644 index 0000000000000000000000000000000000000000..f897cb816d78f0076e9b1e19ca0b8388ee7b0c98 --- /dev/null +++ b/experiments/de-en-zh/checkpoint-1185/optimizer.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce7ad021116b35c3f951f61b8e99f124f4611133b12b5823786369c37ae505c0 +size 43123429 diff --git a/experiments/de-en-zh/checkpoint-1185/rng_state.pth b/experiments/de-en-zh/checkpoint-1185/rng_state.pth new file mode 100644 index 0000000000000000000000000000000000000000..bd764a7695c65f43bf8e25472333cfbdae05bff8 --- /dev/null +++ b/experiments/de-en-zh/checkpoint-1185/rng_state.pth @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a44b8bb044f324a67f0ce54392e61b6ca40bda2fc5b09c7e2cdd90e46c56bdc +size 14645 diff --git a/experiments/de-en-zh/checkpoint-1185/scheduler.pt b/experiments/de-en-zh/checkpoint-1185/scheduler.pt new file mode 100644 index 0000000000000000000000000000000000000000..5cc170988e1c5c91866995f9ef82606ef1b85d68 --- /dev/null +++ b/experiments/de-en-zh/checkpoint-1185/scheduler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:536a5b31febcbda77e3e913e12dcbcd10ebd104290f4bc52ce97482f12465286 +size 1465 diff --git a/experiments/de-en-zh/checkpoint-1185/special_tokens_map.json b/experiments/de-en-zh/checkpoint-1185/special_tokens_map.json new file mode 100644 index 0000000000000000000000000000000000000000..3c1d04911c269b925af977a3151c9704e990e4d0 --- /dev/null +++ b/experiments/de-en-zh/checkpoint-1185/special_tokens_map.json @@ -0,0 +1,23 @@ +{ + "bos_token": { + "content": "<|begin_of_text|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false + }, + "eos_token": { + "content": "<|eot_id|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false + }, + "pad_token": { + "content": "<|finetune_right_pad_id|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false + } +} diff --git a/experiments/de-en-zh/checkpoint-1185/tokenizer.json b/experiments/de-en-zh/checkpoint-1185/tokenizer.json new file mode 100644 index 0000000000000000000000000000000000000000..1c1d8d5c9024994f1d3b00f9662b8dd89ca13cf2 --- /dev/null +++ b/experiments/de-en-zh/checkpoint-1185/tokenizer.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b9e4e7fb171f92fd137b777cc2714bf87d11576700a1dcd7a399e7bbe39537b +size 17209920 diff --git a/experiments/de-en-zh/checkpoint-1185/tokenizer_config.json b/experiments/de-en-zh/checkpoint-1185/tokenizer_config.json new file mode 100644 index 0000000000000000000000000000000000000000..69b6ed0e11b81375bae750eb8ec4a7e1146eeca3 --- /dev/null +++ b/experiments/de-en-zh/checkpoint-1185/tokenizer_config.json @@ -0,0 +1,2066 @@ +{ + "add_bos_token": true, + "added_tokens_decoder": { + "128000": { + "content": "<|begin_of_text|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128001": { + "content": "<|end_of_text|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128002": { + "content": "<|reserved_special_token_0|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128003": { + "content": "<|reserved_special_token_1|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128004": { + "content": "<|finetune_right_pad_id|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128005": { + "content": "<|reserved_special_token_2|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128006": { + "content": "<|start_header_id|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128007": { + "content": "<|end_header_id|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128008": { + "content": "<|eom_id|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128009": { + "content": "<|eot_id|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128010": { + "content": "<|python_tag|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128011": { + "content": "<|reserved_special_token_3|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128012": { + "content": "<|reserved_special_token_4|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128013": { + "content": "<|reserved_special_token_5|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128014": { + "content": "<|reserved_special_token_6|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128015": { + "content": "<|reserved_special_token_7|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128016": { + "content": "<|reserved_special_token_8|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128017": { + "content": "<|reserved_special_token_9|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128018": { + "content": "<|reserved_special_token_10|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128019": { + "content": "<|reserved_special_token_11|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128020": { + "content": "<|reserved_special_token_12|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128021": { + "content": "<|reserved_special_token_13|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128022": { + "content": "<|reserved_special_token_14|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128023": { + "content": "<|reserved_special_token_15|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128024": { + "content": "<|reserved_special_token_16|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128025": { + "content": "<|reserved_special_token_17|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128026": { + "content": "<|reserved_special_token_18|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128027": { + "content": "<|reserved_special_token_19|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128028": { + "content": "<|reserved_special_token_20|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128029": { + "content": "<|reserved_special_token_21|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128030": { + "content": "<|reserved_special_token_22|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128031": { + "content": "<|reserved_special_token_23|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128032": { + "content": "<|reserved_special_token_24|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128033": { + "content": "<|reserved_special_token_25|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128034": { + "content": "<|reserved_special_token_26|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128035": { + "content": "<|reserved_special_token_27|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128036": { + "content": "<|reserved_special_token_28|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128037": { + "content": "<|reserved_special_token_29|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128038": { + "content": "<|reserved_special_token_30|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128039": { + "content": "<|reserved_special_token_31|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128040": { + "content": "<|reserved_special_token_32|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128041": { + "content": "<|reserved_special_token_33|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128042": { + "content": "<|reserved_special_token_34|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128043": { + "content": "<|reserved_special_token_35|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128044": { + "content": "<|reserved_special_token_36|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128045": { + "content": "<|reserved_special_token_37|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128046": { + "content": "<|reserved_special_token_38|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128047": { + "content": "<|reserved_special_token_39|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128048": { + "content": "<|reserved_special_token_40|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128049": { + "content": "<|reserved_special_token_41|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128050": { + "content": "<|reserved_special_token_42|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128051": { + "content": "<|reserved_special_token_43|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128052": { + "content": "<|reserved_special_token_44|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128053": { + "content": "<|reserved_special_token_45|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128054": { + "content": "<|reserved_special_token_46|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128055": { + "content": "<|reserved_special_token_47|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128056": { + "content": "<|reserved_special_token_48|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128057": { + "content": "<|reserved_special_token_49|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128058": { + "content": "<|reserved_special_token_50|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128059": { + "content": "<|reserved_special_token_51|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128060": { + "content": "<|reserved_special_token_52|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128061": { + "content": "<|reserved_special_token_53|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128062": { + "content": "<|reserved_special_token_54|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128063": { + "content": "<|reserved_special_token_55|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128064": { + "content": "<|reserved_special_token_56|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128065": { + "content": "<|reserved_special_token_57|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128066": { + "content": "<|reserved_special_token_58|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128067": { + "content": "<|reserved_special_token_59|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128068": { + "content": "<|reserved_special_token_60|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128069": { + "content": "<|reserved_special_token_61|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128070": { + "content": "<|reserved_special_token_62|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128071": { + "content": "<|reserved_special_token_63|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128072": { + "content": "<|reserved_special_token_64|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128073": { + "content": "<|reserved_special_token_65|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128074": { + "content": "<|reserved_special_token_66|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128075": { + "content": "<|reserved_special_token_67|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128076": { + "content": "<|reserved_special_token_68|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128077": { + "content": "<|reserved_special_token_69|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128078": { + "content": "<|reserved_special_token_70|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128079": { + "content": "<|reserved_special_token_71|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128080": { + "content": "<|reserved_special_token_72|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128081": { + "content": "<|reserved_special_token_73|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128082": { + "content": "<|reserved_special_token_74|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128083": { + "content": "<|reserved_special_token_75|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128084": { + "content": "<|reserved_special_token_76|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128085": { + "content": "<|reserved_special_token_77|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128086": { + "content": "<|reserved_special_token_78|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128087": { + "content": "<|reserved_special_token_79|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128088": { + "content": "<|reserved_special_token_80|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128089": { + "content": "<|reserved_special_token_81|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128090": { + "content": "<|reserved_special_token_82|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128091": { + "content": "<|reserved_special_token_83|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128092": { + "content": "<|reserved_special_token_84|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128093": { + "content": "<|reserved_special_token_85|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128094": { + "content": "<|reserved_special_token_86|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128095": { + "content": "<|reserved_special_token_87|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128096": { + "content": "<|reserved_special_token_88|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128097": { + "content": "<|reserved_special_token_89|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128098": { + "content": "<|reserved_special_token_90|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128099": { + "content": "<|reserved_special_token_91|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128100": { + "content": "<|reserved_special_token_92|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128101": { + "content": "<|reserved_special_token_93|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128102": { + "content": "<|reserved_special_token_94|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128103": { + "content": "<|reserved_special_token_95|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128104": { + "content": "<|reserved_special_token_96|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128105": { + "content": "<|reserved_special_token_97|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128106": { + "content": "<|reserved_special_token_98|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128107": { + "content": "<|reserved_special_token_99|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128108": { + "content": "<|reserved_special_token_100|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128109": { + "content": "<|reserved_special_token_101|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128110": { + "content": "<|reserved_special_token_102|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128111": { + "content": "<|reserved_special_token_103|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128112": { + "content": "<|reserved_special_token_104|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128113": { + "content": "<|reserved_special_token_105|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128114": { + "content": "<|reserved_special_token_106|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128115": { + "content": "<|reserved_special_token_107|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128116": { + "content": "<|reserved_special_token_108|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128117": { + "content": "<|reserved_special_token_109|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128118": { + "content": "<|reserved_special_token_110|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128119": { + "content": "<|reserved_special_token_111|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128120": { + "content": "<|reserved_special_token_112|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128121": { + "content": "<|reserved_special_token_113|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128122": { + "content": "<|reserved_special_token_114|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128123": { + "content": "<|reserved_special_token_115|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128124": { + "content": "<|reserved_special_token_116|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128125": { + "content": "<|reserved_special_token_117|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128126": { + "content": "<|reserved_special_token_118|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128127": { + "content": "<|reserved_special_token_119|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128128": { + "content": "<|reserved_special_token_120|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128129": { + "content": "<|reserved_special_token_121|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128130": { + "content": "<|reserved_special_token_122|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128131": { + "content": "<|reserved_special_token_123|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128132": { + "content": "<|reserved_special_token_124|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128133": { + "content": "<|reserved_special_token_125|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128134": { + "content": "<|reserved_special_token_126|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128135": { + "content": "<|reserved_special_token_127|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128136": { + "content": "<|reserved_special_token_128|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128137": { + "content": "<|reserved_special_token_129|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128138": { + "content": "<|reserved_special_token_130|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128139": { + "content": "<|reserved_special_token_131|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128140": { + "content": "<|reserved_special_token_132|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128141": { + "content": "<|reserved_special_token_133|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128142": { + "content": "<|reserved_special_token_134|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128143": { + "content": "<|reserved_special_token_135|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128144": { + "content": "<|reserved_special_token_136|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128145": { + "content": "<|reserved_special_token_137|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128146": { + "content": "<|reserved_special_token_138|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128147": { + "content": "<|reserved_special_token_139|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128148": { + "content": "<|reserved_special_token_140|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128149": { + "content": "<|reserved_special_token_141|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128150": { + "content": "<|reserved_special_token_142|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128151": { + "content": "<|reserved_special_token_143|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128152": { + "content": "<|reserved_special_token_144|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128153": { + "content": "<|reserved_special_token_145|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128154": { + "content": "<|reserved_special_token_146|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128155": { + "content": "<|reserved_special_token_147|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128156": { + "content": "<|reserved_special_token_148|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128157": { + "content": "<|reserved_special_token_149|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128158": { + "content": "<|reserved_special_token_150|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128159": { + "content": "<|reserved_special_token_151|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128160": { + "content": "<|reserved_special_token_152|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128161": { + "content": "<|reserved_special_token_153|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128162": { + "content": "<|reserved_special_token_154|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128163": { + "content": "<|reserved_special_token_155|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128164": { + "content": "<|reserved_special_token_156|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128165": { + "content": "<|reserved_special_token_157|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128166": { + "content": "<|reserved_special_token_158|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128167": { + "content": "<|reserved_special_token_159|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128168": { + "content": "<|reserved_special_token_160|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128169": { + "content": "<|reserved_special_token_161|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128170": { + "content": "<|reserved_special_token_162|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128171": { + "content": "<|reserved_special_token_163|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128172": { + "content": "<|reserved_special_token_164|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128173": { + "content": "<|reserved_special_token_165|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128174": { + "content": "<|reserved_special_token_166|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128175": { + "content": "<|reserved_special_token_167|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128176": { + "content": "<|reserved_special_token_168|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128177": { + "content": "<|reserved_special_token_169|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128178": { + "content": "<|reserved_special_token_170|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128179": { + "content": "<|reserved_special_token_171|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128180": { + "content": "<|reserved_special_token_172|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128181": { + "content": "<|reserved_special_token_173|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128182": { + "content": "<|reserved_special_token_174|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128183": { + "content": "<|reserved_special_token_175|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128184": { + "content": "<|reserved_special_token_176|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128185": { + "content": "<|reserved_special_token_177|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128186": { + "content": "<|reserved_special_token_178|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128187": { + "content": "<|reserved_special_token_179|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128188": { + "content": "<|reserved_special_token_180|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128189": { + "content": "<|reserved_special_token_181|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128190": { + "content": "<|reserved_special_token_182|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128191": { + "content": "<|reserved_special_token_183|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128192": { + "content": "<|reserved_special_token_184|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128193": { + "content": "<|reserved_special_token_185|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128194": { + "content": "<|reserved_special_token_186|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128195": { + "content": "<|reserved_special_token_187|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128196": { + "content": "<|reserved_special_token_188|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128197": { + "content": "<|reserved_special_token_189|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128198": { + "content": "<|reserved_special_token_190|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128199": { + "content": "<|reserved_special_token_191|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128200": { + "content": "<|reserved_special_token_192|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128201": { + "content": "<|reserved_special_token_193|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128202": { + "content": "<|reserved_special_token_194|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128203": { + "content": "<|reserved_special_token_195|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128204": { + "content": "<|reserved_special_token_196|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128205": { + "content": "<|reserved_special_token_197|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128206": { + "content": "<|reserved_special_token_198|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128207": { + "content": "<|reserved_special_token_199|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128208": { + "content": "<|reserved_special_token_200|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128209": { + "content": "<|reserved_special_token_201|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128210": { + "content": "<|reserved_special_token_202|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128211": { + "content": "<|reserved_special_token_203|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128212": { + "content": "<|reserved_special_token_204|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128213": { + "content": "<|reserved_special_token_205|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128214": { + "content": "<|reserved_special_token_206|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128215": { + "content": "<|reserved_special_token_207|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128216": { + "content": "<|reserved_special_token_208|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128217": { + "content": "<|reserved_special_token_209|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128218": { + "content": "<|reserved_special_token_210|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128219": { + "content": "<|reserved_special_token_211|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128220": { + "content": "<|reserved_special_token_212|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128221": { + "content": "<|reserved_special_token_213|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128222": { + "content": "<|reserved_special_token_214|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128223": { + "content": "<|reserved_special_token_215|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128224": { + "content": "<|reserved_special_token_216|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128225": { + "content": "<|reserved_special_token_217|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128226": { + "content": "<|reserved_special_token_218|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128227": { + "content": "<|reserved_special_token_219|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128228": { + "content": "<|reserved_special_token_220|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128229": { + "content": "<|reserved_special_token_221|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128230": { + "content": "<|reserved_special_token_222|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128231": { + "content": "<|reserved_special_token_223|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128232": { + "content": "<|reserved_special_token_224|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128233": { + "content": "<|reserved_special_token_225|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128234": { + "content": "<|reserved_special_token_226|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128235": { + "content": "<|reserved_special_token_227|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128236": { + "content": "<|reserved_special_token_228|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128237": { + "content": "<|reserved_special_token_229|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128238": { + "content": "<|reserved_special_token_230|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128239": { + "content": "<|reserved_special_token_231|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128240": { + "content": "<|reserved_special_token_232|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128241": { + "content": "<|reserved_special_token_233|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128242": { + "content": "<|reserved_special_token_234|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128243": { + "content": "<|reserved_special_token_235|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128244": { + "content": "<|reserved_special_token_236|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128245": { + "content": "<|reserved_special_token_237|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128246": { + "content": "<|reserved_special_token_238|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128247": { + "content": "<|reserved_special_token_239|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128248": { + "content": "<|reserved_special_token_240|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128249": { + "content": "<|reserved_special_token_241|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128250": { + "content": "<|reserved_special_token_242|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128251": { + "content": "<|reserved_special_token_243|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128252": { + "content": "<|reserved_special_token_244|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128253": { + "content": "<|reserved_special_token_245|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128254": { + "content": "<|reserved_special_token_246|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128255": { + "content": "<|reserved_special_token_247|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + } + }, + "bos_token": "<|begin_of_text|>", + "clean_up_tokenization_spaces": true, + "eos_token": "<|eot_id|>", + "extra_special_tokens": {}, + "model_input_names": [ + "input_ids", + "attention_mask" + ], + "model_max_length": 131072, + "pad_token": "<|finetune_right_pad_id|>", + "padding_side": "right", + "tokenizer_class": "PreTrainedTokenizerFast", + "unk_token": null +} diff --git a/experiments/de-en-zh/checkpoint-1185/trainer_state.json b/experiments/de-en-zh/checkpoint-1185/trainer_state.json new file mode 100644 index 0000000000000000000000000000000000000000..240e18d808dcc57213edabf41b8e7091bce426ba --- /dev/null +++ b/experiments/de-en-zh/checkpoint-1185/trainer_state.json @@ -0,0 +1,1693 @@ +{ + "best_global_step": null, + "best_metric": null, + "best_model_checkpoint": null, + "epoch": 5.0, + "eval_steps": 500, + "global_step": 1185, + "is_hyper_param_search": false, + "is_local_process_zero": true, + "is_world_process_zero": true, + "log_history": [ + { + "epoch": 0.02109704641350211, + "grad_norm": 8.84162712097168, + "learning_rate": 0.0002, + "loss": 2.7618, + "step": 5 + }, + { + "epoch": 0.04219409282700422, + "grad_norm": 1.7299038171768188, + "learning_rate": 0.00019915325994919561, + "loss": 0.8687, + "step": 10 + }, + { + "epoch": 0.06329113924050633, + "grad_norm": 1.7394821643829346, + "learning_rate": 0.0001983065198983912, + "loss": 0.5779, + "step": 15 + }, + { + "epoch": 0.08438818565400844, + "grad_norm": 0.9605206847190857, + "learning_rate": 0.0001974597798475868, + "loss": 0.4801, + "step": 20 + }, + { + "epoch": 0.10548523206751055, + "grad_norm": 0.798799455165863, + "learning_rate": 0.0001966130397967824, + "loss": 0.4804, + "step": 25 + }, + { + "epoch": 0.12658227848101267, + "grad_norm": 0.9488236904144287, + "learning_rate": 0.000195766299745978, + "loss": 0.5181, + "step": 30 + }, + { + "epoch": 0.14767932489451477, + "grad_norm": 0.640821635723114, + "learning_rate": 0.00019491955969517358, + "loss": 0.5334, + "step": 35 + }, + { + "epoch": 0.16877637130801687, + "grad_norm": 0.7940754890441895, + "learning_rate": 0.0001940728196443692, + "loss": 0.5444, + "step": 40 + }, + { + "epoch": 0.189873417721519, + "grad_norm": 0.6170028448104858, + "learning_rate": 0.00019322607959356477, + "loss": 0.5006, + "step": 45 + }, + { + "epoch": 0.2109704641350211, + "grad_norm": 0.6812167763710022, + "learning_rate": 0.00019237933954276037, + "loss": 0.4943, + "step": 50 + }, + { + "epoch": 0.2320675105485232, + "grad_norm": 0.6469399929046631, + "learning_rate": 0.00019153259949195598, + "loss": 0.4816, + "step": 55 + }, + { + "epoch": 0.25316455696202533, + "grad_norm": 0.582391083240509, + "learning_rate": 0.00019068585944115158, + "loss": 0.4885, + "step": 60 + }, + { + "epoch": 0.2742616033755274, + "grad_norm": 0.5030574798583984, + "learning_rate": 0.0001898391193903472, + "loss": 0.4252, + "step": 65 + }, + { + "epoch": 0.29535864978902954, + "grad_norm": 0.6566026210784912, + "learning_rate": 0.00018899237933954276, + "loss": 0.4902, + "step": 70 + }, + { + "epoch": 0.31645569620253167, + "grad_norm": 0.5403469800949097, + "learning_rate": 0.00018814563928873837, + "loss": 0.4588, + "step": 75 + }, + { + "epoch": 0.33755274261603374, + "grad_norm": 0.8045063018798828, + "learning_rate": 0.00018729889923793395, + "loss": 0.503, + "step": 80 + }, + { + "epoch": 0.35864978902953587, + "grad_norm": 0.693356454372406, + "learning_rate": 0.00018645215918712955, + "loss": 0.4608, + "step": 85 + }, + { + "epoch": 0.379746835443038, + "grad_norm": 0.6002106070518494, + "learning_rate": 0.00018560541913632516, + "loss": 0.4477, + "step": 90 + }, + { + "epoch": 0.4008438818565401, + "grad_norm": 0.6284544467926025, + "learning_rate": 0.00018475867908552076, + "loss": 0.4369, + "step": 95 + }, + { + "epoch": 0.4219409282700422, + "grad_norm": 0.7236638069152832, + "learning_rate": 0.00018391193903471634, + "loss": 0.4771, + "step": 100 + }, + { + "epoch": 0.4430379746835443, + "grad_norm": 0.6181031465530396, + "learning_rate": 0.00018306519898391194, + "loss": 0.4777, + "step": 105 + }, + { + "epoch": 0.4641350210970464, + "grad_norm": 0.6585122346878052, + "learning_rate": 0.00018221845893310755, + "loss": 0.4711, + "step": 110 + }, + { + "epoch": 0.48523206751054854, + "grad_norm": 0.5586816668510437, + "learning_rate": 0.00018137171888230313, + "loss": 0.4561, + "step": 115 + }, + { + "epoch": 0.5063291139240507, + "grad_norm": 0.5544342994689941, + "learning_rate": 0.00018052497883149876, + "loss": 0.4763, + "step": 120 + }, + { + "epoch": 0.5274261603375527, + "grad_norm": 0.5431256890296936, + "learning_rate": 0.00017967823878069434, + "loss": 0.4371, + "step": 125 + }, + { + "epoch": 0.5485232067510548, + "grad_norm": 0.6458696126937866, + "learning_rate": 0.00017883149872988994, + "loss": 0.4681, + "step": 130 + }, + { + "epoch": 0.569620253164557, + "grad_norm": 0.7121616005897522, + "learning_rate": 0.00017798475867908552, + "loss": 0.4322, + "step": 135 + }, + { + "epoch": 0.5907172995780591, + "grad_norm": 0.6514433026313782, + "learning_rate": 0.00017713801862828112, + "loss": 0.4713, + "step": 140 + }, + { + "epoch": 0.6118143459915611, + "grad_norm": 0.6122904419898987, + "learning_rate": 0.0001762912785774767, + "loss": 0.4256, + "step": 145 + }, + { + "epoch": 0.6329113924050633, + "grad_norm": 0.666561484336853, + "learning_rate": 0.00017544453852667233, + "loss": 0.48, + "step": 150 + }, + { + "epoch": 0.6540084388185654, + "grad_norm": 0.6105670928955078, + "learning_rate": 0.0001745977984758679, + "loss": 0.473, + "step": 155 + }, + { + "epoch": 0.6751054852320675, + "grad_norm": 0.6040913462638855, + "learning_rate": 0.00017375105842506352, + "loss": 0.4514, + "step": 160 + }, + { + "epoch": 0.6962025316455697, + "grad_norm": 0.715588390827179, + "learning_rate": 0.00017290431837425912, + "loss": 0.4458, + "step": 165 + }, + { + "epoch": 0.7172995780590717, + "grad_norm": 0.6072377562522888, + "learning_rate": 0.0001720575783234547, + "loss": 0.5111, + "step": 170 + }, + { + "epoch": 0.7383966244725738, + "grad_norm": 0.7208830118179321, + "learning_rate": 0.0001712108382726503, + "loss": 0.4773, + "step": 175 + }, + { + "epoch": 0.759493670886076, + "grad_norm": 0.6747610569000244, + "learning_rate": 0.00017036409822184588, + "loss": 0.5049, + "step": 180 + }, + { + "epoch": 0.7805907172995781, + "grad_norm": 0.6497014760971069, + "learning_rate": 0.00016951735817104151, + "loss": 0.4249, + "step": 185 + }, + { + "epoch": 0.8016877637130801, + "grad_norm": 0.5443103313446045, + "learning_rate": 0.0001686706181202371, + "loss": 0.4266, + "step": 190 + }, + { + "epoch": 0.8227848101265823, + "grad_norm": 0.631135880947113, + "learning_rate": 0.0001678238780694327, + "loss": 0.4748, + "step": 195 + }, + { + "epoch": 0.8438818565400844, + "grad_norm": 0.6854163408279419, + "learning_rate": 0.00016697713801862828, + "loss": 0.4896, + "step": 200 + }, + { + "epoch": 0.8649789029535865, + "grad_norm": 0.5624205470085144, + "learning_rate": 0.00016613039796782388, + "loss": 0.4491, + "step": 205 + }, + { + "epoch": 0.8860759493670886, + "grad_norm": 0.6346325278282166, + "learning_rate": 0.00016528365791701949, + "loss": 0.4406, + "step": 210 + }, + { + "epoch": 0.9071729957805907, + "grad_norm": 0.7404812574386597, + "learning_rate": 0.0001644369178662151, + "loss": 0.4469, + "step": 215 + }, + { + "epoch": 0.9282700421940928, + "grad_norm": 0.6006607413291931, + "learning_rate": 0.0001635901778154107, + "loss": 0.462, + "step": 220 + }, + { + "epoch": 0.9493670886075949, + "grad_norm": 0.6530565023422241, + "learning_rate": 0.00016274343776460627, + "loss": 0.4277, + "step": 225 + }, + { + "epoch": 0.9704641350210971, + "grad_norm": 0.6576104164123535, + "learning_rate": 0.00016189669771380188, + "loss": 0.4417, + "step": 230 + }, + { + "epoch": 0.9915611814345991, + "grad_norm": 0.4978886544704437, + "learning_rate": 0.00016104995766299746, + "loss": 0.3867, + "step": 235 + }, + { + "epoch": 1.0126582278481013, + "grad_norm": 0.5120206475257874, + "learning_rate": 0.00016020321761219306, + "loss": 0.3955, + "step": 240 + }, + { + "epoch": 1.0337552742616034, + "grad_norm": 0.5765522122383118, + "learning_rate": 0.00015935647756138864, + "loss": 0.3868, + "step": 245 + }, + { + "epoch": 1.0548523206751055, + "grad_norm": 0.59456866979599, + "learning_rate": 0.00015850973751058427, + "loss": 0.3503, + "step": 250 + }, + { + "epoch": 1.0759493670886076, + "grad_norm": 0.6299899220466614, + "learning_rate": 0.00015766299745977985, + "loss": 0.3639, + "step": 255 + }, + { + "epoch": 1.0970464135021096, + "grad_norm": 0.824019193649292, + "learning_rate": 0.00015681625740897545, + "loss": 0.3691, + "step": 260 + }, + { + "epoch": 1.1181434599156117, + "grad_norm": 0.6931850910186768, + "learning_rate": 0.00015596951735817106, + "loss": 0.3433, + "step": 265 + }, + { + "epoch": 1.139240506329114, + "grad_norm": 0.5826072692871094, + "learning_rate": 0.00015512277730736664, + "loss": 0.3499, + "step": 270 + }, + { + "epoch": 1.160337552742616, + "grad_norm": 0.8310702443122864, + "learning_rate": 0.00015427603725656224, + "loss": 0.3723, + "step": 275 + }, + { + "epoch": 1.1814345991561181, + "grad_norm": 0.689850926399231, + "learning_rate": 0.00015342929720575785, + "loss": 0.32, + "step": 280 + }, + { + "epoch": 1.2025316455696202, + "grad_norm": 0.6635696887969971, + "learning_rate": 0.00015258255715495345, + "loss": 0.3512, + "step": 285 + }, + { + "epoch": 1.2236286919831223, + "grad_norm": 0.5789341926574707, + "learning_rate": 0.00015173581710414903, + "loss": 0.3585, + "step": 290 + }, + { + "epoch": 1.2447257383966246, + "grad_norm": 0.7083104848861694, + "learning_rate": 0.00015088907705334463, + "loss": 0.3515, + "step": 295 + }, + { + "epoch": 1.2658227848101267, + "grad_norm": 0.7327753901481628, + "learning_rate": 0.0001500423370025402, + "loss": 0.3098, + "step": 300 + }, + { + "epoch": 1.2869198312236287, + "grad_norm": 0.8447750806808472, + "learning_rate": 0.00014919559695173582, + "loss": 0.3514, + "step": 305 + }, + { + "epoch": 1.3080168776371308, + "grad_norm": 0.6308865547180176, + "learning_rate": 0.00014834885690093142, + "loss": 0.3131, + "step": 310 + }, + { + "epoch": 1.3291139240506329, + "grad_norm": 0.7023720145225525, + "learning_rate": 0.00014750211685012703, + "loss": 0.3556, + "step": 315 + }, + { + "epoch": 1.350210970464135, + "grad_norm": 0.6353731155395508, + "learning_rate": 0.00014665537679932263, + "loss": 0.35, + "step": 320 + }, + { + "epoch": 1.371308016877637, + "grad_norm": 0.6040824055671692, + "learning_rate": 0.0001458086367485182, + "loss": 0.3338, + "step": 325 + }, + { + "epoch": 1.3924050632911391, + "grad_norm": 0.7308788895606995, + "learning_rate": 0.0001449618966977138, + "loss": 0.3555, + "step": 330 + }, + { + "epoch": 1.4135021097046414, + "grad_norm": 0.755757749080658, + "learning_rate": 0.0001441151566469094, + "loss": 0.335, + "step": 335 + }, + { + "epoch": 1.4345991561181435, + "grad_norm": 0.8803465962409973, + "learning_rate": 0.000143268416596105, + "loss": 0.3364, + "step": 340 + }, + { + "epoch": 1.4556962025316456, + "grad_norm": 0.7039869427680969, + "learning_rate": 0.0001424216765453006, + "loss": 0.3434, + "step": 345 + }, + { + "epoch": 1.4767932489451476, + "grad_norm": 0.8104714751243591, + "learning_rate": 0.0001415749364944962, + "loss": 0.3412, + "step": 350 + }, + { + "epoch": 1.49789029535865, + "grad_norm": 0.7923826575279236, + "learning_rate": 0.00014072819644369178, + "loss": 0.3773, + "step": 355 + }, + { + "epoch": 1.518987341772152, + "grad_norm": 0.7564131617546082, + "learning_rate": 0.0001398814563928874, + "loss": 0.3734, + "step": 360 + }, + { + "epoch": 1.540084388185654, + "grad_norm": 0.7799999713897705, + "learning_rate": 0.000139034716342083, + "loss": 0.3187, + "step": 365 + }, + { + "epoch": 1.5611814345991561, + "grad_norm": 0.8038588166236877, + "learning_rate": 0.00013818797629127857, + "loss": 0.3308, + "step": 370 + }, + { + "epoch": 1.5822784810126582, + "grad_norm": 0.6443802118301392, + "learning_rate": 0.0001373412362404742, + "loss": 0.3514, + "step": 375 + }, + { + "epoch": 1.6033755274261603, + "grad_norm": 0.6848366260528564, + "learning_rate": 0.00013649449618966978, + "loss": 0.3304, + "step": 380 + }, + { + "epoch": 1.6244725738396624, + "grad_norm": 0.7658063173294067, + "learning_rate": 0.00013564775613886539, + "loss": 0.3711, + "step": 385 + }, + { + "epoch": 1.6455696202531644, + "grad_norm": 0.6925996541976929, + "learning_rate": 0.00013480101608806096, + "loss": 0.3519, + "step": 390 + }, + { + "epoch": 1.6666666666666665, + "grad_norm": 0.8494046330451965, + "learning_rate": 0.00013395427603725657, + "loss": 0.3207, + "step": 395 + }, + { + "epoch": 1.6877637130801688, + "grad_norm": 0.6229879260063171, + "learning_rate": 0.00013310753598645215, + "loss": 0.354, + "step": 400 + }, + { + "epoch": 1.7088607594936709, + "grad_norm": 0.7187400460243225, + "learning_rate": 0.00013226079593564775, + "loss": 0.3467, + "step": 405 + }, + { + "epoch": 1.729957805907173, + "grad_norm": 0.7948623299598694, + "learning_rate": 0.00013141405588484336, + "loss": 0.3536, + "step": 410 + }, + { + "epoch": 1.7510548523206753, + "grad_norm": 0.7493507266044617, + "learning_rate": 0.00013056731583403896, + "loss": 0.3274, + "step": 415 + }, + { + "epoch": 1.7721518987341773, + "grad_norm": 0.7380582094192505, + "learning_rate": 0.00012972057578323457, + "loss": 0.3533, + "step": 420 + }, + { + "epoch": 1.7932489451476794, + "grad_norm": 0.7286610007286072, + "learning_rate": 0.00012887383573243014, + "loss": 0.3248, + "step": 425 + }, + { + "epoch": 1.8143459915611815, + "grad_norm": 0.7960203289985657, + "learning_rate": 0.00012802709568162575, + "loss": 0.3478, + "step": 430 + }, + { + "epoch": 1.8354430379746836, + "grad_norm": 0.6849915385246277, + "learning_rate": 0.00012718035563082133, + "loss": 0.3095, + "step": 435 + }, + { + "epoch": 1.8565400843881856, + "grad_norm": 0.7213082909584045, + "learning_rate": 0.00012633361558001696, + "loss": 0.3574, + "step": 440 + }, + { + "epoch": 1.8776371308016877, + "grad_norm": 0.6543426513671875, + "learning_rate": 0.00012548687552921254, + "loss": 0.364, + "step": 445 + }, + { + "epoch": 1.8987341772151898, + "grad_norm": 0.848516047000885, + "learning_rate": 0.00012464013547840814, + "loss": 0.3408, + "step": 450 + }, + { + "epoch": 1.9198312236286919, + "grad_norm": 0.722089946269989, + "learning_rate": 0.00012379339542760372, + "loss": 0.3301, + "step": 455 + }, + { + "epoch": 1.9409282700421941, + "grad_norm": 0.7891592383384705, + "learning_rate": 0.00012294665537679932, + "loss": 0.3274, + "step": 460 + }, + { + "epoch": 1.9620253164556962, + "grad_norm": 0.7566299438476562, + "learning_rate": 0.00012209991532599493, + "loss": 0.2983, + "step": 465 + }, + { + "epoch": 1.9831223628691983, + "grad_norm": 0.7231684923171997, + "learning_rate": 0.0001212531752751905, + "loss": 0.347, + "step": 470 + }, + { + "epoch": 2.0042194092827006, + "grad_norm": 0.5335406064987183, + "learning_rate": 0.00012040643522438612, + "loss": 0.2793, + "step": 475 + }, + { + "epoch": 2.0253164556962027, + "grad_norm": 0.837425172328949, + "learning_rate": 0.00011955969517358172, + "loss": 0.2441, + "step": 480 + }, + { + "epoch": 2.0464135021097047, + "grad_norm": 0.9484906196594238, + "learning_rate": 0.00011871295512277731, + "loss": 0.2155, + "step": 485 + }, + { + "epoch": 2.067510548523207, + "grad_norm": 0.9487931132316589, + "learning_rate": 0.00011786621507197291, + "loss": 0.2162, + "step": 490 + }, + { + "epoch": 2.088607594936709, + "grad_norm": 0.6348637342453003, + "learning_rate": 0.0001170194750211685, + "loss": 0.2171, + "step": 495 + }, + { + "epoch": 2.109704641350211, + "grad_norm": 0.925662636756897, + "learning_rate": 0.0001161727349703641, + "loss": 0.2199, + "step": 500 + }, + { + "epoch": 2.130801687763713, + "grad_norm": 0.8483049869537354, + "learning_rate": 0.00011532599491955971, + "loss": 0.2019, + "step": 505 + }, + { + "epoch": 2.151898734177215, + "grad_norm": 0.9177809953689575, + "learning_rate": 0.0001144792548687553, + "loss": 0.2076, + "step": 510 + }, + { + "epoch": 2.172995780590717, + "grad_norm": 0.7590293884277344, + "learning_rate": 0.0001136325148179509, + "loss": 0.2054, + "step": 515 + }, + { + "epoch": 2.1940928270042193, + "grad_norm": 0.732097864151001, + "learning_rate": 0.00011278577476714649, + "loss": 0.2177, + "step": 520 + }, + { + "epoch": 2.2151898734177213, + "grad_norm": 0.8756091594696045, + "learning_rate": 0.00011193903471634208, + "loss": 0.2118, + "step": 525 + }, + { + "epoch": 2.2362869198312234, + "grad_norm": 0.935308575630188, + "learning_rate": 0.00011109229466553768, + "loss": 0.2086, + "step": 530 + }, + { + "epoch": 2.257383966244726, + "grad_norm": 0.8977298140525818, + "learning_rate": 0.00011024555461473329, + "loss": 0.2024, + "step": 535 + }, + { + "epoch": 2.278481012658228, + "grad_norm": 1.033003568649292, + "learning_rate": 0.00010939881456392888, + "loss": 0.2127, + "step": 540 + }, + { + "epoch": 2.29957805907173, + "grad_norm": 0.9577997922897339, + "learning_rate": 0.00010855207451312448, + "loss": 0.2056, + "step": 545 + }, + { + "epoch": 2.320675105485232, + "grad_norm": 0.9517112970352173, + "learning_rate": 0.00010770533446232008, + "loss": 0.2082, + "step": 550 + }, + { + "epoch": 2.3417721518987342, + "grad_norm": 0.7627676129341125, + "learning_rate": 0.00010685859441151567, + "loss": 0.229, + "step": 555 + }, + { + "epoch": 2.3628691983122363, + "grad_norm": 0.9168488383293152, + "learning_rate": 0.00010601185436071126, + "loss": 0.2052, + "step": 560 + }, + { + "epoch": 2.3839662447257384, + "grad_norm": 0.9428877234458923, + "learning_rate": 0.00010516511430990685, + "loss": 0.2319, + "step": 565 + }, + { + "epoch": 2.4050632911392404, + "grad_norm": 0.9364196062088013, + "learning_rate": 0.00010431837425910247, + "loss": 0.2113, + "step": 570 + }, + { + "epoch": 2.4261603375527425, + "grad_norm": 0.8755303025245667, + "learning_rate": 0.00010347163420829806, + "loss": 0.2206, + "step": 575 + }, + { + "epoch": 2.4472573839662446, + "grad_norm": 0.8461707830429077, + "learning_rate": 0.00010262489415749365, + "loss": 0.2166, + "step": 580 + }, + { + "epoch": 2.4683544303797467, + "grad_norm": 0.9211887717247009, + "learning_rate": 0.00010177815410668926, + "loss": 0.2127, + "step": 585 + }, + { + "epoch": 2.489451476793249, + "grad_norm": 0.7853642106056213, + "learning_rate": 0.00010093141405588485, + "loss": 0.2072, + "step": 590 + }, + { + "epoch": 2.510548523206751, + "grad_norm": 1.0079970359802246, + "learning_rate": 0.00010008467400508044, + "loss": 0.2142, + "step": 595 + }, + { + "epoch": 2.5316455696202533, + "grad_norm": 0.8375580906867981, + "learning_rate": 9.923793395427604e-05, + "loss": 0.22, + "step": 600 + }, + { + "epoch": 2.5527426160337554, + "grad_norm": 0.8735694289207458, + "learning_rate": 9.839119390347164e-05, + "loss": 0.2166, + "step": 605 + }, + { + "epoch": 2.5738396624472575, + "grad_norm": 0.9415373206138611, + "learning_rate": 9.754445385266724e-05, + "loss": 0.2233, + "step": 610 + }, + { + "epoch": 2.5949367088607596, + "grad_norm": 0.8838813900947571, + "learning_rate": 9.669771380186283e-05, + "loss": 0.2071, + "step": 615 + }, + { + "epoch": 2.6160337552742616, + "grad_norm": 0.795815110206604, + "learning_rate": 9.585097375105842e-05, + "loss": 0.2042, + "step": 620 + }, + { + "epoch": 2.6371308016877637, + "grad_norm": 0.9729201197624207, + "learning_rate": 9.500423370025403e-05, + "loss": 0.2063, + "step": 625 + }, + { + "epoch": 2.6582278481012658, + "grad_norm": 0.7790892124176025, + "learning_rate": 9.415749364944962e-05, + "loss": 0.2061, + "step": 630 + }, + { + "epoch": 2.679324894514768, + "grad_norm": 0.9554888606071472, + "learning_rate": 9.331075359864522e-05, + "loss": 0.2249, + "step": 635 + }, + { + "epoch": 2.70042194092827, + "grad_norm": 0.830453634262085, + "learning_rate": 9.246401354784083e-05, + "loss": 0.2057, + "step": 640 + }, + { + "epoch": 2.721518987341772, + "grad_norm": 0.9308468699455261, + "learning_rate": 9.161727349703642e-05, + "loss": 0.2246, + "step": 645 + }, + { + "epoch": 2.742616033755274, + "grad_norm": 1.0214687585830688, + "learning_rate": 9.077053344623201e-05, + "loss": 0.2276, + "step": 650 + }, + { + "epoch": 2.7637130801687766, + "grad_norm": 0.8937386274337769, + "learning_rate": 8.992379339542762e-05, + "loss": 0.2173, + "step": 655 + }, + { + "epoch": 2.7848101265822782, + "grad_norm": 0.9599831700325012, + "learning_rate": 8.907705334462321e-05, + "loss": 0.2196, + "step": 660 + }, + { + "epoch": 2.8059071729957807, + "grad_norm": 1.0958313941955566, + "learning_rate": 8.82303132938188e-05, + "loss": 0.2097, + "step": 665 + }, + { + "epoch": 2.827004219409283, + "grad_norm": 0.9966810941696167, + "learning_rate": 8.738357324301439e-05, + "loss": 0.2259, + "step": 670 + }, + { + "epoch": 2.848101265822785, + "grad_norm": 0.9494737386703491, + "learning_rate": 8.653683319221e-05, + "loss": 0.2218, + "step": 675 + }, + { + "epoch": 2.869198312236287, + "grad_norm": 0.9955355525016785, + "learning_rate": 8.569009314140559e-05, + "loss": 0.2175, + "step": 680 + }, + { + "epoch": 2.890295358649789, + "grad_norm": 0.8824717998504639, + "learning_rate": 8.484335309060119e-05, + "loss": 0.213, + "step": 685 + }, + { + "epoch": 2.911392405063291, + "grad_norm": 0.8423872590065002, + "learning_rate": 8.39966130397968e-05, + "loss": 0.2075, + "step": 690 + }, + { + "epoch": 2.932489451476793, + "grad_norm": 0.8268420696258545, + "learning_rate": 8.314987298899239e-05, + "loss": 0.2156, + "step": 695 + }, + { + "epoch": 2.9535864978902953, + "grad_norm": 0.888946533203125, + "learning_rate": 8.230313293818798e-05, + "loss": 0.2127, + "step": 700 + }, + { + "epoch": 2.9746835443037973, + "grad_norm": 0.8985306620597839, + "learning_rate": 8.145639288738358e-05, + "loss": 0.2004, + "step": 705 + }, + { + "epoch": 2.9957805907173, + "grad_norm": 0.8635352849960327, + "learning_rate": 8.060965283657918e-05, + "loss": 0.2018, + "step": 710 + }, + { + "epoch": 3.0168776371308015, + "grad_norm": 0.6553075909614563, + "learning_rate": 7.976291278577477e-05, + "loss": 0.1532, + "step": 715 + }, + { + "epoch": 3.037974683544304, + "grad_norm": 0.704214870929718, + "learning_rate": 7.891617273497037e-05, + "loss": 0.1236, + "step": 720 + }, + { + "epoch": 3.059071729957806, + "grad_norm": 0.8248369693756104, + "learning_rate": 7.806943268416596e-05, + "loss": 0.1239, + "step": 725 + }, + { + "epoch": 3.080168776371308, + "grad_norm": 0.7768934369087219, + "learning_rate": 7.722269263336155e-05, + "loss": 0.1257, + "step": 730 + }, + { + "epoch": 3.1012658227848102, + "grad_norm": 0.6930009722709656, + "learning_rate": 7.637595258255716e-05, + "loss": 0.1243, + "step": 735 + }, + { + "epoch": 3.1223628691983123, + "grad_norm": 0.6827319264411926, + "learning_rate": 7.552921253175276e-05, + "loss": 0.1224, + "step": 740 + }, + { + "epoch": 3.1434599156118144, + "grad_norm": 0.71506267786026, + "learning_rate": 7.468247248094836e-05, + "loss": 0.1266, + "step": 745 + }, + { + "epoch": 3.1645569620253164, + "grad_norm": 0.7285934686660767, + "learning_rate": 7.383573243014395e-05, + "loss": 0.1193, + "step": 750 + }, + { + "epoch": 3.1856540084388185, + "grad_norm": 0.9536705017089844, + "learning_rate": 7.298899237933955e-05, + "loss": 0.1237, + "step": 755 + }, + { + "epoch": 3.2067510548523206, + "grad_norm": 0.7341836094856262, + "learning_rate": 7.214225232853514e-05, + "loss": 0.121, + "step": 760 + }, + { + "epoch": 3.2278481012658227, + "grad_norm": 0.8383469581604004, + "learning_rate": 7.129551227773073e-05, + "loss": 0.1288, + "step": 765 + }, + { + "epoch": 3.2489451476793247, + "grad_norm": 0.6560456156730652, + "learning_rate": 7.044877222692634e-05, + "loss": 0.1256, + "step": 770 + }, + { + "epoch": 3.270042194092827, + "grad_norm": 0.7778322100639343, + "learning_rate": 6.960203217612193e-05, + "loss": 0.1226, + "step": 775 + }, + { + "epoch": 3.291139240506329, + "grad_norm": 0.7759009003639221, + "learning_rate": 6.875529212531752e-05, + "loss": 0.1287, + "step": 780 + }, + { + "epoch": 3.3122362869198314, + "grad_norm": 0.684718668460846, + "learning_rate": 6.790855207451313e-05, + "loss": 0.1269, + "step": 785 + }, + { + "epoch": 3.3333333333333335, + "grad_norm": 0.6805645227432251, + "learning_rate": 6.706181202370873e-05, + "loss": 0.1272, + "step": 790 + }, + { + "epoch": 3.3544303797468356, + "grad_norm": 0.8307424187660217, + "learning_rate": 6.621507197290432e-05, + "loss": 0.1325, + "step": 795 + }, + { + "epoch": 3.3755274261603376, + "grad_norm": 1.0321950912475586, + "learning_rate": 6.536833192209993e-05, + "loss": 0.1261, + "step": 800 + }, + { + "epoch": 3.3966244725738397, + "grad_norm": 0.8316990733146667, + "learning_rate": 6.452159187129552e-05, + "loss": 0.1295, + "step": 805 + }, + { + "epoch": 3.4177215189873418, + "grad_norm": 0.8223050236701965, + "learning_rate": 6.367485182049111e-05, + "loss": 0.1352, + "step": 810 + }, + { + "epoch": 3.438818565400844, + "grad_norm": 0.7125973701477051, + "learning_rate": 6.28281117696867e-05, + "loss": 0.1265, + "step": 815 + }, + { + "epoch": 3.459915611814346, + "grad_norm": 0.7010911703109741, + "learning_rate": 6.198137171888231e-05, + "loss": 0.1209, + "step": 820 + }, + { + "epoch": 3.481012658227848, + "grad_norm": 0.897536039352417, + "learning_rate": 6.11346316680779e-05, + "loss": 0.1291, + "step": 825 + }, + { + "epoch": 3.50210970464135, + "grad_norm": 1.0475562810897827, + "learning_rate": 6.0287891617273496e-05, + "loss": 0.1338, + "step": 830 + }, + { + "epoch": 3.523206751054852, + "grad_norm": 0.7329986095428467, + "learning_rate": 5.94411515664691e-05, + "loss": 0.1294, + "step": 835 + }, + { + "epoch": 3.5443037974683547, + "grad_norm": 0.8198378682136536, + "learning_rate": 5.859441151566469e-05, + "loss": 0.1267, + "step": 840 + }, + { + "epoch": 3.5654008438818563, + "grad_norm": 0.7653380632400513, + "learning_rate": 5.7747671464860284e-05, + "loss": 0.1266, + "step": 845 + }, + { + "epoch": 3.586497890295359, + "grad_norm": 0.7991034984588623, + "learning_rate": 5.690093141405589e-05, + "loss": 0.134, + "step": 850 + }, + { + "epoch": 3.607594936708861, + "grad_norm": 0.592465877532959, + "learning_rate": 5.605419136325149e-05, + "loss": 0.1238, + "step": 855 + }, + { + "epoch": 3.628691983122363, + "grad_norm": 0.6923990845680237, + "learning_rate": 5.520745131244708e-05, + "loss": 0.1252, + "step": 860 + }, + { + "epoch": 3.649789029535865, + "grad_norm": 0.8586663603782654, + "learning_rate": 5.436071126164268e-05, + "loss": 0.1327, + "step": 865 + }, + { + "epoch": 3.670886075949367, + "grad_norm": 0.9748384356498718, + "learning_rate": 5.3513971210838275e-05, + "loss": 0.1276, + "step": 870 + }, + { + "epoch": 3.691983122362869, + "grad_norm": 0.6811577081680298, + "learning_rate": 5.266723116003387e-05, + "loss": 0.1262, + "step": 875 + }, + { + "epoch": 3.7130801687763713, + "grad_norm": 0.7248231768608093, + "learning_rate": 5.182049110922948e-05, + "loss": 0.1235, + "step": 880 + }, + { + "epoch": 3.7341772151898733, + "grad_norm": 0.6524465680122375, + "learning_rate": 5.097375105842507e-05, + "loss": 0.1247, + "step": 885 + }, + { + "epoch": 3.7552742616033754, + "grad_norm": 0.8676452040672302, + "learning_rate": 5.012701100762066e-05, + "loss": 0.1333, + "step": 890 + }, + { + "epoch": 3.7763713080168775, + "grad_norm": 0.7901761531829834, + "learning_rate": 4.928027095681626e-05, + "loss": 0.1254, + "step": 895 + }, + { + "epoch": 3.7974683544303796, + "grad_norm": 1.0042537450790405, + "learning_rate": 4.8433530906011857e-05, + "loss": 0.1282, + "step": 900 + }, + { + "epoch": 3.818565400843882, + "grad_norm": 0.7089563608169556, + "learning_rate": 4.7586790855207455e-05, + "loss": 0.1341, + "step": 905 + }, + { + "epoch": 3.8396624472573837, + "grad_norm": 0.6832897663116455, + "learning_rate": 4.674005080440305e-05, + "loss": 0.1306, + "step": 910 + }, + { + "epoch": 3.8607594936708862, + "grad_norm": 0.8261719942092896, + "learning_rate": 4.5893310753598644e-05, + "loss": 0.1263, + "step": 915 + }, + { + "epoch": 3.8818565400843883, + "grad_norm": 0.7003406882286072, + "learning_rate": 4.504657070279424e-05, + "loss": 0.1274, + "step": 920 + }, + { + "epoch": 3.9029535864978904, + "grad_norm": 0.6365716457366943, + "learning_rate": 4.419983065198984e-05, + "loss": 0.125, + "step": 925 + }, + { + "epoch": 3.9240506329113924, + "grad_norm": 0.8365706205368042, + "learning_rate": 4.335309060118544e-05, + "loss": 0.125, + "step": 930 + }, + { + "epoch": 3.9451476793248945, + "grad_norm": 0.7227510809898376, + "learning_rate": 4.250635055038104e-05, + "loss": 0.1312, + "step": 935 + }, + { + "epoch": 3.9662447257383966, + "grad_norm": 0.6948458552360535, + "learning_rate": 4.1659610499576635e-05, + "loss": 0.1279, + "step": 940 + }, + { + "epoch": 3.9873417721518987, + "grad_norm": 0.8342769742012024, + "learning_rate": 4.0812870448772226e-05, + "loss": 0.1288, + "step": 945 + }, + { + "epoch": 4.008438818565401, + "grad_norm": 0.3967135548591614, + "learning_rate": 3.9966130397967824e-05, + "loss": 0.1088, + "step": 950 + }, + { + "epoch": 4.029535864978903, + "grad_norm": 0.4700900912284851, + "learning_rate": 3.911939034716342e-05, + "loss": 0.0899, + "step": 955 + }, + { + "epoch": 4.050632911392405, + "grad_norm": 0.4153767228126526, + "learning_rate": 3.827265029635902e-05, + "loss": 0.0925, + "step": 960 + }, + { + "epoch": 4.071729957805907, + "grad_norm": 0.6597673296928406, + "learning_rate": 3.742591024555462e-05, + "loss": 0.0905, + "step": 965 + }, + { + "epoch": 4.0928270042194095, + "grad_norm": 0.40580514073371887, + "learning_rate": 3.657917019475021e-05, + "loss": 0.0904, + "step": 970 + }, + { + "epoch": 4.113924050632911, + "grad_norm": 0.6022709012031555, + "learning_rate": 3.573243014394581e-05, + "loss": 0.0908, + "step": 975 + }, + { + "epoch": 4.135021097046414, + "grad_norm": 0.42806944251060486, + "learning_rate": 3.488569009314141e-05, + "loss": 0.0906, + "step": 980 + }, + { + "epoch": 4.156118143459915, + "grad_norm": 0.5331328511238098, + "learning_rate": 3.4038950042337004e-05, + "loss": 0.0926, + "step": 985 + }, + { + "epoch": 4.177215189873418, + "grad_norm": 0.5060997605323792, + "learning_rate": 3.31922099915326e-05, + "loss": 0.0913, + "step": 990 + }, + { + "epoch": 4.198312236286919, + "grad_norm": 0.414887011051178, + "learning_rate": 3.2345469940728194e-05, + "loss": 0.0933, + "step": 995 + }, + { + "epoch": 4.219409282700422, + "grad_norm": 0.4327792525291443, + "learning_rate": 3.149872988992379e-05, + "loss": 0.0884, + "step": 1000 + }, + { + "epoch": 4.2405063291139244, + "grad_norm": 0.45690831542015076, + "learning_rate": 3.06519898391194e-05, + "loss": 0.0898, + "step": 1005 + }, + { + "epoch": 4.261603375527426, + "grad_norm": 0.5673806667327881, + "learning_rate": 2.9805249788314988e-05, + "loss": 0.0939, + "step": 1010 + }, + { + "epoch": 4.282700421940929, + "grad_norm": 0.5590717792510986, + "learning_rate": 2.8958509737510586e-05, + "loss": 0.0916, + "step": 1015 + }, + { + "epoch": 4.30379746835443, + "grad_norm": 0.529003918170929, + "learning_rate": 2.8111769686706184e-05, + "loss": 0.0909, + "step": 1020 + }, + { + "epoch": 4.324894514767933, + "grad_norm": 0.5944182872772217, + "learning_rate": 2.726502963590178e-05, + "loss": 0.0911, + "step": 1025 + }, + { + "epoch": 4.345991561181434, + "grad_norm": 0.8619611263275146, + "learning_rate": 2.6418289585097377e-05, + "loss": 0.0909, + "step": 1030 + }, + { + "epoch": 4.367088607594937, + "grad_norm": 0.7508348226547241, + "learning_rate": 2.5571549534292972e-05, + "loss": 0.092, + "step": 1035 + }, + { + "epoch": 4.3881856540084385, + "grad_norm": 0.4078531563282013, + "learning_rate": 2.472480948348857e-05, + "loss": 0.0928, + "step": 1040 + }, + { + "epoch": 4.409282700421941, + "grad_norm": 0.48617762327194214, + "learning_rate": 2.3878069432684165e-05, + "loss": 0.0924, + "step": 1045 + }, + { + "epoch": 4.430379746835443, + "grad_norm": 0.6384865641593933, + "learning_rate": 2.3031329381879763e-05, + "loss": 0.0928, + "step": 1050 + }, + { + "epoch": 4.451476793248945, + "grad_norm": 0.5962169766426086, + "learning_rate": 2.218458933107536e-05, + "loss": 0.0907, + "step": 1055 + }, + { + "epoch": 4.472573839662447, + "grad_norm": 0.4753539264202118, + "learning_rate": 2.133784928027096e-05, + "loss": 0.0918, + "step": 1060 + }, + { + "epoch": 4.493670886075949, + "grad_norm": 0.3854292035102844, + "learning_rate": 2.0491109229466554e-05, + "loss": 0.0906, + "step": 1065 + }, + { + "epoch": 4.514767932489452, + "grad_norm": 0.5273533463478088, + "learning_rate": 1.964436917866215e-05, + "loss": 0.0878, + "step": 1070 + }, + { + "epoch": 4.5358649789029535, + "grad_norm": 0.4852525591850281, + "learning_rate": 1.879762912785775e-05, + "loss": 0.0928, + "step": 1075 + }, + { + "epoch": 4.556962025316456, + "grad_norm": 0.4802437126636505, + "learning_rate": 1.7950889077053345e-05, + "loss": 0.0949, + "step": 1080 + }, + { + "epoch": 4.578059071729958, + "grad_norm": 0.42636236548423767, + "learning_rate": 1.7104149026248943e-05, + "loss": 0.0927, + "step": 1085 + }, + { + "epoch": 4.59915611814346, + "grad_norm": 0.6331486105918884, + "learning_rate": 1.6257408975444538e-05, + "loss": 0.0934, + "step": 1090 + }, + { + "epoch": 4.620253164556962, + "grad_norm": 0.6221053600311279, + "learning_rate": 1.5410668924640136e-05, + "loss": 0.0922, + "step": 1095 + }, + { + "epoch": 4.641350210970464, + "grad_norm": 0.5171021819114685, + "learning_rate": 1.4563928873835734e-05, + "loss": 0.094, + "step": 1100 + }, + { + "epoch": 4.662447257383966, + "grad_norm": 0.35349908471107483, + "learning_rate": 1.3717188823031329e-05, + "loss": 0.0898, + "step": 1105 + }, + { + "epoch": 4.6835443037974684, + "grad_norm": 0.4575098156929016, + "learning_rate": 1.2870448772226925e-05, + "loss": 0.0936, + "step": 1110 + }, + { + "epoch": 4.70464135021097, + "grad_norm": 0.5104447603225708, + "learning_rate": 1.2023708721422523e-05, + "loss": 0.0898, + "step": 1115 + }, + { + "epoch": 4.725738396624473, + "grad_norm": 0.49378708004951477, + "learning_rate": 1.1176968670618121e-05, + "loss": 0.0947, + "step": 1120 + }, + { + "epoch": 4.746835443037975, + "grad_norm": 0.4139615595340729, + "learning_rate": 1.0330228619813718e-05, + "loss": 0.0957, + "step": 1125 + }, + { + "epoch": 4.767932489451477, + "grad_norm": 0.38935738801956177, + "learning_rate": 9.483488569009314e-06, + "loss": 0.0935, + "step": 1130 + }, + { + "epoch": 4.789029535864979, + "grad_norm": 0.4014303982257843, + "learning_rate": 8.63674851820491e-06, + "loss": 0.0899, + "step": 1135 + }, + { + "epoch": 4.810126582278481, + "grad_norm": 0.5150116682052612, + "learning_rate": 7.790008467400509e-06, + "loss": 0.092, + "step": 1140 + }, + { + "epoch": 4.831223628691983, + "grad_norm": 0.5350192189216614, + "learning_rate": 6.943268416596105e-06, + "loss": 0.0929, + "step": 1145 + }, + { + "epoch": 4.852320675105485, + "grad_norm": 0.4071666896343231, + "learning_rate": 6.0965283657917025e-06, + "loss": 0.0892, + "step": 1150 + }, + { + "epoch": 4.8734177215189876, + "grad_norm": 0.5745177865028381, + "learning_rate": 5.2497883149873e-06, + "loss": 0.092, + "step": 1155 + }, + { + "epoch": 4.894514767932489, + "grad_norm": 0.46529775857925415, + "learning_rate": 4.403048264182896e-06, + "loss": 0.0892, + "step": 1160 + }, + { + "epoch": 4.915611814345992, + "grad_norm": 0.57033771276474, + "learning_rate": 3.556308213378493e-06, + "loss": 0.0921, + "step": 1165 + }, + { + "epoch": 4.936708860759493, + "grad_norm": 0.5972848534584045, + "learning_rate": 2.70956816257409e-06, + "loss": 0.0943, + "step": 1170 + }, + { + "epoch": 4.957805907172996, + "grad_norm": 0.8525305986404419, + "learning_rate": 1.8628281117696868e-06, + "loss": 0.0973, + "step": 1175 + }, + { + "epoch": 4.978902953586498, + "grad_norm": 0.5357981324195862, + "learning_rate": 1.0160880609652836e-06, + "loss": 0.0919, + "step": 1180 + }, + { + "epoch": 5.0, + "grad_norm": 0.6895596385002136, + "learning_rate": 1.6934801016088062e-07, + "loss": 0.0928, + "step": 1185 + } + ], + "logging_steps": 5, + "max_steps": 1185, + "num_input_tokens_seen": 0, + "num_train_epochs": 5, + "save_steps": 500, + "stateful_callbacks": { + "TrainerControl": { + "args": { + "should_epoch_stop": false, + "should_evaluate": false, + "should_log": false, + "should_save": true, + "should_training_stop": true + }, + "attributes": {} + } + }, + "total_flos": 1.0242978020093952e+17, + "train_batch_size": 16, + "trial_name": null, + "trial_params": null +} diff --git a/experiments/de-en-zh/checkpoint-1185/training_args.bin b/experiments/de-en-zh/checkpoint-1185/training_args.bin new file mode 100644 index 0000000000000000000000000000000000000000..67ee6263bb82a5fa446009ddd7e10d8262c69f4a --- /dev/null +++ b/experiments/de-en-zh/checkpoint-1185/training_args.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95840cb1ea2cc9040017024fcbd7a6278ebf35fe401146751d338073dd15c701 +size 6289 diff --git a/experiments/de-en-zh/checkpoint-500/README.md b/experiments/de-en-zh/checkpoint-500/README.md new file mode 100644 index 0000000000000000000000000000000000000000..6e1128c4737461313d01ab9fe9909a170568a6d0 --- /dev/null +++ b/experiments/de-en-zh/checkpoint-500/README.md @@ -0,0 +1,210 @@ +--- +base_model: unsloth/meta-llama-3.1-8b-instruct-bnb-4bit +library_name: peft +pipeline_tag: text-generation +tags: +- base_model:adapter:unsloth/meta-llama-3.1-8b-instruct-bnb-4bit +- lora +- sft +- transformers +- trl +- unsloth +--- + +# Model Card for Model ID + + + + + +## Model Details + +### Model Description + + + + + +- **Developed by:** [More Information Needed] +- **Funded by [optional]:** [More Information Needed] +- **Shared by [optional]:** [More Information Needed] +- **Model type:** [More Information Needed] +- **Language(s) (NLP):** [More Information Needed] +- **License:** [More Information Needed] +- **Finetuned from model [optional]:** [More Information Needed] + +### Model Sources [optional] + + + +- **Repository:** [More Information Needed] +- **Paper [optional]:** [More Information Needed] +- **Demo [optional]:** [More Information Needed] + +## Uses + + + +### Direct Use + + + +[More Information Needed] + +### Downstream Use [optional] + + + +[More Information Needed] + +### Out-of-Scope Use + + + +[More Information Needed] + +## Bias, Risks, and Limitations + + + +[More Information Needed] + +### Recommendations + + + +Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations. + +## How to Get Started with the Model + +Use the code below to get started with the model. + +[More Information Needed] + +## Training Details + +### Training Data + + + +[More Information Needed] + +### Training Procedure + + + +#### Preprocessing [optional] + +[More Information Needed] + + +#### Training Hyperparameters + +- **Training regime:** [More Information Needed] + +#### Speeds, Sizes, Times [optional] + + + +[More Information Needed] + +## Evaluation + + + +### Testing Data, Factors & Metrics + +#### Testing Data + + + +[More Information Needed] + +#### Factors + + + +[More Information Needed] + +#### Metrics + + + +[More Information Needed] + +### Results + +[More Information Needed] + +#### Summary + + + +## Model Examination [optional] + + + +[More Information Needed] + +## Environmental Impact + + + +Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700). + +- **Hardware Type:** [More Information Needed] +- **Hours used:** [More Information Needed] +- **Cloud Provider:** [More Information Needed] +- **Compute Region:** [More Information Needed] +- **Carbon Emitted:** [More Information Needed] + +## Technical Specifications [optional] + +### Model Architecture and Objective + +[More Information Needed] + +### Compute Infrastructure + +[More Information Needed] + +#### Hardware + +[More Information Needed] + +#### Software + +[More Information Needed] + +## Citation [optional] + + + +**BibTeX:** + +[More Information Needed] + +**APA:** + +[More Information Needed] + +## Glossary [optional] + + + +[More Information Needed] + +## More Information [optional] + +[More Information Needed] + +## Model Card Authors [optional] + +[More Information Needed] + +## Model Card Contact + +[More Information Needed] +### Framework versions + +- PEFT 0.18.1 \ No newline at end of file diff --git a/experiments/de-en-zh/checkpoint-500/adapter_config.json b/experiments/de-en-zh/checkpoint-500/adapter_config.json new file mode 100644 index 0000000000000000000000000000000000000000..6d090358412564ccd2bb30984716271a043cacfb --- /dev/null +++ b/experiments/de-en-zh/checkpoint-500/adapter_config.json @@ -0,0 +1,50 @@ +{ + "alora_invocation_tokens": null, + "alpha_pattern": {}, + "arrow_config": null, + "auto_mapping": { + "base_model_class": "LlamaForCausalLM", + "parent_library": "transformers.models.llama.modeling_llama", + "unsloth_fixed": true + }, + "base_model_name_or_path": "unsloth/meta-llama-3.1-8b-instruct-bnb-4bit", + "bias": "none", + "corda_config": null, + "ensure_weight_tying": false, + "eva_config": null, + "exclude_modules": null, + "fan_in_fan_out": false, + "inference_mode": true, + "init_lora_weights": true, + "layer_replication": null, + "layers_pattern": null, + "layers_to_transform": null, + "loftq_config": {}, + "lora_alpha": 16, + "lora_bias": false, + "lora_dropout": 0.1, + "megatron_config": null, + "megatron_core": "megatron.core", + "modules_to_save": null, + "peft_type": "LORA", + "peft_version": "0.18.1", + "qalora_group_size": 16, + "r": 8, + "rank_pattern": {}, + "revision": null, + "target_modules": [ + "gate_proj", + "v_proj", + "o_proj", + "k_proj", + "up_proj", + "down_proj", + "q_proj" + ], + "target_parameters": null, + "task_type": "CAUSAL_LM", + "trainable_token_indices": null, + "use_dora": false, + "use_qalora": false, + "use_rslora": true +} \ No newline at end of file diff --git a/experiments/de-en-zh/checkpoint-500/adapter_model.safetensors b/experiments/de-en-zh/checkpoint-500/adapter_model.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..747b4ab87eb8b6225c811be1d61a6a3e0458dc00 --- /dev/null +++ b/experiments/de-en-zh/checkpoint-500/adapter_model.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a310131eab7986dcdb34855b705f2ef85ba204f74547ee62f3523fd4af2631d4 +size 83945296 diff --git a/experiments/de-en-zh/checkpoint-500/chat_template.jinja b/experiments/de-en-zh/checkpoint-500/chat_template.jinja new file mode 100644 index 0000000000000000000000000000000000000000..33089ace1be88f22a10fe861ad49718d5d886090 --- /dev/null +++ b/experiments/de-en-zh/checkpoint-500/chat_template.jinja @@ -0,0 +1,109 @@ +{{- bos_token }} +{%- if custom_tools is defined %} + {%- set tools = custom_tools %} +{%- endif %} +{%- if not tools_in_user_message is defined %} + {%- set tools_in_user_message = true %} +{%- endif %} +{%- if not date_string is defined %} + {%- set date_string = "26 Jul 2024" %} +{%- endif %} +{%- if not tools is defined %} + {%- set tools = none %} +{%- endif %} + +{#- This block extracts the system message, so we can slot it into the right place. #} +{%- if messages[0]['role'] == 'system' %} + {%- set system_message = messages[0]['content']|trim %} + {%- set messages = messages[1:] %} +{%- else %} + {%- set system_message = "" %} +{%- endif %} + +{#- System message + builtin tools #} +{{- "<|start_header_id|>system<|end_header_id|>\n\n" }} +{%- if builtin_tools is defined or tools is not none %} + {{- "Environment: ipython\n" }} +{%- endif %} +{%- if builtin_tools is defined %} + {{- "Tools: " + builtin_tools | reject('equalto', 'code_interpreter') | join(", ") + "\n\n"}} +{%- endif %} +{{- "Cutting Knowledge Date: December 2023\n" }} +{{- "Today Date: " + date_string + "\n\n" }} +{%- if tools is not none and not tools_in_user_message %} + {{- "You have access to the following functions. To call a function, please respond with JSON for a function call." }} + {{- 'Respond in the format {"name": function name, "parameters": dictionary of argument name and its value}.' }} + {{- "Do not use variables.\n\n" }} + {%- for t in tools %} + {{- t | tojson(indent=4) }} + {{- "\n\n" }} + {%- endfor %} +{%- endif %} +{{- system_message }} +{{- "<|eot_id|>" }} + +{#- Custom tools are passed in a user message with some extra guidance #} +{%- if tools_in_user_message and not tools is none %} + {#- Extract the first user message so we can plug it in here #} + {%- if messages | length != 0 %} + {%- set first_user_message = messages[0]['content']|trim %} + {%- set messages = messages[1:] %} + {%- else %} + {{- raise_exception("Cannot put tools in the first user message when there's no first user message!") }} +{%- endif %} + {{- '<|start_header_id|>user<|end_header_id|>\n\n' -}} + {{- "Given the following functions, please respond with a JSON for a function call " }} + {{- "with its proper arguments that best answers the given prompt.\n\n" }} + {{- 'Respond in the format {"name": function name, "parameters": dictionary of argument name and its value}.' }} + {{- "Do not use variables.\n\n" }} + {%- for t in tools %} + {{- t | tojson(indent=4) }} + {{- "\n\n" }} + {%- endfor %} + {{- first_user_message + "<|eot_id|>"}} +{%- endif %} + +{%- for message in messages %} + {%- if not (message.role == 'ipython' or message.role == 'tool' or 'tool_calls' in message) %} + {{- '<|start_header_id|>' + message['role'] + '<|end_header_id|>\n\n'+ message['content'] | trim + '<|eot_id|>' }} + {%- elif 'tool_calls' in message %} + {%- if not message.tool_calls|length == 1 %} + {{- raise_exception("This model only supports single tool-calls at once!") }} + {%- endif %} + {%- set tool_call = message.tool_calls[0].function %} + {%- if builtin_tools is defined and tool_call.name in builtin_tools %} + {{- '<|start_header_id|>assistant<|end_header_id|>\n\n' -}} + {{- "<|python_tag|>" + tool_call.name + ".call(" }} + {%- for arg_name, arg_val in tool_call.arguments | items %} + {{- arg_name + '="' + arg_val + '"' }} + {%- if not loop.last %} + {{- ", " }} + {%- endif %} + {%- endfor %} + {{- ")" }} + {%- else %} + {{- '<|start_header_id|>assistant<|end_header_id|>\n\n' -}} + {{- '{"name": "' + tool_call.name + '", ' }} + {{- '"parameters": ' }} + {{- tool_call.arguments | tojson }} + {{- "}" }} + {%- endif %} + {%- if builtin_tools is defined %} + {#- This means we're in ipython mode #} + {{- "<|eom_id|>" }} + {%- else %} + {{- "<|eot_id|>" }} + {%- endif %} + {%- elif message.role == "tool" or message.role == "ipython" %} + {{- "<|start_header_id|>ipython<|end_header_id|>\n\n" }} + {%- if message.content is mapping or message.content is iterable %} + {{- message.content | tojson }} + {%- else %} + {{- message.content }} + {%- endif %} + {{- "<|eot_id|>" }} + {%- endif %} +{%- endfor %} +{%- if add_generation_prompt %} + {{- '<|start_header_id|>assistant<|end_header_id|>\n\n' }} +{%- endif %} diff --git a/experiments/de-en-zh/checkpoint-500/optimizer.pt b/experiments/de-en-zh/checkpoint-500/optimizer.pt new file mode 100644 index 0000000000000000000000000000000000000000..e1387107f0717cf3242d1e75be8b897cbbe923ba --- /dev/null +++ b/experiments/de-en-zh/checkpoint-500/optimizer.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5b2f5b2d42c34aa13cc3589f36ac3dc08c230a1f160932417248a7a55ce4051 +size 43123429 diff --git a/experiments/de-en-zh/checkpoint-500/rng_state.pth b/experiments/de-en-zh/checkpoint-500/rng_state.pth new file mode 100644 index 0000000000000000000000000000000000000000..569305f184b3af07827ed555d8b920235342bce5 --- /dev/null +++ b/experiments/de-en-zh/checkpoint-500/rng_state.pth @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:108d2c183dc145a2afa277804e74cd19c852ef1018505c816a8633c4249b92d4 +size 14645 diff --git a/experiments/de-en-zh/checkpoint-500/scheduler.pt b/experiments/de-en-zh/checkpoint-500/scheduler.pt new file mode 100644 index 0000000000000000000000000000000000000000..e3a7d4c619b2d84aaa0ee9370484aa2b4fc752ae --- /dev/null +++ b/experiments/de-en-zh/checkpoint-500/scheduler.pt @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e89078bc60a6a3c2a7afc4e1158511b7c082ba88748adc4456b022f3c364fc03 +size 1465 diff --git a/experiments/de-en-zh/checkpoint-500/special_tokens_map.json b/experiments/de-en-zh/checkpoint-500/special_tokens_map.json new file mode 100644 index 0000000000000000000000000000000000000000..3c1d04911c269b925af977a3151c9704e990e4d0 --- /dev/null +++ b/experiments/de-en-zh/checkpoint-500/special_tokens_map.json @@ -0,0 +1,23 @@ +{ + "bos_token": { + "content": "<|begin_of_text|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false + }, + "eos_token": { + "content": "<|eot_id|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false + }, + "pad_token": { + "content": "<|finetune_right_pad_id|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false + } +} diff --git a/experiments/de-en-zh/checkpoint-500/tokenizer.json b/experiments/de-en-zh/checkpoint-500/tokenizer.json new file mode 100644 index 0000000000000000000000000000000000000000..1c1d8d5c9024994f1d3b00f9662b8dd89ca13cf2 --- /dev/null +++ b/experiments/de-en-zh/checkpoint-500/tokenizer.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b9e4e7fb171f92fd137b777cc2714bf87d11576700a1dcd7a399e7bbe39537b +size 17209920 diff --git a/experiments/de-en-zh/checkpoint-500/tokenizer_config.json b/experiments/de-en-zh/checkpoint-500/tokenizer_config.json new file mode 100644 index 0000000000000000000000000000000000000000..69b6ed0e11b81375bae750eb8ec4a7e1146eeca3 --- /dev/null +++ b/experiments/de-en-zh/checkpoint-500/tokenizer_config.json @@ -0,0 +1,2066 @@ +{ + "add_bos_token": true, + "added_tokens_decoder": { + "128000": { + "content": "<|begin_of_text|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128001": { + "content": "<|end_of_text|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128002": { + "content": "<|reserved_special_token_0|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128003": { + "content": "<|reserved_special_token_1|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128004": { + "content": "<|finetune_right_pad_id|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128005": { + "content": "<|reserved_special_token_2|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128006": { + "content": "<|start_header_id|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128007": { + "content": "<|end_header_id|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128008": { + "content": "<|eom_id|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128009": { + "content": "<|eot_id|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128010": { + "content": "<|python_tag|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128011": { + "content": "<|reserved_special_token_3|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128012": { + "content": "<|reserved_special_token_4|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128013": { + "content": "<|reserved_special_token_5|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128014": { + "content": "<|reserved_special_token_6|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128015": { + "content": "<|reserved_special_token_7|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128016": { + "content": "<|reserved_special_token_8|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128017": { + "content": "<|reserved_special_token_9|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128018": { + "content": "<|reserved_special_token_10|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128019": { + "content": "<|reserved_special_token_11|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128020": { + "content": "<|reserved_special_token_12|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128021": { + "content": "<|reserved_special_token_13|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128022": { + "content": "<|reserved_special_token_14|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128023": { + "content": "<|reserved_special_token_15|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128024": { + "content": "<|reserved_special_token_16|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128025": { + "content": "<|reserved_special_token_17|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128026": { + "content": "<|reserved_special_token_18|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128027": { + "content": "<|reserved_special_token_19|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128028": { + "content": "<|reserved_special_token_20|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128029": { + "content": "<|reserved_special_token_21|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128030": { + "content": "<|reserved_special_token_22|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128031": { + "content": "<|reserved_special_token_23|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128032": { + "content": "<|reserved_special_token_24|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128033": { + "content": "<|reserved_special_token_25|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128034": { + "content": "<|reserved_special_token_26|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128035": { + "content": "<|reserved_special_token_27|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128036": { + "content": "<|reserved_special_token_28|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128037": { + "content": "<|reserved_special_token_29|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128038": { + "content": "<|reserved_special_token_30|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128039": { + "content": "<|reserved_special_token_31|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128040": { + "content": "<|reserved_special_token_32|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128041": { + "content": "<|reserved_special_token_33|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128042": { + "content": "<|reserved_special_token_34|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128043": { + "content": "<|reserved_special_token_35|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128044": { + "content": "<|reserved_special_token_36|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128045": { + "content": "<|reserved_special_token_37|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128046": { + "content": "<|reserved_special_token_38|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128047": { + "content": "<|reserved_special_token_39|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128048": { + "content": "<|reserved_special_token_40|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128049": { + "content": "<|reserved_special_token_41|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128050": { + "content": "<|reserved_special_token_42|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128051": { + "content": "<|reserved_special_token_43|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128052": { + "content": "<|reserved_special_token_44|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128053": { + "content": "<|reserved_special_token_45|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128054": { + "content": "<|reserved_special_token_46|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128055": { + "content": "<|reserved_special_token_47|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128056": { + "content": "<|reserved_special_token_48|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128057": { + "content": "<|reserved_special_token_49|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128058": { + "content": "<|reserved_special_token_50|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128059": { + "content": "<|reserved_special_token_51|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128060": { + "content": "<|reserved_special_token_52|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128061": { + "content": "<|reserved_special_token_53|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128062": { + "content": "<|reserved_special_token_54|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128063": { + "content": "<|reserved_special_token_55|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128064": { + "content": "<|reserved_special_token_56|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128065": { + "content": "<|reserved_special_token_57|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128066": { + "content": "<|reserved_special_token_58|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128067": { + "content": "<|reserved_special_token_59|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128068": { + "content": "<|reserved_special_token_60|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128069": { + "content": "<|reserved_special_token_61|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128070": { + "content": "<|reserved_special_token_62|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128071": { + "content": "<|reserved_special_token_63|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128072": { + "content": "<|reserved_special_token_64|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128073": { + "content": "<|reserved_special_token_65|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128074": { + "content": "<|reserved_special_token_66|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128075": { + "content": "<|reserved_special_token_67|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128076": { + "content": "<|reserved_special_token_68|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128077": { + "content": "<|reserved_special_token_69|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128078": { + "content": "<|reserved_special_token_70|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128079": { + "content": "<|reserved_special_token_71|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128080": { + "content": "<|reserved_special_token_72|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128081": { + "content": "<|reserved_special_token_73|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128082": { + "content": "<|reserved_special_token_74|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128083": { + "content": "<|reserved_special_token_75|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128084": { + "content": "<|reserved_special_token_76|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128085": { + "content": "<|reserved_special_token_77|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128086": { + "content": "<|reserved_special_token_78|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128087": { + "content": "<|reserved_special_token_79|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128088": { + "content": "<|reserved_special_token_80|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128089": { + "content": "<|reserved_special_token_81|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128090": { + "content": "<|reserved_special_token_82|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128091": { + "content": "<|reserved_special_token_83|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128092": { + "content": "<|reserved_special_token_84|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128093": { + "content": "<|reserved_special_token_85|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128094": { + "content": "<|reserved_special_token_86|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128095": { + "content": "<|reserved_special_token_87|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128096": { + "content": "<|reserved_special_token_88|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128097": { + "content": "<|reserved_special_token_89|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128098": { + "content": "<|reserved_special_token_90|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128099": { + "content": "<|reserved_special_token_91|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128100": { + "content": "<|reserved_special_token_92|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128101": { + "content": "<|reserved_special_token_93|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128102": { + "content": "<|reserved_special_token_94|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128103": { + "content": "<|reserved_special_token_95|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128104": { + "content": "<|reserved_special_token_96|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128105": { + "content": "<|reserved_special_token_97|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128106": { + "content": "<|reserved_special_token_98|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128107": { + "content": "<|reserved_special_token_99|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128108": { + "content": "<|reserved_special_token_100|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128109": { + "content": "<|reserved_special_token_101|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128110": { + "content": "<|reserved_special_token_102|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128111": { + "content": "<|reserved_special_token_103|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128112": { + "content": "<|reserved_special_token_104|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128113": { + "content": "<|reserved_special_token_105|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128114": { + "content": "<|reserved_special_token_106|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128115": { + "content": "<|reserved_special_token_107|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128116": { + "content": "<|reserved_special_token_108|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128117": { + "content": "<|reserved_special_token_109|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128118": { + "content": "<|reserved_special_token_110|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128119": { + "content": "<|reserved_special_token_111|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128120": { + "content": "<|reserved_special_token_112|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128121": { + "content": "<|reserved_special_token_113|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128122": { + "content": "<|reserved_special_token_114|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128123": { + "content": "<|reserved_special_token_115|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128124": { + "content": "<|reserved_special_token_116|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128125": { + "content": "<|reserved_special_token_117|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128126": { + "content": "<|reserved_special_token_118|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128127": { + "content": "<|reserved_special_token_119|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128128": { + "content": "<|reserved_special_token_120|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128129": { + "content": "<|reserved_special_token_121|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128130": { + "content": "<|reserved_special_token_122|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128131": { + "content": "<|reserved_special_token_123|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128132": { + "content": "<|reserved_special_token_124|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128133": { + "content": "<|reserved_special_token_125|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128134": { + "content": "<|reserved_special_token_126|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128135": { + "content": "<|reserved_special_token_127|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128136": { + "content": "<|reserved_special_token_128|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128137": { + "content": "<|reserved_special_token_129|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128138": { + "content": "<|reserved_special_token_130|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128139": { + "content": "<|reserved_special_token_131|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128140": { + "content": "<|reserved_special_token_132|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128141": { + "content": "<|reserved_special_token_133|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128142": { + "content": "<|reserved_special_token_134|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128143": { + "content": "<|reserved_special_token_135|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128144": { + "content": "<|reserved_special_token_136|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128145": { + "content": "<|reserved_special_token_137|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128146": { + "content": "<|reserved_special_token_138|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128147": { + "content": "<|reserved_special_token_139|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128148": { + "content": "<|reserved_special_token_140|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128149": { + "content": "<|reserved_special_token_141|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128150": { + "content": "<|reserved_special_token_142|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128151": { + "content": "<|reserved_special_token_143|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128152": { + "content": "<|reserved_special_token_144|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128153": { + "content": "<|reserved_special_token_145|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128154": { + "content": "<|reserved_special_token_146|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128155": { + "content": "<|reserved_special_token_147|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128156": { + "content": "<|reserved_special_token_148|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128157": { + "content": "<|reserved_special_token_149|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128158": { + "content": "<|reserved_special_token_150|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128159": { + "content": "<|reserved_special_token_151|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128160": { + "content": "<|reserved_special_token_152|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128161": { + "content": "<|reserved_special_token_153|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128162": { + "content": "<|reserved_special_token_154|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128163": { + "content": "<|reserved_special_token_155|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128164": { + "content": "<|reserved_special_token_156|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128165": { + "content": "<|reserved_special_token_157|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128166": { + "content": "<|reserved_special_token_158|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128167": { + "content": "<|reserved_special_token_159|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128168": { + "content": "<|reserved_special_token_160|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128169": { + "content": "<|reserved_special_token_161|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128170": { + "content": "<|reserved_special_token_162|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128171": { + "content": "<|reserved_special_token_163|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128172": { + "content": "<|reserved_special_token_164|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128173": { + "content": "<|reserved_special_token_165|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128174": { + "content": "<|reserved_special_token_166|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128175": { + "content": "<|reserved_special_token_167|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128176": { + "content": "<|reserved_special_token_168|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128177": { + "content": "<|reserved_special_token_169|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128178": { + "content": "<|reserved_special_token_170|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128179": { + "content": "<|reserved_special_token_171|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128180": { + "content": "<|reserved_special_token_172|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128181": { + "content": "<|reserved_special_token_173|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128182": { + "content": "<|reserved_special_token_174|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128183": { + "content": "<|reserved_special_token_175|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128184": { + "content": "<|reserved_special_token_176|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128185": { + "content": "<|reserved_special_token_177|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128186": { + "content": "<|reserved_special_token_178|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128187": { + "content": "<|reserved_special_token_179|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128188": { + "content": "<|reserved_special_token_180|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128189": { + "content": "<|reserved_special_token_181|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128190": { + "content": "<|reserved_special_token_182|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128191": { + "content": "<|reserved_special_token_183|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128192": { + "content": "<|reserved_special_token_184|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128193": { + "content": "<|reserved_special_token_185|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128194": { + "content": "<|reserved_special_token_186|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128195": { + "content": "<|reserved_special_token_187|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128196": { + "content": "<|reserved_special_token_188|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128197": { + "content": "<|reserved_special_token_189|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128198": { + "content": "<|reserved_special_token_190|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128199": { + "content": "<|reserved_special_token_191|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128200": { + "content": "<|reserved_special_token_192|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128201": { + "content": "<|reserved_special_token_193|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128202": { + "content": "<|reserved_special_token_194|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128203": { + "content": "<|reserved_special_token_195|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128204": { + "content": "<|reserved_special_token_196|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128205": { + "content": "<|reserved_special_token_197|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128206": { + "content": "<|reserved_special_token_198|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128207": { + "content": "<|reserved_special_token_199|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128208": { + "content": "<|reserved_special_token_200|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128209": { + "content": "<|reserved_special_token_201|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128210": { + "content": "<|reserved_special_token_202|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128211": { + "content": "<|reserved_special_token_203|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128212": { + "content": "<|reserved_special_token_204|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128213": { + "content": "<|reserved_special_token_205|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128214": { + "content": "<|reserved_special_token_206|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128215": { + "content": "<|reserved_special_token_207|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128216": { + "content": "<|reserved_special_token_208|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128217": { + "content": "<|reserved_special_token_209|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128218": { + "content": "<|reserved_special_token_210|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128219": { + "content": "<|reserved_special_token_211|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128220": { + "content": "<|reserved_special_token_212|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128221": { + "content": "<|reserved_special_token_213|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128222": { + "content": "<|reserved_special_token_214|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128223": { + "content": "<|reserved_special_token_215|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128224": { + "content": "<|reserved_special_token_216|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128225": { + "content": "<|reserved_special_token_217|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128226": { + "content": "<|reserved_special_token_218|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128227": { + "content": "<|reserved_special_token_219|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128228": { + "content": "<|reserved_special_token_220|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128229": { + "content": "<|reserved_special_token_221|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128230": { + "content": "<|reserved_special_token_222|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128231": { + "content": "<|reserved_special_token_223|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128232": { + "content": "<|reserved_special_token_224|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128233": { + "content": "<|reserved_special_token_225|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128234": { + "content": "<|reserved_special_token_226|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128235": { + "content": "<|reserved_special_token_227|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128236": { + "content": "<|reserved_special_token_228|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128237": { + "content": "<|reserved_special_token_229|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128238": { + "content": "<|reserved_special_token_230|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128239": { + "content": "<|reserved_special_token_231|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128240": { + "content": "<|reserved_special_token_232|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128241": { + "content": "<|reserved_special_token_233|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128242": { + "content": "<|reserved_special_token_234|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128243": { + "content": "<|reserved_special_token_235|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128244": { + "content": "<|reserved_special_token_236|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128245": { + "content": "<|reserved_special_token_237|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128246": { + "content": "<|reserved_special_token_238|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128247": { + "content": "<|reserved_special_token_239|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128248": { + "content": "<|reserved_special_token_240|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128249": { + "content": "<|reserved_special_token_241|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128250": { + "content": "<|reserved_special_token_242|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128251": { + "content": "<|reserved_special_token_243|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128252": { + "content": "<|reserved_special_token_244|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128253": { + "content": "<|reserved_special_token_245|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128254": { + "content": "<|reserved_special_token_246|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128255": { + "content": "<|reserved_special_token_247|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + } + }, + "bos_token": "<|begin_of_text|>", + "clean_up_tokenization_spaces": true, + "eos_token": "<|eot_id|>", + "extra_special_tokens": {}, + "model_input_names": [ + "input_ids", + "attention_mask" + ], + "model_max_length": 131072, + "pad_token": "<|finetune_right_pad_id|>", + "padding_side": "right", + "tokenizer_class": "PreTrainedTokenizerFast", + "unk_token": null +} diff --git a/experiments/de-en-zh/checkpoint-500/trainer_state.json b/experiments/de-en-zh/checkpoint-500/trainer_state.json new file mode 100644 index 0000000000000000000000000000000000000000..67b39baa2cc160f7e2379551d8cefa088db63e9e --- /dev/null +++ b/experiments/de-en-zh/checkpoint-500/trainer_state.json @@ -0,0 +1,734 @@ +{ + "best_global_step": null, + "best_metric": null, + "best_model_checkpoint": null, + "epoch": 2.109704641350211, + "eval_steps": 500, + "global_step": 500, + "is_hyper_param_search": false, + "is_local_process_zero": true, + "is_world_process_zero": true, + "log_history": [ + { + "epoch": 0.02109704641350211, + "grad_norm": 8.84162712097168, + "learning_rate": 0.0002, + "loss": 2.7618, + "step": 5 + }, + { + "epoch": 0.04219409282700422, + "grad_norm": 1.7299038171768188, + "learning_rate": 0.00019915325994919561, + "loss": 0.8687, + "step": 10 + }, + { + "epoch": 0.06329113924050633, + "grad_norm": 1.7394821643829346, + "learning_rate": 0.0001983065198983912, + "loss": 0.5779, + "step": 15 + }, + { + "epoch": 0.08438818565400844, + "grad_norm": 0.9605206847190857, + "learning_rate": 0.0001974597798475868, + "loss": 0.4801, + "step": 20 + }, + { + "epoch": 0.10548523206751055, + "grad_norm": 0.798799455165863, + "learning_rate": 0.0001966130397967824, + "loss": 0.4804, + "step": 25 + }, + { + "epoch": 0.12658227848101267, + "grad_norm": 0.9488236904144287, + "learning_rate": 0.000195766299745978, + "loss": 0.5181, + "step": 30 + }, + { + "epoch": 0.14767932489451477, + "grad_norm": 0.640821635723114, + "learning_rate": 0.00019491955969517358, + "loss": 0.5334, + "step": 35 + }, + { + "epoch": 0.16877637130801687, + "grad_norm": 0.7940754890441895, + "learning_rate": 0.0001940728196443692, + "loss": 0.5444, + "step": 40 + }, + { + "epoch": 0.189873417721519, + "grad_norm": 0.6170028448104858, + "learning_rate": 0.00019322607959356477, + "loss": 0.5006, + "step": 45 + }, + { + "epoch": 0.2109704641350211, + "grad_norm": 0.6812167763710022, + "learning_rate": 0.00019237933954276037, + "loss": 0.4943, + "step": 50 + }, + { + "epoch": 0.2320675105485232, + "grad_norm": 0.6469399929046631, + "learning_rate": 0.00019153259949195598, + "loss": 0.4816, + "step": 55 + }, + { + "epoch": 0.25316455696202533, + "grad_norm": 0.582391083240509, + "learning_rate": 0.00019068585944115158, + "loss": 0.4885, + "step": 60 + }, + { + "epoch": 0.2742616033755274, + "grad_norm": 0.5030574798583984, + "learning_rate": 0.0001898391193903472, + "loss": 0.4252, + "step": 65 + }, + { + "epoch": 0.29535864978902954, + "grad_norm": 0.6566026210784912, + "learning_rate": 0.00018899237933954276, + "loss": 0.4902, + "step": 70 + }, + { + "epoch": 0.31645569620253167, + "grad_norm": 0.5403469800949097, + "learning_rate": 0.00018814563928873837, + "loss": 0.4588, + "step": 75 + }, + { + "epoch": 0.33755274261603374, + "grad_norm": 0.8045063018798828, + "learning_rate": 0.00018729889923793395, + "loss": 0.503, + "step": 80 + }, + { + "epoch": 0.35864978902953587, + "grad_norm": 0.693356454372406, + "learning_rate": 0.00018645215918712955, + "loss": 0.4608, + "step": 85 + }, + { + "epoch": 0.379746835443038, + "grad_norm": 0.6002106070518494, + "learning_rate": 0.00018560541913632516, + "loss": 0.4477, + "step": 90 + }, + { + "epoch": 0.4008438818565401, + "grad_norm": 0.6284544467926025, + "learning_rate": 0.00018475867908552076, + "loss": 0.4369, + "step": 95 + }, + { + "epoch": 0.4219409282700422, + "grad_norm": 0.7236638069152832, + "learning_rate": 0.00018391193903471634, + "loss": 0.4771, + "step": 100 + }, + { + "epoch": 0.4430379746835443, + "grad_norm": 0.6181031465530396, + "learning_rate": 0.00018306519898391194, + "loss": 0.4777, + "step": 105 + }, + { + "epoch": 0.4641350210970464, + "grad_norm": 0.6585122346878052, + "learning_rate": 0.00018221845893310755, + "loss": 0.4711, + "step": 110 + }, + { + "epoch": 0.48523206751054854, + "grad_norm": 0.5586816668510437, + "learning_rate": 0.00018137171888230313, + "loss": 0.4561, + "step": 115 + }, + { + "epoch": 0.5063291139240507, + "grad_norm": 0.5544342994689941, + "learning_rate": 0.00018052497883149876, + "loss": 0.4763, + "step": 120 + }, + { + "epoch": 0.5274261603375527, + "grad_norm": 0.5431256890296936, + "learning_rate": 0.00017967823878069434, + "loss": 0.4371, + "step": 125 + }, + { + "epoch": 0.5485232067510548, + "grad_norm": 0.6458696126937866, + "learning_rate": 0.00017883149872988994, + "loss": 0.4681, + "step": 130 + }, + { + "epoch": 0.569620253164557, + "grad_norm": 0.7121616005897522, + "learning_rate": 0.00017798475867908552, + "loss": 0.4322, + "step": 135 + }, + { + "epoch": 0.5907172995780591, + "grad_norm": 0.6514433026313782, + "learning_rate": 0.00017713801862828112, + "loss": 0.4713, + "step": 140 + }, + { + "epoch": 0.6118143459915611, + "grad_norm": 0.6122904419898987, + "learning_rate": 0.0001762912785774767, + "loss": 0.4256, + "step": 145 + }, + { + "epoch": 0.6329113924050633, + "grad_norm": 0.666561484336853, + "learning_rate": 0.00017544453852667233, + "loss": 0.48, + "step": 150 + }, + { + "epoch": 0.6540084388185654, + "grad_norm": 0.6105670928955078, + "learning_rate": 0.0001745977984758679, + "loss": 0.473, + "step": 155 + }, + { + "epoch": 0.6751054852320675, + "grad_norm": 0.6040913462638855, + "learning_rate": 0.00017375105842506352, + "loss": 0.4514, + "step": 160 + }, + { + "epoch": 0.6962025316455697, + "grad_norm": 0.715588390827179, + "learning_rate": 0.00017290431837425912, + "loss": 0.4458, + "step": 165 + }, + { + "epoch": 0.7172995780590717, + "grad_norm": 0.6072377562522888, + "learning_rate": 0.0001720575783234547, + "loss": 0.5111, + "step": 170 + }, + { + "epoch": 0.7383966244725738, + "grad_norm": 0.7208830118179321, + "learning_rate": 0.0001712108382726503, + "loss": 0.4773, + "step": 175 + }, + { + "epoch": 0.759493670886076, + "grad_norm": 0.6747610569000244, + "learning_rate": 0.00017036409822184588, + "loss": 0.5049, + "step": 180 + }, + { + "epoch": 0.7805907172995781, + "grad_norm": 0.6497014760971069, + "learning_rate": 0.00016951735817104151, + "loss": 0.4249, + "step": 185 + }, + { + "epoch": 0.8016877637130801, + "grad_norm": 0.5443103313446045, + "learning_rate": 0.0001686706181202371, + "loss": 0.4266, + "step": 190 + }, + { + "epoch": 0.8227848101265823, + "grad_norm": 0.631135880947113, + "learning_rate": 0.0001678238780694327, + "loss": 0.4748, + "step": 195 + }, + { + "epoch": 0.8438818565400844, + "grad_norm": 0.6854163408279419, + "learning_rate": 0.00016697713801862828, + "loss": 0.4896, + "step": 200 + }, + { + "epoch": 0.8649789029535865, + "grad_norm": 0.5624205470085144, + "learning_rate": 0.00016613039796782388, + "loss": 0.4491, + "step": 205 + }, + { + "epoch": 0.8860759493670886, + "grad_norm": 0.6346325278282166, + "learning_rate": 0.00016528365791701949, + "loss": 0.4406, + "step": 210 + }, + { + "epoch": 0.9071729957805907, + "grad_norm": 0.7404812574386597, + "learning_rate": 0.0001644369178662151, + "loss": 0.4469, + "step": 215 + }, + { + "epoch": 0.9282700421940928, + "grad_norm": 0.6006607413291931, + "learning_rate": 0.0001635901778154107, + "loss": 0.462, + "step": 220 + }, + { + "epoch": 0.9493670886075949, + "grad_norm": 0.6530565023422241, + "learning_rate": 0.00016274343776460627, + "loss": 0.4277, + "step": 225 + }, + { + "epoch": 0.9704641350210971, + "grad_norm": 0.6576104164123535, + "learning_rate": 0.00016189669771380188, + "loss": 0.4417, + "step": 230 + }, + { + "epoch": 0.9915611814345991, + "grad_norm": 0.4978886544704437, + "learning_rate": 0.00016104995766299746, + "loss": 0.3867, + "step": 235 + }, + { + "epoch": 1.0126582278481013, + "grad_norm": 0.5120206475257874, + "learning_rate": 0.00016020321761219306, + "loss": 0.3955, + "step": 240 + }, + { + "epoch": 1.0337552742616034, + "grad_norm": 0.5765522122383118, + "learning_rate": 0.00015935647756138864, + "loss": 0.3868, + "step": 245 + }, + { + "epoch": 1.0548523206751055, + "grad_norm": 0.59456866979599, + "learning_rate": 0.00015850973751058427, + "loss": 0.3503, + "step": 250 + }, + { + "epoch": 1.0759493670886076, + "grad_norm": 0.6299899220466614, + "learning_rate": 0.00015766299745977985, + "loss": 0.3639, + "step": 255 + }, + { + "epoch": 1.0970464135021096, + "grad_norm": 0.824019193649292, + "learning_rate": 0.00015681625740897545, + "loss": 0.3691, + "step": 260 + }, + { + "epoch": 1.1181434599156117, + "grad_norm": 0.6931850910186768, + "learning_rate": 0.00015596951735817106, + "loss": 0.3433, + "step": 265 + }, + { + "epoch": 1.139240506329114, + "grad_norm": 0.5826072692871094, + "learning_rate": 0.00015512277730736664, + "loss": 0.3499, + "step": 270 + }, + { + "epoch": 1.160337552742616, + "grad_norm": 0.8310702443122864, + "learning_rate": 0.00015427603725656224, + "loss": 0.3723, + "step": 275 + }, + { + "epoch": 1.1814345991561181, + "grad_norm": 0.689850926399231, + "learning_rate": 0.00015342929720575785, + "loss": 0.32, + "step": 280 + }, + { + "epoch": 1.2025316455696202, + "grad_norm": 0.6635696887969971, + "learning_rate": 0.00015258255715495345, + "loss": 0.3512, + "step": 285 + }, + { + "epoch": 1.2236286919831223, + "grad_norm": 0.5789341926574707, + "learning_rate": 0.00015173581710414903, + "loss": 0.3585, + "step": 290 + }, + { + "epoch": 1.2447257383966246, + "grad_norm": 0.7083104848861694, + "learning_rate": 0.00015088907705334463, + "loss": 0.3515, + "step": 295 + }, + { + "epoch": 1.2658227848101267, + "grad_norm": 0.7327753901481628, + "learning_rate": 0.0001500423370025402, + "loss": 0.3098, + "step": 300 + }, + { + "epoch": 1.2869198312236287, + "grad_norm": 0.8447750806808472, + "learning_rate": 0.00014919559695173582, + "loss": 0.3514, + "step": 305 + }, + { + "epoch": 1.3080168776371308, + "grad_norm": 0.6308865547180176, + "learning_rate": 0.00014834885690093142, + "loss": 0.3131, + "step": 310 + }, + { + "epoch": 1.3291139240506329, + "grad_norm": 0.7023720145225525, + "learning_rate": 0.00014750211685012703, + "loss": 0.3556, + "step": 315 + }, + { + "epoch": 1.350210970464135, + "grad_norm": 0.6353731155395508, + "learning_rate": 0.00014665537679932263, + "loss": 0.35, + "step": 320 + }, + { + "epoch": 1.371308016877637, + "grad_norm": 0.6040824055671692, + "learning_rate": 0.0001458086367485182, + "loss": 0.3338, + "step": 325 + }, + { + "epoch": 1.3924050632911391, + "grad_norm": 0.7308788895606995, + "learning_rate": 0.0001449618966977138, + "loss": 0.3555, + "step": 330 + }, + { + "epoch": 1.4135021097046414, + "grad_norm": 0.755757749080658, + "learning_rate": 0.0001441151566469094, + "loss": 0.335, + "step": 335 + }, + { + "epoch": 1.4345991561181435, + "grad_norm": 0.8803465962409973, + "learning_rate": 0.000143268416596105, + "loss": 0.3364, + "step": 340 + }, + { + "epoch": 1.4556962025316456, + "grad_norm": 0.7039869427680969, + "learning_rate": 0.0001424216765453006, + "loss": 0.3434, + "step": 345 + }, + { + "epoch": 1.4767932489451476, + "grad_norm": 0.8104714751243591, + "learning_rate": 0.0001415749364944962, + "loss": 0.3412, + "step": 350 + }, + { + "epoch": 1.49789029535865, + "grad_norm": 0.7923826575279236, + "learning_rate": 0.00014072819644369178, + "loss": 0.3773, + "step": 355 + }, + { + "epoch": 1.518987341772152, + "grad_norm": 0.7564131617546082, + "learning_rate": 0.0001398814563928874, + "loss": 0.3734, + "step": 360 + }, + { + "epoch": 1.540084388185654, + "grad_norm": 0.7799999713897705, + "learning_rate": 0.000139034716342083, + "loss": 0.3187, + "step": 365 + }, + { + "epoch": 1.5611814345991561, + "grad_norm": 0.8038588166236877, + "learning_rate": 0.00013818797629127857, + "loss": 0.3308, + "step": 370 + }, + { + "epoch": 1.5822784810126582, + "grad_norm": 0.6443802118301392, + "learning_rate": 0.0001373412362404742, + "loss": 0.3514, + "step": 375 + }, + { + "epoch": 1.6033755274261603, + "grad_norm": 0.6848366260528564, + "learning_rate": 0.00013649449618966978, + "loss": 0.3304, + "step": 380 + }, + { + "epoch": 1.6244725738396624, + "grad_norm": 0.7658063173294067, + "learning_rate": 0.00013564775613886539, + "loss": 0.3711, + "step": 385 + }, + { + "epoch": 1.6455696202531644, + "grad_norm": 0.6925996541976929, + "learning_rate": 0.00013480101608806096, + "loss": 0.3519, + "step": 390 + }, + { + "epoch": 1.6666666666666665, + "grad_norm": 0.8494046330451965, + "learning_rate": 0.00013395427603725657, + "loss": 0.3207, + "step": 395 + }, + { + "epoch": 1.6877637130801688, + "grad_norm": 0.6229879260063171, + "learning_rate": 0.00013310753598645215, + "loss": 0.354, + "step": 400 + }, + { + "epoch": 1.7088607594936709, + "grad_norm": 0.7187400460243225, + "learning_rate": 0.00013226079593564775, + "loss": 0.3467, + "step": 405 + }, + { + "epoch": 1.729957805907173, + "grad_norm": 0.7948623299598694, + "learning_rate": 0.00013141405588484336, + "loss": 0.3536, + "step": 410 + }, + { + "epoch": 1.7510548523206753, + "grad_norm": 0.7493507266044617, + "learning_rate": 0.00013056731583403896, + "loss": 0.3274, + "step": 415 + }, + { + "epoch": 1.7721518987341773, + "grad_norm": 0.7380582094192505, + "learning_rate": 0.00012972057578323457, + "loss": 0.3533, + "step": 420 + }, + { + "epoch": 1.7932489451476794, + "grad_norm": 0.7286610007286072, + "learning_rate": 0.00012887383573243014, + "loss": 0.3248, + "step": 425 + }, + { + "epoch": 1.8143459915611815, + "grad_norm": 0.7960203289985657, + "learning_rate": 0.00012802709568162575, + "loss": 0.3478, + "step": 430 + }, + { + "epoch": 1.8354430379746836, + "grad_norm": 0.6849915385246277, + "learning_rate": 0.00012718035563082133, + "loss": 0.3095, + "step": 435 + }, + { + "epoch": 1.8565400843881856, + "grad_norm": 0.7213082909584045, + "learning_rate": 0.00012633361558001696, + "loss": 0.3574, + "step": 440 + }, + { + "epoch": 1.8776371308016877, + "grad_norm": 0.6543426513671875, + "learning_rate": 0.00012548687552921254, + "loss": 0.364, + "step": 445 + }, + { + "epoch": 1.8987341772151898, + "grad_norm": 0.848516047000885, + "learning_rate": 0.00012464013547840814, + "loss": 0.3408, + "step": 450 + }, + { + "epoch": 1.9198312236286919, + "grad_norm": 0.722089946269989, + "learning_rate": 0.00012379339542760372, + "loss": 0.3301, + "step": 455 + }, + { + "epoch": 1.9409282700421941, + "grad_norm": 0.7891592383384705, + "learning_rate": 0.00012294665537679932, + "loss": 0.3274, + "step": 460 + }, + { + "epoch": 1.9620253164556962, + "grad_norm": 0.7566299438476562, + "learning_rate": 0.00012209991532599493, + "loss": 0.2983, + "step": 465 + }, + { + "epoch": 1.9831223628691983, + "grad_norm": 0.7231684923171997, + "learning_rate": 0.0001212531752751905, + "loss": 0.347, + "step": 470 + }, + { + "epoch": 2.0042194092827006, + "grad_norm": 0.5335406064987183, + "learning_rate": 0.00012040643522438612, + "loss": 0.2793, + "step": 475 + }, + { + "epoch": 2.0253164556962027, + "grad_norm": 0.837425172328949, + "learning_rate": 0.00011955969517358172, + "loss": 0.2441, + "step": 480 + }, + { + "epoch": 2.0464135021097047, + "grad_norm": 0.9484906196594238, + "learning_rate": 0.00011871295512277731, + "loss": 0.2155, + "step": 485 + }, + { + "epoch": 2.067510548523207, + "grad_norm": 0.9487931132316589, + "learning_rate": 0.00011786621507197291, + "loss": 0.2162, + "step": 490 + }, + { + "epoch": 2.088607594936709, + "grad_norm": 0.6348637342453003, + "learning_rate": 0.0001170194750211685, + "loss": 0.2171, + "step": 495 + }, + { + "epoch": 2.109704641350211, + "grad_norm": 0.925662636756897, + "learning_rate": 0.0001161727349703641, + "loss": 0.2199, + "step": 500 + } + ], + "logging_steps": 5, + "max_steps": 1185, + "num_input_tokens_seen": 0, + "num_train_epochs": 5, + "save_steps": 500, + "stateful_callbacks": { + "TrainerControl": { + "args": { + "should_epoch_stop": false, + "should_evaluate": false, + "should_log": false, + "should_save": true, + "should_training_stop": false + }, + "attributes": {} + } + }, + "total_flos": 4.326255405254246e+16, + "train_batch_size": 16, + "trial_name": null, + "trial_params": null +} diff --git a/experiments/de-en-zh/checkpoint-500/training_args.bin b/experiments/de-en-zh/checkpoint-500/training_args.bin new file mode 100644 index 0000000000000000000000000000000000000000..67ee6263bb82a5fa446009ddd7e10d8262c69f4a --- /dev/null +++ b/experiments/de-en-zh/checkpoint-500/training_args.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95840cb1ea2cc9040017024fcbd7a6278ebf35fe401146751d338073dd15c701 +size 6289 diff --git a/experiments/de-en-zh/metrics.json b/experiments/de-en-zh/metrics.json new file mode 100644 index 0000000000000000000000000000000000000000..83912a47bc974c72ecbc520b9b3134be732c4e67 --- /dev/null +++ b/experiments/de-en-zh/metrics.json @@ -0,0 +1,42 @@ +{ + "zh": { + "precision": 0.7022, + "recall": 0.6922, + "f1": 0.6972 + }, + "de": { + "precision": 0.715, + "recall": 0.7197, + "f1": 0.7173 + }, + "en": { + "precision": 0.7575, + "recall": 0.7645, + "f1": 0.761 + }, + "pt": { + "precision": 0.7029, + "recall": 0.6992, + "f1": 0.701 + }, + "hr": { + "precision": 0.6214, + "recall": 0.6125, + "f1": 0.6169 + }, + "sk": { + "precision": 0.6271, + "recall": 0.6198, + "f1": 0.6234 + }, + "sw": { + "precision": 0.488, + "recall": 0.4759, + "f1": 0.4819 + }, + "vi": { + "precision": 0.6544, + "recall": 0.6484, + "f1": 0.6514 + } +} \ No newline at end of file diff --git a/experiments/de-en-zh/preds_de.csv b/experiments/de-en-zh/preds_de.csv new file mode 100644 index 0000000000000000000000000000000000000000..e0122977c62d2cdf441cbd87492417cae4074325 --- /dev/null +++ b/experiments/de-en-zh/preds_de.csv @@ -0,0 +1,545 @@ +input,gold,pred +"Ich habe 10–15 Minuten auf Service gewartet, ein Bier bestellt und wurde nie wieder bedient.","{service general, Service, negative}","{service general, Service, negative}" +"Die Atmosphäre war eine friedliche und entspannende Pause inmitten all der Kinder, die in Downtown Disney herumliefen.","{ambience general, Atmosphäre, positive}","{ambience general, Atmosphäre, positive}" +verstecktes kleines Juwel,"{restaurant general, null, positive}","{restaurant general, null, positive}" +Ich war mit einem Freund von außerhalb dort ... und wir waren beide sehr beeindruckt!,"{restaurant general, null, positive}","{restaurant general, null, positive}" +Es gibt tolles Sushi und sogar noch besseren Service.,"{service general, Service, positive};{food quality, Sushi, positive}","{service general, Service, positive};{food quality, Sushi, positive}" +Alle ihre Menüpunkte sind ein Hit und sie servieren Mimosen.,"{food quality, Menüpunkte, positive}","{food quality, Menüpunkte, positive};{service general, null, positive}" +"– ... und das beste Sommererlebnis Deck – Sie bekommen sogar eine Decke gebracht, falls Ihnen im Abendwetter von Seattle kalt wird.","{ambience general, Deck, positive};{service general, null, positive}","{ambience general, Deck, positive}" +"– Nach 12 Jahren in Seattle Ray's ist es der Ort, an den wir immer wieder zurückkehren.","{restaurant general, Ray's, positive}","{restaurant general, Ray's, positive}" +Hier können Sie nichts falsch machen.,"{restaurant general, null, positive}","{restaurant general, null, positive}" +"Ich glaube, ich habe wahrscheinlich jedes Gericht auf ihrer Speisekarte mindestens einmal probiert, es ist alles ausgezeichnet.","{food quality, Speisekarte, positive}","{food quality, Gericht, positive}" +– Die Peperoni richtig dick schneiden – lecker.,"{food style_options, Peperoni, positive}","{food quality, Peperoni, positive}" +"Crème brûlée mit grünem Tee wird jedes Mal besser, wenn ich sie esse.","{food quality, Crème brûlée mit grünem Tee, positive}","{food quality, Crème brûlée mit grünem Tee, positive}" +"nicht so schön gedacht, dass man sich unwohl fühlt und sich schick machen muss.","{ambience general, null, positive}","{ambience general, null, negative}" +Atmosphäre war schön.,"{ambience general, Atmosphäre, positive}","{ambience general, Atmosphäre, positive}" +absolut fabelhaft!!!,"{restaurant general, null, positive}","{restaurant general, null, positive}" +VERMEIDEN SIE DEN ORT,"{restaurant general, ORT, negative}","{restaurant general, ORT, negative}" +Ehrlich gesagt habe ich schon bessere Tiefkühlpizza gegessen Pizza.,"{food quality, Pizza, negative}","{food quality, Pizza, negative}" +"Der Service war außergewöhnlich – manchmal hatte man das Gefühl, von einer Armee freundlicher Kellner bedient zu werden.","{service general, Service, positive};{service general, Kellner, positive}","{service general, Der Service, positive}" +"Und sie haben alles schön verpackt, sodass nichts herausfiel.","{service general, null, positive}","{food style_options, null, positive}" +SEHR GUT !,"{restaurant general, null, positive}","{restaurant general, null, positive}" +Das Essen ist sündig.,"{food quality, Essen, positive}","{food quality, Essen, positive}" +Für den Anfang kosten etwa 230–280 ml Orangensaft 3 $.,"{drinks prices, Orangensaft, negative}","{drinks prices, Orangensaft, negative}" +gut Sake-Auswahl.,"{drinks style_options, Sake-Auswahl, positive}","{drinks style_options, Sake-Auswahl, positive}" +"Zwar hätte ich auf die Jugendlichen, die den Abend mit uns verbracht haben, verzichten können, aber unser wundervoller Kellner und Essen haben das Erlebnis sehr positiv gemacht.","{service general, Kellner, positive};{restaurant miscellaneous, null, positive};{food quality, Essen, positive}","{service general, Kellner, positive};{food quality, Essen, positive}" +Was für ein Fund!,"{restaurant general, null, positive}","{restaurant general, null, positive}" +– Mioposto hat eine sehr kreative und leckere Pizzakarte.,"{food style_options, Pizzakarte, positive};{food quality, Pizzakarte, positive}","{food style_options, Pizzakarte, positive};{food quality, Pizzakarte, positive}" +"Auf einer kürzlichen Reise war unser Kellner äußerst abweisend, während nicht weniger als drei Mitarbeiter zwei in der Nähe sitzende japanische Mädchen rundum bedienten.","{service general, Kellner, negative}","{service general, Kellner, negative};{service general, Mitarbeiter, negative}" +"normalerweise esse ich Brokkoli nicht auf, wenn ich diese Art von Gerichten bestelle, aber beim ersten Mal war jedes Stück so erlebnisreich wie das erste ... die Jakobsmuscheln und Garnelen waren so frisch und gut zubereitet.","{food quality, Brokkoli, positive};{food quality, Jakobsmuscheln, positive};{food quality, Garnelen, positive}","{food quality, Jakobsmuscheln und Garnelen, positive}" +"Es ist nicht das Billigste Sushi, aber hat sich jedes Mal gelohnt.","{food quality, Sushi, positive};{food prices, Sushi, neutral}","{food quality, Sushi, positive};{food prices, Sushi, negative}" +Sie haben nach dem Essen dort nie ein ekliges oder vollgestopftes Gefühl.,"{food quality, null, positive}","{food quality, null, positive}" +"Da wir Teil einer kleinen Gruppe von vier Personen waren, wurde uns das Essen kommentarlos gebracht.","{service general, null, negative}","{service general, null, neutral}" +"Ich hoffe, dass es eines Tages Scooner oder später wieder das wird, was es einmal war.","{restaurant general, Scooner oder später, negative}","{restaurant general, Scooner, negative}" +"Erstens kam das Essen schnell und alles auf einmal : ) Das gefällt mir ... ich hasse es, wenn die Dinge aufgesetzt und nacheinander serviert werden.","{service general, null, positive}","{food style_options, Essen, positive};{service general, null, positive}" +Das Essen war super!,"{food quality, Essen, positive}","{food quality, Essen, positive}" +"Wenn an jedem Wochentag während der gesamten Öffnungszeit eines Ortes eine Schlange steht, wissen Sie, dass es dort großartig ist.","{restaurant general, Ortes, positive}","{restaurant miscellaneous, null, positive}" +"Die angenehmste Überraschung war die Kontrolle, die meine Erwartungen nicht übertraf, wie dies an den meisten Orten der Fall ist.","{restaurant prices, null, positive}","{restaurant general, null, positive}" +Das Essen war bestenfalls gut und definitiv überteuert.,"{food quality, Essen, positive};{food prices, Essen, negative}","{food quality, Das Essen, positive};{food prices, Das Essen, negative}" +Der Außenbereich verfügt über eine Kurzkarte Speisekarte.,"{food style_options, Speisekarte, neutral}","{food style_options, Kurzkarte Speisekarte, positive}" +Das beste Indisches Essen in L.A.,"{food quality, Indisches Essen, positive}","{food quality, Indisches Essen, positive}" +Kommen wir gleich zur Sache: Das ist unglaublich!,"{restaurant general, null, positive}","{food quality, null, negative}" +"Das Essen ist nicht mehr das, was es einmal war ( Getränke wurden stark reduziert), die Preise sind gestiegen und der Service ist der schlechteste, den ich je irgendwo erlebt habe (einschließlich des europäischen Festlands).","{service general, Service, negative};{food quality, Essen, negative};{food prices, Essen, negative};{food style_options, Getränke, negative}","{drinks style_options, Getränke, negative};{service general, Service, negative};{food quality, Essen, negative};{prices, null, negative}" +Libanesisches Essen! Lecker!,"{food quality, Libanesisches Essen, positive}","{food quality, Libanesisches Essen, positive}" +der Brokkoli war so frisch und lecker.,"{food quality, Brokkoli, positive}","{food quality, Brokkoli, positive}" +Und die Menge ist für den Preis gut.,"{food style_options, null, positive}","{food style_options, Menge, positive};{food prices, Menge, positive}" +Sehr enttäuschend,"{restaurant general, null, negative}","{restaurant general, null, negative}" +Seattle's BEST Weinkarte,"{drinks style_options, Weinkarte, positive}","{drinks style_options, Weinkarte, positive}" +– Ich kann darüber Ort nicht genug sagen.,"{restaurant general, Ort, positive}","{restaurant general, Ort, positive}" +– ich esse jetzt seit über 8 Jahren an diesem Ort und habe noch nie eine schlechte Mahlzeit gegessen.,"{food quality, Mahlzeit, positive}","{food quality, Mahlzeit, positive}" +"Ich ging nach Hause und suchte noch einmal online nach ihnen. Dort entdeckte ich einen Link zu einem Werbegeschenk, der nicht funktionierte. Daher schickte ich dem Restaurant eine E-Mail über den nicht vorhandenen Service und den irreführenden Link.","{restaurant miscellaneous, Restaurant, negative}","{service general, Service, negative};{restaurant miscellaneous, Link, negative}" +Ausgefallene Stücke exotischer Fisch auf einem 100-Dollar-Teller und NICHT EINS war essbar.,"{food prices, null, negative};{food quality, exotischer Fisch, negative};{food style_options, exotischer Fisch, negative}","{food quality, Stücke exotischer Fisch, negative};{food prices, Stücke exotischer Fisch, negative}" +"Ich hatte leckeres Lamm-Korma, Saag Paneer, Samosas, Naan usw.","{food quality, Naan, positive};{food quality, Lamm-Korma, positive};{food quality, Saag Paneer, positive};{food quality, Samosas, positive}","{food quality, Lamm-Korma, positive};{food quality, Naan, positive};{food quality, Samosas, positive};{food quality, Saag Paneer, positive}" +Serviert wirklich gutes Sushi.,"{food quality, Sushi, positive}","{food quality, Sushi, positive}" +"Wie üblich enttäuschte das Omikase nicht in puncto Frische, schnitt jedoch in puncto Kreativität und Auswahl schlecht ab.","{food quality, Omikase, positive};{food style_options, Omikase, negative}","{food style_options, Omikase, negative};{food quality, Omikase, positive}" +"Reis ist zu trocken, Thunfisch war auch nicht mehr so frisch.","{food quality, Thunfisch, negative};{food quality, Reis, negative}","{food quality, Reis, negative};{food quality, Thunfisch, negative}" +Ihr Krabben-Eier Benedict macht süchtig.,"{food quality, Krabben-Eier Benedict, positive}","{food quality, Krabben-Eier Benedict, positive}" +Lassen Sie Platz für leckere Desserts.,"{food quality, Desserts, positive}","{food quality, Desserts, positive}" +Unser Kellner war sehr professionell und freundlich.,"{service general, Kellner, positive}","{service general, Kellner, positive}" +Ich bin auf Empfehlung hierhergekommen und werde sicher immer wieder zurückkehren.,"{restaurant general, null, positive}","{restaurant general, null, positive}" +Das Essen war durchweg gut aber viel zu mild.,"{food quality, Essen, positive};{food quality, Essen, negative}","{food quality, Essen, positive}" +– Mein Mann und ich essen gerne im Mioposto Café.,"{restaurant general, Mioposto Café, positive}","{restaurant general, Mioposto Café, positive}" +– Das war ein großartiges kulinarisches Erlebnis.,"{restaurant general, null, positive}","{food quality, null, positive}" +Das Personal war wirklich freundlich.,"{service general, Personal, positive}","{service general, Personal, positive}" +Wir haben locker über 40 Dollar pro Person ausgegeben (ohne Alkohol) und waren immer noch hungrig.,"{restaurant prices, null, negative};{food style_options, null, negative}","{food prices, null, negative};{food quality, null, negative}" +"Was die Frische betrifft, kann man es hier mit den Orten in Tokio durchaus vergleichen.","{food quality, null, positive}","{food quality, null, positive}" +Groovige Musik verlieh dem Abendessen eine lockere Atmosphäre.,"{ambience general, Musik, positive}","{ambience general, Atmosphäre, positive}" +"Nachdem ein Mitglied unserer Gruppe von einer Kellnerin wiederholt abgewiesen wurde, löste die höfliche Aufforderung, ihn nicht abzuweisen, bei der Kellnerin einen beleidigenden Wutanfall aus.","{service general, Kellnerin, negative}","{service general, Kellnerin, negative}" +– Ray's hat (überraschenderweise) die BESTE und vielfältigste Weinkarte der Stadt.,"{drinks style_options, Weinkarte, positive}","{drinks style_options, Weinkarte, positive}" +"Ich würde wahrscheinlich nicht zurückgehen, weil ich nicht weiß, ob es das wert ist.","{restaurant general, null, negative}","{restaurant general, null, negative}" +Die Chips und Salsa sind so lecker und die Preise sind fabelhaft.,"{restaurant prices, null, positive};{food quality, Chips und Salsa, positive}","{restaurant prices, null, positive};{food quality, Chips und Salsa, positive}" +"Der Sommelier ist fantastisch, bodenständig und äußerst sachkundig.","{service general, Sommelier, positive}","{service general, Sommelier, positive}" +groß dick Peperoni,"{food style_options, Peperoni, positive}","{food style_options, Peperoni, neutral}" +"Es lohnt sich überhaupt nicht, dorthin zu gehen und sein Geld auszugeben!!!","{restaurant general, null, negative}","{restaurant general, null, negative}" +Beleidigend überteuert,"{restaurant prices, null, negative}","{restaurant prices, null, negative}" +Das Ambiente im Innenraum war modern.,"{ambience general, Ambiente im Innenraum, positive}","{ambience general, Ambiente, positive}" +GEHEN SIE NICHT !,"{restaurant general, null, negative}","{restaurant general, null, negative}" +"Bis dies geschieht, rate ich Ihnen, sich davon fernzuhalten.","{restaurant general, null, negative}","{restaurant general, null, negative}" +"Oh, ich habe vergessen zu erwähnen, dass sie keinen Brötchenservice anbieten.","{service general, null, negative}","{service general, Brötchenservice, negative}" +Sie sind nicht fettig oder so.,"{food quality, null, positive}","{food quality, null, positive}" +"Die Musik ist großartig, kein Abend ist besser oder schlechter, die Barkeeper schenken großzügig ein und die unbeschwerte Atmosphäre hebt die Stimmung.","{ambience general, Atmosphäre, positive};{ambience general, Musik, positive};{drinks style_options, Barkeeper, positive}","{ambience general, Atmosphäre, positive};{service general, Barkeeper, positive};{ambience general, Musik, positive};{drinks style_options, Barkeeper, positive}" +"Nett Ambiente, aber völlig überbewertet Ort.","{ambience general, Ambiente, positive};{restaurant general, Ort, negative}","{restaurant general, Ort, negative};{ambience general, Ambiente, positive}" +Das Sushi hier ist köstlich!,"{food quality, Sushi, positive}","{food quality, Sushi, positive}" +"– Ich freue mich außerordentlich, berichten zu können, dass mein Abendessen im Ray 's Boathouse letzten Freitag meine Erwartungen völlig übertroffen hat.","{restaurant general, Ray 's Boathouse, positive}","{restaurant general, Ray's Boathouse, positive}" +Die Abendessen waren hinsichtlich der Qualität des Essens immer ausgezeichnet.,"{food quality, Abendessen, positive}","{food quality, Abendessen, positive}" +Ihre Apps sind alle köstlich.,"{food quality, Apps, positive}","{food quality, Apps, positive}" +Blue Ribbon wird seinem fantastischen Ruf gerecht.,"{restaurant general, Blue Ribbon, positive}","{restaurant general, Blue Ribbon, positive}" +Ich fühlte mich unbehaglich und ging das nächste Mal auf die Toilette des Casinos.,"{restaurant miscellaneous, null, negative}","{restaurant miscellaneous, null, negative}" +"– Ich habe mich entschieden, bei Stack zu essen, weil es dort Abendessen vor der Show zum Festpreis gibt.","{food prices, Abendessen vor der Show zum Festpreis, neutral}","{restaurant prices, Stack, positive}" +– Ich habe meine Eltern zu ihrem Jahrestag hierher mitgenommen – sehr sehr enttäuscht!!!,"{restaurant general, null, negative}","{restaurant miscellaneous, null, negative}" +Unschlagbar Sushi!,"{food quality, Sushi, positive}","{food quality, Sushi, positive}" +"Zu Beginn war unsere nette Kellnerin Brooke schnell zur Stelle, um meine Getränkebestellung aufzunehmen.","{service general, Brooke, positive}","{service general, Brooke, positive}" +"Jedes Mal, wenn „0-sixtynine“ gerufen wird, gibt der Barkeeper allen Getränke aus!","{service general, Barkeeper, positive}","{service general, Barkeeper, positive}" +"Unendlicher Spaß, fantastische Musik, tolles Personal !!! ! !","{ambience general, Musik, positive};{service general, Personal, positive};{restaurant general, null, positive}","{service general, Personal, positive};{ambience general, Musik, positive};{restaurant general, null, positive}" +Messe Menüauswahl .,"{food style_options, Menüauswahl, neutral}","{food style_options, Messe Menüauswahl, neutral}" +"Während des ersten Teils unseres Abendessens saßen zwei freche Kinder neben uns ... sie wurden durch eine entzückende junge Teenagerin ersetzt, die jedes Mal vorgab zu würgen, wenn an ihrem Tisch Meeresfrüchte erwähnt wurden.","{restaurant miscellaneous, null, negative}","{service general, junge Teenagerin, negative}" +"Ich habe es abgelehnt, weil sie beim Versuch, die Eier zuzubereiten, etwas anderes in der Schüssel kaputt gemacht haben und ich zu frustriert war, um weiterzumachen.","{food quality, Schüssel, negative}","{food quality, Eier, negative};{food style_options, Eier, negative}" +"hatte viele Gerichte, aber das BESTE war Hummer auf 3 Arten.","{food quality, Hummer auf 3 Arten, positive}","{food quality, Hummer auf 3 Arten, positive};{food style_options, Gerichte, positive}" +"Die Vorspeise war interessant, aber die Crème Brulee war sehr herzhaft und lecker.","{food quality, Vorspeise, positive};{food quality, Crème Brulee, positive}","{food quality, Crème Brulee, positive};{food quality, Vorspeise, positive}" +Die Einrichtung war wunderschön und einzigartig.,"{ambience general, Einrichtung, positive}","{ambience general, Einrichtung, positive}" +"Es ist frisch, einladend, köstlich und entspannend.","{food quality, null, positive};{ambience general, null, positive}","{restaurant general, null, positive}" +Macht süchtig!,"{restaurant general, null, positive}","{food quality, null, positive}" +"Sogar die Kichererbsen, die ich normalerweise zu trocken finde, waren gut.","{food quality, Kichererbsen, positive}","{food quality, Kichererbsen, positive}" +Dieser Ort rockt!!,"{restaurant general, Ort, positive}","{restaurant general, Ort, positive}" +"Das ist ein großes Kompliment, besonders im unbeständigen Gastronomiegewerbe, aber jetzt reicht es!","{restaurant general, null, positive}","{restaurant general, null, positive}" +"Nachdem ich über 20 Minuten mit meinem leeren Glas dort gesessen hatte, bin ich gegangen.","{service general, null, negative}","{service general, null, negative}" +Probieren Sie unbedingt das Austernbrötchen.,"{food quality, Austernbrötchen, positive}","{food quality, Austernbrötchen, positive}" +"Ich bin erstaunt, dass dies Restaurant als $ $ $ und nicht als $ $ $ $ kategorisiert ist.","{restaurant prices, Restaurant, negative}","{restaurant prices, Restaurant, negative}" +"Es war okay, aber nichts Außergewöhnliches.","{food quality, null, neutral}","{restaurant general, null, neutral}" +"Der Service war ziemlich langsam, unsere Kellnerin brauchte ewig, um uns die Rechnung zu geben, obwohl nicht so viel los war.","{service general, Kellnerin, negative};{service general, Der Service, negative}","{service general, Der Service, negative};{service general, Kellnerin, negative}" +"– Großartig Getränke , Corned Beef Hash , Kaffee , B Fast Burritos , Glutenfrei Speisekarte .","{food quality, B Fast Burritos, positive};{food style_options, Speisekarte, positive};{drinks quality, Kaffee, positive};{drinks quality, Getränke, positive};{food quality, Corned Beef Hash, positive}","{drinks quality, Getränke, positive};{food quality, Glutenfrei Speisekarte, positive};{food quality, Corned Beef Hash, positive};{drinks quality, B Fast Burritos, positive};{food quality, Kaffee, positive}" +Das Mittagsmenü ist ein tolles Angebot!,"{food prices, Mittagsmenü, positive}","{food prices, Mittagsmenü, positive}" +"Es dauerte ewig, bis unsere Bestellung aufgenommen wurde, das Nachschenken des Wassers war zu viel verlangt und sie war nur dann schnell, wenn wir nach der Rechnung fragten und wir ihre Aufmerksamkeit bekommen konnten.","{service general, null, negative}","{service general, null, negative}" +Der Kellner war etwas unfreundlich und das Gefühl im Restaurant war überfüllt.,"{ambience general, Gefühl, negative};{service general, Kellner, negative}","{service general, Kellner, negative};{ambience general, Restaurant, negative}" +"– Ich hatte vor kurzem das Vergnügen, in diesem entzückenden Restaurant in der 2nd Street zu speisen, und wow, was für ein toller Abend wir hatten.","{restaurant general, Restaurant, positive}","{restaurant general, Restaurant, positive}" +"Die Spezialität hier ist dekadent Pfannkuchen, aber ich war jetzt viermal dort und war jedes Mal begeistert.","{food quality, Pfannkuchen, positive}","{food quality, Pfannkuchen, positive}" +– Ziemlich günstig für ein mexikanisches Restaurant UND in der Innenstadt.,"{restaurant prices, null, positive};{location general, null, positive}","{restaurant prices, mexikanisches Restaurant, positive};{location general, null, positive}" +"Die Vorspeise mit Austern, Hummer, Krabben (klein) war das perfekte Hauptgericht für meine Frau.","{food quality, Vorspeise mit Austern, Hummer, Krabben (klein, positive}","{food quality, Vorspeise mit Austern, Hummer, Krabben (klein), positive}" +"Ich habe gerade herausgefunden, dass man den Ort abends und am Wochenende für eine private Party für sich allein haben kann – ich kann es kaum erwarten, meinen nächsten Geburtstag dort zu feiern.","{restaurant miscellaneous, Ort, positive}","{restaurant miscellaneous, Ort, positive}" +– Wie in den meisten Restaurants in Seattle war der Service bei Mioposto schlecht und das Essen überteuert.,"{food prices, überteuert, negative};{service general, schlecht, negative}","{service general, Service, negative};{food prices, Essen, negative}" +"Man konnte ihn jedoch problemlos hören, es war also ein angenehmer und nicht aufdringlicher Klang.","{ambience general, null, positive}","{ambience general, null, positive}" +Gehen Sie einfach hin und überzeugen Sie sich selbst.,"{restaurant general, null, positive}","{restaurant general, null, positive}" +"Es ist ein tolles kleines Lokal mit jede Menge Potenzial, ein Nachbarschaftslokal zu werden, wenn der Service nicht so unpersönlich und konzernartig wäre.","{service general, Service, negative};{restaurant general, Lokal, positive}","{service general, Service, negative};{restaurant general, Lokal, positive}" +"Brunch bei Murphy's ist ein Traum, meine Spezialität ... Eiweißomelett, das Essen wird immer frisch zubereitet.","{food quality, Eiweißomelett, positive};{food quality, Essen, positive};{food quality, Brunch, positive}","{food quality, Essen, positive};{food quality, Eiweißomelett, positive}" +"Mama Mia – ich wohne in der Nachbarschaft und schätze mich glücklich, in der Nähe einer so tollen Pizzeria zu wohnen.","{restaurant general, Pizzeria, positive}","{restaurant general, Pizzeria, positive}" +– versteckt beim Beverly Center.,"{location general, null, neutral}","{restaurant miscellaneous, null, neutral}" +Das Personal ist ziemlich freundlich.,"{service general, Personal, positive}","{service general, Personal, positive}" +Und der Service war einfach großartig – ein wahres Vergnügen.,"{service general, Service, positive}","{service general, Service, positive}" +"Ok ... – Vielleicht bin ich bei jemandem reingekommen, der einen schlechten Tag hatte ...","{restaurant general, null, negative}","{service general, null, negative}" +"Ich habe unter anderem Qualle, Stöcker, Blauflossen-Thunfisch und Sake-Ikura-Rolle gegessen und sie waren alle gut.","{food quality, Stöcker, positive};{food quality, Blauflossen-Thunfisch, positive};{food quality, Sake-Ikura-Rolle, positive};{food quality, Qualle, positive}","{food quality, Blauflossen-Thunfisch, positive};{food quality, Qualle, positive};{food quality, Sake-Ikura-Rolle, positive};{food quality, Stöcker, positive}" +WAS KANN MAN SONST NOCH SAGEN: NETT LEUTE FANTASTISCH ESSEN WOW,"{food quality, ESSEN, positive};{service general, LEUTE, positive}","{service general, LEUTE, positive};{food quality, ESSEN, positive};{restaurant general, null, positive}" +Immer gut.,"{restaurant general, null, positive}","{restaurant general, null, positive}" +"Mein Mund fühlte sich danach sehr trocken an und ich hatte noch diesen typischen „MSG“-Geschmack im Hals, nachdem ich das Restaurant verlassen hatte.","{food quality, null, negative}","{food quality, null, negative}" +Oh ja ... die Aussicht war auch gut.,"{location general, Aussicht, positive}","{location general, Aussicht, positive}" +"Die Managerin unterbrach mich ständig mit „Kann ich sonst noch etwas für Sie tun?“, ein seltsamer Kommentar, denn sie hatte kaum zugehört, geschweige denn auf unseren Ausdruck der Enttäuschung über unser Erlebnis reagiert.","{service general, Managerin, negative}","{service general, Managerin, negative}" +Der Service reicht von mittelmäßig bis beleidigend.,"{service general, Service, negative}","{service general, Der Service, negative}" +Frisch Zutat und super lecker.,"{food quality, Zutat, positive};{food quality, null, positive}","{food quality, Zutat, positive}" +Das Ambiente des Restaurants war schön und gut für feines Essen.,"{ambience general, Ambiente, positive}","{ambience general, Ambiente, positive}" +Und das Obergeschoss ist ein toller Ort zum Abhängen.,"{ambience general, Obergeschoss, positive}","{restaurant miscellaneous, Obergeschoss, positive}" +– Nicht schlecht.,"{restaurant general, null, neutral}","{restaurant general, null, neutral}" +Ich hatte den Kafta-Teller und er war perfekt.,"{food quality, Kafta-Teller, positive}","{food quality, Kafta-Teller, positive}" +– Dieser Ort ist berühmt für sein Frühstück.,"{food quality, Frühstück, positive}","{food quality, Frühstück, positive}" +"Wir haben 35 Minuten auf einen Tisch für 8 gewartet, was für so eine große Menge ok war.","{service general, null, neutral}","{service general, null, neutral}" +Das gesamte Personal war äußerst zuvorkommend und kümmerte sich um alle meine Wünsche.,"{service general, Personal, positive}","{service general, Personal, positive}" +"Es herrschte eine wirklich schöne Atmosphäre an dem Ort ... gute Musik, Atmosphäre und fröhlich aussehende Leute.","{ambience general, Atmosphäre, positive};{ambience general, Musik, positive};{restaurant miscellaneous, Leute, positive}","{ambience general, Atmosphäre, positive};{ambience general, Musik, positive};{restaurant miscellaneous, Ort, positive}" +"Probieren Sie Chef's Choice für Sushi, denn der geräucherte Gelbschwanz war unglaublich und die Rollen waren auch lecker.","{food quality, geräucherte Gelbschwanz, positive};{food quality, Rollen, positive};{food quality, Chef's Choice für Sushi, positive}","{food quality, Rollen, positive};{food quality, Chef's Choice für Sushi, positive};{food quality, geräucherte Gelbschwanz, positive}" +"Das Sushi ist so frisch wie es nur sein kann – man könnte meinen, das Meer wäre direkt vor ihrer Haustür, kein Witz!","{food quality, Sushi, positive}","{food quality, Sushi, positive}" +"Das Essen war in Ordnung, mit einer etwas-leckerer-als-normalen Salsa.","{food quality, Das Essen, positive};{food quality, Salsa, positive}","{food quality, Salsa, positive};{food quality, Essen, positive}" +"Für den anspruchsvollen Sushi-Esser und diejenigen, die das Beste probiert haben, was NYC zu bieten hat, ist der Fisch der frischeste und der Service hervorragend.","{service general, Service, positive};{food quality, Fisch, positive}","{service general, Service, positive};{food quality, Fisch, positive}" +"Altes, zuverlässiges","{restaurant general, null, positive}","{restaurant general, null, positive}" +Eines der besten Sushi-Restaurants der Stadt.,"{restaurant general, Sushi-Restaurants, positive}","{food quality, Sushi-, positive}" +"Das Essen ist ok, aber für das, was man bekommt, etwas teuer, wenn man bedenkt, dass das Restaurant kein schickes Lokal ist.","{food quality, Das Essen, neutral};{ambience general, Restaurant, neutral};{restaurant prices, Restaurant, negative}","{restaurant general, Restaurant, neutral};{food quality, Essen, neutral};{food prices, Essen, negative}" +"– Ich liebe ihre Pizza, besonders die Pilzpizza.","{food quality, Pizza, positive};{food quality, Pilzpizza, positive}","{food quality, Pilzpizza, positive};{food quality, Pizza, positive}" +Sie wurden in einer eigenen schicken Take-out-Box und mit selbstgemachtem Zuckerguss geliefert; sehr leicht und nicht zu süß.,"{food quality, null, positive}","{food style_options, null, positive};{food quality, null, positive}" +Genossen das Essen,"{food quality, Essen, positive}","{food quality, Essen, positive}" +Ich war über ein Dutzend Mal in diesem Restaurant und hatte bisher keine Beanstandungen.,"{restaurant general, Restaurant, positive}","{restaurant general, Restaurant, positive}" +"Ich bevorzuge es allerdings, es zu bestellen und abzuholen, da mir die Kellner und insbesondere eine junge Frau nicht gefallen.","{service general, junge Frau, negative};{service general, Kellner, negative}","{service general, Kellner, negative};{service general, junge Frau, negative}" +toller Fund,"{restaurant general, null, positive}","{restaurant general, null, positive}" +"Es waren zwar nicht die frischesten Meeresfrüchte aller Zeiten, aber Geschmack und Präsentation waren ok.","{food quality, Meeresfrüchte, neutral};{food style_options, Meeresfrüchte, neutral}","{food quality, Meeresfrüchte, negative};{food style_options, Meeresfrüchte, neutral};{food quality, Meeresfrüchte, neutral}" +Allerdings lassen sowohl der Wert als auch Service stark zu wünschen übrig.,"{service general, Service, negative};{restaurant prices, null, negative}","{restaurant prices, null, negative};{service general, Service, negative}" +In Grammercy/Union Square/East Village sind das meine Nachbarn und mein Lieblingsplatz.,"{restaurant general, Lieblingsplatz, positive}","{restaurant general, Platz, positive};{location general, null, positive}" +"Die Kartoffelbeilage ist ein Traum, ebenso wie das Labne (Joghurt-Dip).","{food quality, Labne (Joghurt-Dip, positive};{food quality, Kartoffelbeilage, positive}","{food quality, Kartoffelbeilage, positive};{food quality, Labne (Joghurt-Dip, positive}" +TOLL .,"{restaurant general, null, positive}","{restaurant general, null, positive}" +"Was für ein leckerer, flockiger Leckerbissen!","{food quality, null, positive}","{food quality, null, positive}" +"Großartig Essen, besser Margaritas!","{drinks quality, Margaritas, positive};{food quality, Essen, positive}","{drinks quality, Margaritas, positive};{food quality, Essen, positive}" +Die Bedienung ist wirklich aufmerksam und charmant.,"{service general, Bedienung, positive}","{service general, Die Bedienung, positive}" +"Am wichtigsten war jedoch, dass wir vom Essen so begeistert waren, nachdem wir das sehr kreative Menü gesehen hatten.","{food style_options, Menü, positive}","{food style_options, Menü, positive};{food quality, Essen, positive}" +Ein gemütlicher Platz für 2,"{ambience general, Platz, positive}","{ambience general, Platz, positive}" +Und das Beste ist: Die Preise sind auch ganz vernünftig.,"{restaurant prices, null, positive}","{restaurant prices, null, positive}" +"Sie versprach, mit der Kellnerin zu sprechen, die wütend davongeflogen war, doch wir konnten ihr Versprechen kaum ernst nehmen, da sie sich nicht die Mühe gemacht hatte, sich den Namen der Kellnerin zu notieren.","{service general, null, negative}","{service general, null, negative}" +Auch die Chana Masala (Kichererbsen) sind ausgezeichnet.,"{food quality, Chana Masala (Kichererbsen, positive}","{food quality, Chana Masala (Kichererbsen, positive}" +"Dieses Etablissement erlebte einen deutlichen Niedergang, nachdem (und das ist eine wiederkehrende Geschichte) die von Guy Fieri moderierte Food-TV-Sendung „Diners, Drive-Ins and Dive“ ausgestrahlt wurde, in der „Schooner or Later“ das Thema war.","{restaurant general, Etablissement, negative}","{restaurant general, Schooner or Later, negative}" +Ich liebe Dungeness-Krabben und bei Ray's können Sie sie auf etwa 6 verschiedene Arten serviert bekommen!,"{food style_options, Dungeness-Krabben, positive}","{food style_options, Dungeness-Krabben, positive};{food quality, Dungeness-Krabben, positive}" +Das Essen war gut und appetitlich.,"{food quality, Das Essen, positive}","{food quality, Das Essen, positive}" +Es war absolut großartig.,"{restaurant general, null, positive}","{restaurant general, null, positive}" +"Dies ist ein toller Ort, um eine köstliche Mahlzeit zu bekommen.","{food quality, Mahlzeit, positive}","{food quality, Mahlzeit, positive}" +außerdem leide ich unter einer Reisallergie und die Bedienung war unglaublich zuvorkommend – sie hat nicht einmal mit der Wimper gezuckt!,"{service general, Bedienung, positive}","{service general, Bedienung, positive}" +– Ich war vom Essen im Pagoda sehr enttäuscht.,"{food quality, Essen, negative}","{food quality, Essen, negative}" +Überteuert,"{restaurant prices, null, negative}","{food prices, null, negative}" +"Das ist traurig für das, was einst einer der besten Orte war, an denen man jemals essen konnte.","{restaurant general, null, negative}","{restaurant general, null, negative}" +"Sobald Sie drinnen sind, beginnt das wahre Erlebnis.","{restaurant general, null, positive}","{ambience general, null, positive}" +und der Kellner hat einen perfekten Sake empfohlen! !,"{drinks quality, Sake, positive}","{service general, Kellner, positive}" +"Der Eigentümer verhält sich Gästen gegenüber, die eine Beschwerde haben, streitlustig.","{service general, Eigentümer, negative}","{service general, Eigentümer, negative}" +"Alles was Sie wollen und mehr, sehr frisch.","{food quality, null, positive};{food style_options, null, positive}","{food quality, null, positive}" +Meinem Freund hat der gegrillte Königslachs aus Alaska mit köstlichen Rahmkartoffeln aus Washington Russet und knackigen grünen Bohnen geschmeckt.,"{food quality, grünen Bohnen, positive};{food quality, gegrillte Königslachs aus Alaska, positive};{food quality, Rahmkartoffeln aus Washington Russet, positive}","{food quality, gegrillte Königslachs aus Alaska, positive};{food quality, Rahmkartoffeln aus Washington Russet, positive};{food quality, knackigen grünen Bohnen, positive}" +"Das Essen war sehr gut, Filet Mignon war wahrscheinlich das beste, das ich je probiert habe.","{food quality, Filet Mignon, positive};{food quality, Essen, positive}","{food quality, Filet Mignon, positive};{food quality, Essen, positive}" +"– Das Mercedes-Restaurant ist so lecker, der Service ist unbestreitbar großartig!","{service general, Service, positive};{food quality, null, positive}","{service general, Service, positive};{restaurant general, Mercedes-Restaurant, positive}" +Ich kann ihre verschiedenen Saag und Paneer und Korma wärmstens empfehlen.,"{food quality, Saag, positive};{food quality, Korma, positive};{food quality, Paneer, positive}","{food quality, Saag, positive};{food quality, Paneer und Korma, positive}" +Das Essen ist großartig und sie machen eine tolle Bloody Mary.,"{drinks quality, Bloody Mary, positive};{food quality, Essen, positive}","{drinks quality, Bloody Mary, positive};{food quality, Essen, positive}" +"Nett Essen, aber keine Würze!","{food quality, Essen, positive};{food quality, Essen, negative}","{food quality, Essen, negative}" +Ein weiteres Plus ist die offene Atmosphäre des Restaurants mit Glaswänden auf allen Seiten.,"{ambience general, Atmosphäre, positive}","{ambience general, Atmosphäre, positive}" +Lecker!,"{food quality, null, positive}","{food quality, null, positive}" +"Das Badezimmer selbst ist sehr klein mit zwei Toiletten und nur einem Waschbecken, das Mädchen war völlig auf dem Weg, Papierhandtücher aus dem Spender aufzuhängen.","{restaurant miscellaneous, Badezimmer, negative}","{ambience general, Badezimmer, negative}" +Ich liebe die Enchiladas und Hühnersuppe – und probieren Sie unbedingt ihre Spezialitäten.,"{food quality, Enchiladas, positive};{food quality, Spezialitäten, positive};{food quality, Hühnersuppe, positive}","{food quality, Enchiladas, positive};{food quality, Hühnersuppe, positive};{food quality, Spezialitäten, positive}" +Das Essen ist einfach unvergesslich!,"{food quality, Essen, positive}","{food quality, Essen, positive}" +"Das Management sollte das wirklich zur Kenntnis nehmen, seine Kellner schulen und ihnen gute Manieren beibringen.","{service general, Kellner, negative}","{service general, Kellner, negative};{service general, Management, negative}" +Das Personal ist freundlich und die Einrichtung war ethnisch und farbenfroh.,"{service general, Personal, positive};{ambience general, Einrichtung, positive}","{service general, Personal, positive};{ambience general, Einrichtung, positive}" +"Das beste Chuwam Mushi, das ich je hatte.","{food quality, Chuwam Mushi, positive}","{food quality, Chuwam Mushi, positive}" +"Portionen war für mich gerade genug, ist aber vielleicht nichts für einen großen Esser.","{food style_options, Portionen, neutral}","{food style_options, Portionen, neutral}" +Probieren Sie die Pizza Ensalata!,"{food quality, Pizza Ensalata, positive}","{food quality, Pizza Ensalata, positive}" +Trotzdem würde ich diesen Ort empfehlen.,"{restaurant general, Ort, positive}","{restaurant general, Ort, positive}" +"– Das Sushi hier ist vollkommen gut, aber für 5 $ das Stück sollten entweder die Fischstücke größer sein, oder man sollte nicht den Eindruck erwecken, dass es sich hier um ein Restaurant mit mittleren Preisen handelt (selbst für NYC).","{food style_options, Sushi, negative};{restaurant prices, Restaurant, negative};{food quality, Sushi, positive};{food prices, Sushi, negative}","{food quality, Sushi, positive};{food prices, Sushi, negative};{food style_options, Sushi, negative}" +Sie werden bestimmt eine sehr schöne Zeit haben.,"{restaurant general, null, positive}","{restaurant general, null, positive}" +"Wir sind seitdem zurückgekehrt und hatten auch eine großartige Erfahrung, probierten weitere kleine Teller und eine Auswahl der Biere (kalt und gut).","{drinks quality, Biere, positive};{restaurant general, null, positive}","{drinks quality, Biere, positive};{food quality, kleine Teller, positive};{restaurant general, null, positive}" +Das beste Sushi der Stadt.,"{food quality, Sushi, positive}","{food quality, Sushi, positive}" +das Personal war sehr nett und zuvorkommend und offensichtlich Chinese.,"{service general, Personal, positive}","{service general, Personal, positive}" +"Wir bestellten eine Auswahl der kleinen Teller, und Zwiebelringe, Pizza mit Ziegenkäse, gegrillter Spargel und gebratener Brie mit Obst waren alle sehr gut.","{food quality, gegrillter Spargel, positive};{food quality, Pizza mit Ziegenkäse, positive};{food quality, Zwiebelringe, positive};{food quality, gebratener Brie mit Obst, positive}","{food quality, Zwiebelringe, positive};{food quality, gegrillter Spargel, positive};{food quality, Pizza mit Ziegenkäse, positive};{food quality, gebratener Brie mit Obst, positive}" +Gute Arbeit!,"{restaurant general, null, positive}","{restaurant general, null, positive}" +"Allerdings wurde mir später klar, dass das Restaurant für das Steak entweder MSG oder einen Fleischklopfer verwendet hatte.","{food quality, Steak, negative}","{food quality, Steak, negative}" +Großartig Auswahl an Sake.,"{drinks style_options, Auswahl an Sake, positive}","{drinks style_options, Auswahl an Sake, positive}" +Ein großes Lob an diese Jungs.,"{restaurant general, null, positive}","{restaurant general, null, positive}" +"Sofern Sie nicht nur auf ein paar Drinks vorbeikommen, würde ich Ihnen einen Besuch hier nicht empfehlen.","{restaurant general, null, negative}","{restaurant general, null, negative}" +Großartig Flasche Wein.,"{drinks quality, Flasche Wein, positive}","{drinks quality, Flasche Wein, positive}" +"Der offener Sesam-Kombiteller ist für die Menge an Essen, die dort angeboten wurde, ein Schnäppchen.","{food prices, offener Sesam-Kombiteller, positive};{food style_options, offener Sesam-Kombiteller, positive}","{food prices, offener Sesam-Kombiteller, positive}" +VIEL ZU ÜBERBEWERTET ! ! ! !,"{restaurant general, null, negative}","{restaurant general, null, negative}" +Das Warten hat sich gelohnt,"{restaurant general, null, positive}","{restaurant general, null, positive}" +Besser geht es nicht.,"{restaurant general, null, positive}","{restaurant general, null, positive}" +"die besten Honig-Walnuss-Garnelen, die wir je gegessen haben.","{food quality, Honig-Walnuss-Garnelen, positive}","{food quality, Honig-Walnuss-Garnelen, positive}" +Sie wurden im Food Network vorgestellt und sie haben es verdient.,"{restaurant miscellaneous, null, positive}","{restaurant miscellaneous, null, positive}" +Ich liebe die warme und gemütliche Umgebung.,"{ambience general, Umgebung, positive}","{ambience general, Umgebung, positive}" +Rotzige Haltung,"{service general, null, negative}","{service general, Haltung, negative}" +Die Atmosphäre ist aufstrebend und das Dekor ist festlich und erstaunlich …,"{ambience general, Atmosphäre, positive};{ambience general, Dekor, positive}","{ambience general, Atmosphäre, positive};{ambience general, Dekor, positive}" +"Ihre Spezialrollen sind beeindruckend, obwohl ich mich nicht erinnern kann, was wir hatten.","{food quality, Spezialrollen, positive}","{food quality, Spezialrollen, positive}" +– Mir haben die Kürbis-Ravioli und die Ziegenkäse-Gnocchi super geschmeckt ( 5 große auf einem Teller statt etwa 20 kleiner Gnocchi ) und meiner Schwester hat ihr Filet Mignon auf Spinat und Kartoffelpüree super geschmeckt.,"{food quality, Filet Mignon auf Spinat und Kartoffelpüree, positive};{food quality, Kürbis-Ravioli, positive};{food quality, Ziegenkäse-Gnocchi, positive};{food style_options, Ziegenkäse-Gnocchi, positive}","{food quality, Kürbis-Ravioli, positive};{food quality, Ziegenkäse-Gnocchi, positive};{food style_options, Gnocchi, positive};{food quality, Filet Mignon auf Spinat und Kartoffelpüree, positive}" +Nicht die größten Portionen aber ausreichend.,"{food style_options, Portionen, neutral}","{food style_options, Portionen, neutral}" +"Gehen Sie mit ein paar Freunden hin, warten Sie etwa eine halbe Stunde mit einer Tasse Kaffee und genießen Sie mehr als Ihr durchschnittliches Frühstück.","{restaurant general, null, positive};{food quality, Frühstück, positive}","{restaurant miscellaneous, null, positive}" +toll Service .,"{service general, Service, positive}","{service general, Service, positive}" +"Dann mussten wir den teuersten Sake bezahlen (über 20 $ pro Portion), obwohl wir tatsächlich einen Sake getrunken hatten, der weniger als die Hälfte dieses Preises kostete.","{service general, null, negative}","{drinks prices, Sake, negative}" +Lecker,"{food quality, null, positive}","{food quality, null, positive}" +Hühnercurry und Chicken Tikka Masala sind meine Lieblingsfleischgerichte.,"{food quality, Hühnercurry, positive};{food quality, Chicken Tikka Masala, positive}","{food quality, Chicken Tikka Masala, positive};{food quality, Hühnercurry, positive}" +"bestes Restaurant der Welt, tolle Einrichtung, toller Kundenservice, freundlich Manager","{service general, Manager, positive};{service general, Kundenservice, positive};{restaurant general, Restaurant, positive};{ambience general, Einrichtung, positive}","{service general, Kundenservice, positive};{restaurant general, Restaurant, positive};{service general, Manager, positive};{ambience general, Einrichtung, positive}" +Getränke waren gut.,"{drinks quality, Getränke, positive}","{drinks quality, Getränke, positive}" +"Die Präsentation des Essens war ein zusätzlicher Bonus, es sah genauso toll aus, wie es schmeckte!","{food quality, Essens, positive};{food style_options, Essens, positive}","{food style_options, Essens, positive}" +Selbst dann war die Bestellung nicht korrekt und wir warteten noch immer auf einige Artikel.,"{service general, null, negative}","{service general, null, negative}" +– Wir wurden hier einmal beim Frühstück sehr unhöflich behandelt.,"{service general, null, negative}","{service general, null, negative}" +"Großartig Essen, spektakulär Lage und freundlich Service sorgen dafür, dass wir jedes Jahr wiederkommen.","{service general, Service, positive};{food quality, Essen, positive};{location general, Lage, positive}","{location general, Lage, positive};{service general, Service, positive};{food quality, Essen, positive}" +WOW ! ! ! ! ! ! ! !,"{restaurant general, null, positive}","{restaurant general, null, positive}" +– Sparen Sie sich die Zeitverschwendung und besuchen Sie NICHT.,"{restaurant general, null, negative}","{restaurant general, null, negative}" +Essen war gut und günstig.,"{food quality, Essen, positive};{food prices, Essen, positive}","{food quality, Essen, positive};{food prices, Essen, positive}" +Mmm ... gut!,"{restaurant general, null, positive}","{food quality, null, positive}" +"Es ist großartig, wenn Sie den Tag dort verbracht haben und nicht zum Essen fahren möchten.","{location general, null, positive}","{restaurant miscellaneous, null, positive}" +"Alles in allem muss ich sagen, dass Ray's Boathouse seinen Titel als Seattle-Institution verdient.","{restaurant general, Ray's Boathouse, positive}","{restaurant miscellaneous, Ray's Boathouse, positive}" +Tolles Preis-Leistungs-Verhältnis Sushi mit hoher Qualität und schönem Ambiente.,"{ambience general, Ambiente, positive};{food quality, Sushi, positive};{food prices, Sushi, positive}","{food quality, Sushi, positive};{ambience general, Ambiente, positive};{food prices, Sushi, positive}" +"Allerdings war es so viel, dass ich es kaum aufessen konnte, aber ich habe es geschafft, weil es so köstlich war.","{food style_options, null, neutral};{food quality, null, positive}","{food style_options, null, negative};{food quality, null, positive}" +Ich liebe das Restaurant,"{restaurant general, Restaurant, positive}","{restaurant general, Restaurant, positive}" +Nicht zu empfehlen !!! ! !,"{restaurant general, null, negative}","{restaurant general, null, negative}" +"Wir standen 10 Minuten dort, während Mitarbeiter hin und her ging und uns ignorierte.","{service general, Mitarbeiter, negative}","{service general, Mitarbeiter, negative}" +"Meine Freundin und ich waren uns einig, dass das Essen sehr mittelmäßig war, insbesondere in Anbetracht des Preises.","{food quality, Essen, negative};{food prices, Essen, negative}","{food quality, Essen, negative};{food prices, Essen, negative}" +"– Das Essen hier ist unglaublich, obwohl die Qualität beim Mittagessen schwankt.","{food quality, Mittagessen, negative};{food quality, Essen, positive}","{food quality, Das Essen, positive};{food quality, Das Essen, negative}" +Ich kann über diesen Ort nichts Schlechtes sagen.,"{restaurant general, Ort, positive}","{restaurant general, Ort, positive}" +"das einzige Problem ist, dass man die Pizza wirklich aufwärmen muss, bevor sie essbar ist, selbst wenn man sie im Voraus bestellt.","{food quality, Pizza, negative}","{food quality, pizza, negative}" +– Dies ist mein „Muss ich Gäste von außerhalb hierher bringen“ Restaurant und es gefällt ihnen immer und sie sind begeistert.,"{restaurant general, Restaurant, positive}","{restaurant general, Restaurant, positive}" +Ich hatte den Kafta-Teller und es hat mir geschmeckt.,"{food quality, Kafta-Teller, positive}","{food quality, Kafta-Teller, positive}" +"Es war klar, dass es ihm eigentlich egal war.","{service general, null, negative}","{service general, null, negative}" +"Der Caesar Salad, den ich bestellt hatte, enthielt so viel Zitrone, dass ich ihn nicht essen konnte.","{food quality, Caesar Salad, negative}","{food quality, Caesar Salad, negative}" +"Unser Kellner war den ganzen Abend über aufmerksam, aber eine Sache verwirrte mich immer noch: Wer glaubt, dass Ray's ein geeigneter Ort ist, um mit kleinen Kindern zu Abend zu essen?","{restaurant miscellaneous, Ray's, neutral};{service general, Kellner, positive}","{service general, Kellner, positive};{restaurant miscellaneous, Ray's, negative}" +"Gut Essen, Großartig Service, Durchschnittliche Preise (für den Strip)","{service general, Service, positive};{food quality, Essen, positive};{restaurant prices, null, neutral}","{restaurant prices, null, neutral};{service general, Service, positive};{food quality, Essen, positive}" +18 Uhr an einem Samstag vor einem Broadway-Stück und wir wurden schnell platziert und bedient.,"{service general, null, positive}","{service general, null, positive}" +"Sie legen so viel Wert auf alles, von Misosuppe bis hin zu komplexen Rollen.","{food quality, Rollen, positive};{food quality, Misosuppe, positive}","{food quality, Rollen, positive};{food quality, Misosuppe, positive}" +6 $ mit Trinkgeld.,"{restaurant prices, null, positive}","{service general, null, negative}" +Die Atmosphäre war großartig.,"{ambience general, Atmosphäre, positive}","{ambience general, Atmosphäre, positive}" +"Mit anderen Worten: Wenn sie an Ihnen kein Geld verdienen, werden Sie auf ihrer Service-Skala nicht besonders gut bewertet.","{service general, Service-, negative}","{service general, Service-Skala, negative}" +– Ich habe meine Mahlzeit hier wirklich genossen.,"{food quality, Mahlzeit, positive}","{food quality, Mahlzeit, positive}" +"Die Musik war sehr angesagt, 20-30 irgendwas Pop Musik, aber der Subwoofer der Soundanlage befand sich unter meinem Sitz, was mitten beim Abendessen störend wurde.","{ambience general, Subwoofer der Soundanlage, negative};{ambience general, Musik, positive}","{ambience general, Musik, positive};{ambience general, Soundanlage, negative}" +Heilig Hummus!,"{food quality, Hummus, positive}","{food quality, Hummus, positive}" +"Als Vorspeise habe ich die (2 angebratenen Jakobsmuscheln aus Alaska) mit Mangold, Artischockenherzen, Fenchel und Pecorino Toscano sehr genossen.","{food quality, angebratenen Jakobsmuscheln aus Alaska, positive};{food style_options, angebratenen Jakobsmuscheln aus Alaska, positive}","{food quality, (2 angebratenen Jakobsmuscheln aus Alaska) mit Mangold, Artischockenherzen, Fenchel und Pecorino Toscano, positive}" +"Die Einrichtung ist rustikal, traditionell japanisch.","{ambience general, Einrichtung, neutral}","{ambience general, Die Einrichtung, positive}" +"Nicht nur kann die Auswahl innovativ sein, es gibt auch eine schöne Balance zwischen traditionellem Sushi.","{food style_options, Auswahl, positive};{food style_options, Sushi, positive}","{food style_options, Sushi, positive}" +Sie werden wahrscheinlich enttäuscht sein.,"{restaurant general, null, negative}","{restaurant general, null, negative}" +"Das Essen ist großartig, die Barkeeper geben sich wirklich Mühe.","{service general, Barkeeper, positive};{food quality, Essen, positive}","{service general, Barkeeper, positive};{food quality, Essen, positive}" +"Das Restaurant bietet eine umfangreiche Weinkarte und ein Ambiente, das Sie nicht vergessen werden!","{drinks style_options, Weinkarte, positive};{ambience general, Ambiente, positive}","{drinks style_options, Weinkarte, positive};{ambience general, Ambiente, positive}" +"Das Naan war eines der besten, das ich je gegessen habe, und das Bhartha hat mir wirklich gut geschmeckt, nicht zu sehr nach Tomaten.","{food quality, Naan, positive};{food quality, Bhartha, positive}","{food quality, Naan, positive};{food quality, Bhartha, positive}" +"An die Besitzer von Sesam, öffne dich ... Bravo ... ich kann es kaum erwarten, wieder in Ihr Restaurant zu kommen und dort zu essen!","{restaurant general, Sesam, öffne dich, positive}","{restaurant general, Sesam, positive}" +"der Fisch war frisch, obwohl er sehr dünn geschnitten war.","{food quality, Fisch, positive};{food style_options, Fisch, negative}","{food quality, Fisch, positive};{food style_options, Fisch, negative}" +Ich war seitdem oft dort und es war jedes Mal eine tolle Zeit.,"{restaurant general, null, positive}","{restaurant general, null, positive}" +Mein Favorit Pizzeria in Seattle,"{restaurant general, Pizzeria, positive}","{restaurant general, Pizzeria, positive}" +"ich kann diesen Ort jedem wärmstens empfehlen, der indisches Essen zum ersten Mal probieren möchte.","{food quality, indisches Essen, positive}","{food quality, indisches Essen, positive}" +Überbewertet,"{restaurant general, null, negative}","{restaurant general, null, negative}" +"Der schlechteste Service, den ich je hatte","{service general, Service, positive}","{service general, Service, negative}" +"Wie sich herausstellte, saß der (1. Eigentümer) direkt neben uns und als er herüberkam, um nach unseren Problemen zu sehen, war er sehr abweisend und bot uns einen symbolischen Rabatt von 20 % auf unsere Rechnung an.","{service general, Eigentümer, negative}","{service general, Eigentümer, negative}" +"Ich war eines Abends mit ein paar Freunden dort, um Bingo zu spielen und mir das Sox-Spiel anzuschauen, und es hat riesig Spaß gemacht!","{restaurant general, null, positive}","{restaurant general, null, positive}" +VÖLLIG ÜBERBEWERTET!,"{restaurant general, null, negative}","{restaurant general, null, negative}" +"– Eier, Pfannkuchen, Kartoffeln, frisches Obst und Joghurt – alles, was sie servieren, ist köstlich.","{food quality, null, positive};{food quality, Kartoffeln, positive};{food quality, frisches Obst, positive};{food quality, Joghurt, positive};{food quality, Pfannkuchen, positive};{food quality, Eier, positive}","{food quality, Eier, positive};{food quality, Pfannkuchen, positive};{food quality, frisches Obst, positive};{food quality, Joghurt, positive};{food quality, Kartoffeln, positive}" +– Ray's ist DIE Adresse für hohe Qualität Abendessen mit Meeresfrüchten.,"{food quality, Abendessen mit Meeresfrüchten, positive}","{food quality, Meeresfrüchten, positive}" +Ich genieße auch wirklich die Einfachheit der Einrichtung und die intime Atmosphäre eines kleinen Restaurants.,"{ambience general, Atmosphäre, positive};{ambience general, Einrichtung, positive}","{ambience general, Atmosphäre, positive};{ambience general, Einrichtung, positive}" +Wir gehen zurück. :D,"{restaurant general, null, positive}","{restaurant general, null, positive}" +"Ich hätte daran denken sollen, es anzusprechen, aber ich hätte nie erwartet, dass das Essen so mild ist.","{food quality, Essen, negative}","{food quality, Essen, negative}" +"Als ich hereinkam, war ich von der unglaublichen Holzdekoration überrascht.","{ambience general, Holzdekoration, positive}","{ambience general, Holzdekoration, positive}" +"Es ist ein winziges Lokal, wenn Sie also am Wochenende (Donnerstag? Sonntag) vor 20.00 Uhr dort ankommen, ist es einfacher, einen Tisch oder einen Platz an der Sushi-Bar zu bekommen.","{restaurant miscellaneous, Lokal, neutral}","{restaurant miscellaneous, Lokal, neutral}" +Beste Nachbarschaft Standby .,"{restaurant general, Standby, positive}","{restaurant general, null, positive}" +Ich würde sofort wieder dorthin gehen.,"{restaurant general, null, positive}","{restaurant general, null, positive}" +"Der Preis ist *sehr* angemessen, insbesondere für die Qualität des Essens.","{food prices, Essens, positive}","{food prices, Essens, positive};{food quality, Essens, positive}" +"jede Menge Essen, glauben Sie mir.","{food style_options, Essen, positive}","{food style_options, Essen, positive}" +Es ist der perfekte Ort für ein romantisches Date zu zweit oder ein geheimes Rendezvous!,"{restaurant miscellaneous, Ort, positive};{ambience general, Ort, positive}","{restaurant miscellaneous, Ort, positive}" +Haben Sie auch tolle Margaritas!,"{drinks quality, Margaritas, positive}","{drinks quality, Margaritas, positive}" +Es ist unprätentiös und underground.,"{ambience general, null, positive}","{ambience general, null, positive}" +Dieses Lokal kommt dem Essen meiner Mutter am nächsten.,"{food quality, null, positive}","{food quality, Essen, positive}" +"Der beste Ort für ein gemütliches Sonntagsfrühstück inmitten von Yachten, anschließend ein Spaziergang über den nahe gelegenen Bauernmarkt.","{restaurant miscellaneous, Ort, positive}","{restaurant miscellaneous, Ort, positive};{ambience general, Ort, positive}" +"Wenn Sie können, kommen Sie mit dem Boot zu diesem Ort und verbringen Sie einen ganzen Abend damit.","{restaurant miscellaneous, Ort, positive}","{restaurant general, Ort, positive}" +zum Nachtisch hatten wir Mango-Ingwer-Crème Brûlée ... oh la la lecker ! ! !,"{food quality, Mango-Ingwer-Crème Brûlée, positive}","{food quality, Mango-Ingwer-Crème Brûlée, positive}" +"Das Warten lohnt sich, besonders weil Sie angerufen werden, wenn der Tisch fertig ist.","{restaurant general, null, positive}","{service general, null, positive}" +"Sie haben eine große Vielfalt an Fischen und geben sogar an, aus welchen Ozeanen diese stammen: Atlantik oder Pazifik.","{food style_options, Fischen, positive}","{food style_options, Fischen, positive}" +"Nun, ich schätze, es ist schwierig, einen Platz zu bekommen, wenn man für das Personal unsichtbar ist.","{service general, Personal, negative}","{service general, Personal, negative}" +Tolles offenes und freundliches Ambiente.,"{ambience general, Ambiente, positive}","{ambience general, Ambiente, positive}" +"Ein kurzes Gespräch mit dem Manager am Ende der Mahlzeit war die größte Enttäuschung - zu sagen, wir seien „abserviert“ worden, wäre untertrieben.","{service general, Manager, negative}","{service general, Manager, negative}" +"Ray's ist so etwas wie eine Institution in Seattle, aber angesichts seiner umwerfenden Aussicht Sound hatte ich vermutet, dass das Lob eher der Landschaft als dem Essen und dem Service zuzuschreiben war.","{location general, Sound, positive}","{location general, Sound, positive};{restaurant general, Ray's, positive};{food quality, Essen, positive};{service general, Service, positive}" +"Ich habe geschworen, nie wieder für ein warmes Bier und mittelmäßiges Essen hierherzukommen.","{food quality, Essen, negative};{drinks quality, Bier, negative}","{drinks quality, warmes Bier, negative};{food quality, Essen, neutral}" +Bei schönem Wetter bitten Sie um einen Tisch auf dem Balkon.,"{ambience general, Balkon, positive}","{ambience general, Balkon, positive}" +Tolles Essen mit einer fantastischen Atmosphäre!,"{ambience general, Atmosphäre, positive};{food quality, Essen, positive}","{ambience general, Atmosphäre, positive};{food quality, Essen, positive}" +Ich beendete das Essen mit dem Ungewöhnlichen Dessert einer Portwein- und Schokoladenverkostung ... lecker!,"{food quality, Dessert einer Portwein- und Schokoladenverkostung, positive}","{food quality, Portwein- und Schokoladenverkostung, positive}" +Ich hatte Vorspeise mit Schalentieren und Garnelen und es war in Ordnung.,"{food quality, Vorspeise mit Schalentieren und Garnelen, neutral}","{food quality, Vorspeise mit Schalentieren und Garnelen, neutral}" +Die Pizzen haben einen dünnen Boden und das Menü bietet sehr kreative Kombinationen und Beläge.,"{food style_options, Menü, positive};{food style_options, Pizzen, positive}","{food style_options, Menü, positive};{food quality, Pizzen, positive};{food style_options, Beläge, positive}" +"Es ist ein großartiger Ort, um Essen zu genießen und Freunde zu treffen.","{restaurant miscellaneous, Ort, positive};{food quality, Essen, positive}","{restaurant general, Ort, positive}" +"Der Service war ausgezeichnet, der Kaffee war sogar für Starbucks-Verhältnisse gut und das Essen war hervorragend.","{service general, Service, positive};{food quality, Essen, positive};{drinks quality, Kaffee, positive}","{food quality, Essen, positive};{service general, Der Service, positive};{drinks quality, Kaffee, positive}" +"Dies ist der Ort, um sich zu entspannen und die beste Qualität Essen zu genießen, die die Branche zu bieten hat.","{food quality, Essen, positive};{ambience general, Ort, positive}","{food quality, Essen, positive};{ambience general, Ort, positive}" +Ich würde schon allein wegen des Wein-Erlebnisses wiederkommen.,"{drinks quality, Wein-, positive}","{drinks quality, Wein-Erlebnis, positive}" +Die besten Calamari in Seattle!,"{food quality, Calamari, positive}","{food quality, Calamari, positive}" +"Die Präsentation von Snooze ist hervorragend und es ist einer jener Orte, an denen man sich allein durch den Aufenthalt dort kultivierter fühlt; zieht man jedoch die Schichten ab, hat man ein überteuertes IHOP mit einem hochtrabenden Menü.","{food style_options, Menü, negative};{restaurant prices, Snooze, negative};{ambience general, Snooze, positive}","{restaurant prices, Snooze, negative};{food style_options, Menü, negative};{ambience general, Präsentation, positive}" +"Ich habe mich beim Manager beschwert, aber er hat sich nicht einmal entschuldigt.","{service general, Manager, negative}","{service general, Manager, negative}" +Viel mehr als nur eine tolle Aussicht!,"{location general, Aussicht, positive}","{location general, Aussicht, positive}" +Die Atmosphäre war nur ok.,"{ambience general, Atmosphäre, neutral}","{ambience general, Atmosphäre, neutral}" +"Nachdem wir uns gesetzt hatten, dauerte es etwa 30 Minuten, bis wir endlich das Essen bekamen.","{service general, null, negative}","{service general, null, negative}" +"– In einer Zeit, in der in der Gastronomie immer mehr Kosten gespart werden, ist es schön, ein Lokal zu sehen, das sich diesem Trend widersetzt und einfach hohe Qualität Essen und guten Service liefert, Punkt.","{service general, Service, positive};{food quality, Essen, positive}","{service general, Service, positive};{food quality, Essen, positive}" +"Mir hat die Atmosphäre sehr gut gefallen, aber das Essen war den Preis nicht wert.","{ambience general, Atmosphäre, positive};{food quality, Essen, negative};{food prices, Essen, negative}","{ambience general, Atmosphäre, positive};{food quality, Essen, negative};{food prices, Essen, negative}" +"Es liegt in einem Einkaufszentrum in der Nähe des Beverly Centers und ist nicht die beste Lage, aber das Essen sorgt dafür, dass ich immer wieder zurückkomme.","{food quality, Essen, positive};{location general, Lage, neutral}","{restaurant general, null, positive};{location general, Lage, negative}" +"Bei meiner Mahlzeit musste ich meine Eier zurückschicken, weil ich einfach darum gebeten wurde, das Eigelb vor dem Kochen aufzuschlagen, und hätte sie noch einmal zurückschicken müssen, wenn ich die Mahlzeit nicht insgesamt abgelehnt hätte.","{food quality, Mahlzeit, negative};{food quality, Eier, negative}","{food quality, Eier, negative}" +Die Band war sehr gut und der Service aufmerksam.,"{service general, Service, positive};{ambience general, Band, positive}","{service general, Service, positive};{ambience general, Band, positive}" +"– So beschreibt man das beste Sushi in NYC: hmmmm, köstlich, unglaublich, fantastisch, saftig, perfekt, nee, alles davon.","{food quality, Sushi, positive}","{food quality, Sushi, positive}" +– Der charmante Lage entlang der Marina in Long Beach und durchschnittliche Essen Service von Schooner or Later kann leider nicht für den sehr schlechten Kundenservice entschädigen.,"{food quality, Essen, neutral};{location general, Lage entlang der Marina in Long Beach, positive};{service general, Kundenservice, negative}","{service general, Kundenservice, negative};{location general, Lage, positive};{service general, Service, positive};{food quality, Essen, neutral}" +"Wir bekamen sofort einen Platz, der Tisch war privat und schön.","{ambience general, Tisch, positive}","{service general, null, positive};{ambience general, Tisch, positive}" +"gut Sake, gutes Essen – ehrlich gesagt kenne ich mich mit japanischem Essen überhaupt nicht gut aus.","{drinks quality, Sake, positive};{food quality, Essen, positive}","{drinks quality, Sake, positive};{food quality, Essen, positive}" +"Bringen Sie Ihr Mobiltelefon mit, da Sie möglicherweise warten müssen, bis Sie in das beste Sushi-Restaurant der Welt gelangen: BLUE RIBBON SUSHI.","{restaurant general, BLUE RIBBON SUSHI, positive}","{restaurant general, BLUE RIBBON SUSHI, positive}" +"Am Ende belief sich unsere Rechnung auf 27 $ für 4 kleine Pfannkuchen, einen Frühstücks-Burrito, einen Orangensaft und einen Eistee (ich hatte Wasser).","{food prices, Pfannkuchen, negative};{food style_options, Pfannkuchen, negative};{drinks prices, Orangensaft, negative};{food prices, Frühstücks-Burrito, negative};{drinks prices, Eistee, negative}","{food prices, null, negative};{food prices, Frühstücks-Burrito, negative};{food prices, Orangensaft, negative};{food prices, Eistee, negative};{food prices, Pfannkuchen, negative}" +Gut Essen!,"{food quality, Essen, positive}","{food quality, Essen, positive}" +"Das Catering ist nicht von dieser Welt, und Raouls Hühner-Gemüsesuppe haut mich um!!!","{food quality, Catering, positive};{food quality, Raouls Hühner-Gemüsesuppe, positive}","{food quality, Raouls Hühner-Gemüsesuppe, positive};{food quality, Catering, positive}" +"Ich hätte einfach nach der Rechnung fragen sollen, als ich das sah; aber ihr Menü war so einzigartig, dass ich weiterging.","{food style_options, Menü, positive}","{food style_options, Menü, positive}" +Super Frühstück,"{food quality, Frühstück, positive}","{food quality, Frühstück, positive}" +Wolfsbarsch auf Hummerrisotto war das Beste.,"{food quality, Wolfsbarsch auf Hummerrisotto, positive}","{food quality, Wolfsbarsch auf Hummerrisotto, positive}" +"– Die Atmosphäre eignet sich hervorragend für jeden besonderen Anlass, den Sie feiern möchten.","{ambience general, Atmosphäre, positive}","{ambience general, Atmosphäre, positive}" +"Großartig Fisch der Saison und Meeresfrüchte, mit einer stilvollen Lage am Wasser.","{food quality, Fisch der Saison, positive};{food quality, Meeresfrüchte, positive};{ambience general, Lage am Wasser, positive}","{location general, Lage, positive};{food quality, Meeresfrüchte, positive};{food quality, Fisch der Saison, positive}" +"Die Pizzen sind nicht riesig und der Rand ist dünn ... denken Sie daran, wenn Sie bestellen.","{food style_options, Rand, neutral};{food style_options, Pizzen, neutral}","{food style_options, Pizzen, negative}" +Das einzig Positive an Mioposto ist die schöne Lage.,"{location general, Lage, positive}","{location general, Lage, positive}" +Ich schätze auch ihre Lieferung.,"{service general, Lieferung, positive}","{service general, Lieferung, positive}" +Sehr enttäuscht.,"{restaurant general, null, negative}","{food quality, null, negative}" +Die Pizza ist sehr lecker und die Salate sind fantastisch.,"{food quality, Salate, positive};{food quality, Pizza, positive}","{food quality, Salate, positive};{food quality, Pizza, positive}" +Am frischesten Sushi – das liebe ich Restaurant.,"{restaurant general, Restaurant, positive};{food quality, Sushi, positive}","{food quality, Sushi, positive}" +Das Steak war genau nach meinem Geschmack ( medium rare ) und schön saftig.,"{food quality, Steak, positive}","{food quality, Steak, positive}" +"Im Ernst, wenn Sie auf der Suche nach unkompliziertem Spaß vor Ort sind, können Sie nichts falsch machen.","{ambience general, null, positive}","{restaurant general, null, positive}" +Die Besitzer sind ein Riesenspaß und die Bierauswahl ist einen Aufenthalt wert.,"{service general, Besitzer, positive};{drinks style_options, Bierauswahl, positive}","{service general, Besitzer, positive};{drinks style_options, Bierauswahl, positive}" +Großartig Auswahl vom Fass und aus der Flasche und die Pizza rockt.,"{drinks style_options, Auswahl vom Fass und aus der Flasche, positive};{food quality, Pizza, positive}","{drinks style_options, Auswahl vom Fass, positive};{food quality, Pizza, positive};{drinks style_options, Auswahl aus der Flasche, positive}" +"Ich garantiere, Sie werden nicht enttäuscht sein, es gibt auch einen Parkservice.","{restaurant general, null, positive};{restaurant miscellaneous, null, positive}","{service general, Parkservice, positive}" +Spätabendliches Abendessen mit außergewöhnlichem Essen.,"{food quality, Essen, positive}","{food quality, Essen, positive};{restaurant miscellaneous, null, positive}" +"Die Portionen sind allerdings groß, bestellen Sie also nicht zu viel.","{food style_options, Portionen, neutral}","{food style_options, Portionen, positive}" +"Definitiv eine der besten Jukeboxen, die ich seit langer, langer Zeit gesehen habe.","{ambience general, Jukeboxen, positive}","{ambience general, Jukebox, positive}" +Der Service war in Ordnung.,"{service general, Der Service, neutral}","{service general, Der Service, positive}" +Absolut köstlich.,"{food quality, null, positive}","{food quality, null, positive}" +"Oh, und die Käse-Pommes sind super!","{food quality, Käse-Pommes, positive}","{food quality, Käse-Pommes, positive}" +"Alle, die hinten draußen saßen, waren sich einig, dass dies der schlechteste Service war, den wir je erlebt hatten.","{service general, Service, negative}","{service general, Service, negative}" +"Ich bin vielleicht kein Sushi-Guru, aber ich kann Ihnen sagen, dass das Essen hier einfach okay ist und dass es sonst nicht viel zu bieten hat.","{food quality, Essen, negative}","{food quality, Sushi, negative};{restaurant general, null, negative}" +"Ausgezeichnet Essen, nett Ambiente, ziemlich teuer","{restaurant prices, null, negative};{food quality, Essen, positive};{ambience general, Ambiente, positive}","{restaurant prices, null, negative};{ambience general, Ambiente, positive};{food quality, Essen, positive}" +"Schmelzen auf der Zunge Nigiri und Sashmi, und sind auch Rollen sehr lecker.","{food quality, Nigiri, positive};{food quality, Rollen, positive};{food quality, Sashmi, positive}","{food quality, Rollen, positive};{food quality, Nigiri und Sashmi, positive}" +"Endlich eine Mahlzeit, an die Sie sich noch lange erinnern werden!","{food quality, Mahlzeit, positive}","{food quality, Mahlzeit, positive}" +"Am besten Essen, phänomenal Service","{service general, Service, positive};{food quality, Essen, positive}","{service general, Service, positive};{food quality, Essen, positive}" +"Ich empfehle es für eine Nacht, wenn Sie sich etwas gönnen möchten! (es war etwas teuer)","{restaurant prices, null, negative};{restaurant general, null, positive}","{restaurant prices, null, negative};{restaurant general, null, positive}" +"Obwohl das Essen in diesem Lokal einigermaßen gut war , schien das Restaurantpersonal unserer Anwesenheit gegenüber völlig gleichgültig zu sein, was sich auch im mangelhaften Service widerspiegelte.","{service general, Restaurantpersonal, negative};{food quality, null, positive}","{service general, Service, negative};{food quality, Essen, positive};{restaurant general, Restaurant, negative}" +Kein Vergleich,"{restaurant general, null, positive}","{restaurant general, null, negative}" +"also zu den Garnelen, die waren frisch und hatten eine leichte Knusprigkeit, zum Teig ... soooo gut ... die Walnüsse waren in kleinere Stücke geschnitten und sehr knusprig und lecker.","{food quality, Walnüsse, positive};{food quality, Garnelen, positive};{food quality, Teig, positive}","{food quality, Walnüsse, positive};{food quality, Garnelen, positive};{food quality, Teig, positive}" +"Ich bin so glücklich, ein wunderbares italienisches Restaurant in meiner Nachbarschaft zu haben.","{restaurant general, italienisches Restaurant, positive}","{restaurant general, italienisches Restaurant, positive}" +Wir haben eine Stunde auf einen Platz gewartet.,"{service general, null, negative}","{service general, null, negative}" +"Wir gaben unsere Bestellung auf und obwohl wir 4 Vorspeisen bestellt hatten, kam das Essen erst 45 Minuten später … MIT UNSEREM HAUPTGERICHT.","{service general, null, negative}","{food quality, Vorspeisen, negative};{service general, null, negative}" +"Ich kann es kaum erwarten, am kommenden Wochenende wieder dorthin zu fahren!","{restaurant general, null, positive}","{restaurant general, null, positive}" +"Wenn Sie Wert auf gut schmeckendes (ohne Fischgeschmack oder -geruch), großes (2 Portionen) und kreatives (3 Sushi-Gerichte) Sushi legen, sind Sie hier richtig ...","{food style_options, Portionen, positive};{food quality, null, positive};{food style_options, Sushi-Gerichte, positive}","{food quality, Sushi, positive};{food style_options, Portionen, positive};{food style_options, Sushi-Gerichte, positive}" +"Ein perfekter Ort, um zu jeder Jahreszeit Gäste von außerhalb mitzunehmen.","{restaurant general, Ort, positive}","{restaurant miscellaneous, Ort, positive}" +Ich habe alle drei Gerichte auf ihrem Teller probiert Teller und sie waren hervorragend.,"{food quality, Teller, positive}","{food quality, Gerichte, positive}" +Gut für ein Abendessen spät in der Nacht (Last-Minute-Planung) ohne Reservierung.,"{restaurant miscellaneous, null, positive}","{restaurant miscellaneous, null, positive}" +ich bin dort nie enttäuscht Essen.,"{food quality, Essen, positive}","{food quality, Essen, positive}" +– Mit Abstand die beste Bar im East Village …,"{restaurant general, Bar, positive}","{restaurant general, Bar, positive}" +"Es ist ein toller Ort, um Leute zu beobachten.","{restaurant miscellaneous, Ort, positive}","{ambience general, Ort, positive}" +"Der Platz war begrenzt, aber das Essen hat das wettgemacht.","{food quality, Essen, positive};{restaurant miscellaneous, Der Platz, negative}","{food quality, Essen, positive};{ambience general, Platz, negative}" +"Die Jakobsmuscheln werden anscheinend in einer schwarzen Olivenbutter gekocht, was sie wirklich einzigartig (und natürlich lecker) macht.","{food quality, Jakobsmuscheln, positive};{food style_options, Jakobsmuscheln, positive}","{food quality, Jakobsmuscheln, positive};{food style_options, Jakobsmuscheln, positive}" +Dieser Ort ist charmant und entspannend.,"{ambience general, Ort, positive}","{ambience general, Ort, positive}" +überhaupt nicht zäh.,"{food quality, null, positive}","{food quality, null, positive}" +"Wir waren nur für eine Nacht in Seattle und ich bin so froh, dass wir Rays zum Abendessen ausgewählt haben!","{restaurant general, Rays, positive}","{restaurant general, Rays, positive}" +"– Ich werde nie das fantastische Essen, Service und Ambiente vergessen, das ich in diesem Restaurant erlebt habe.","{service general, Service, positive};{food quality, Essen, positive};{ambience general, Ambiente, positive}","{ambience general, Ambiente, positive};{service general, Service, positive};{food quality, Essen, positive}" +Erstaunlich Spanischer Makrelen-Spezial-Vorspeise und perfekt Sushi-Box (das Aal mit Avocado – ähm ähm ähm).,"{food quality, Sushi-Box, positive};{food quality, Aal mit Avocado, positive};{food quality, Spanischer Makrelen-Spezial-Vorspeise, positive}","{food quality, Spanischer Makrelen-Spezial-Vorspeise, positive};{food quality, Sushi-Box, positive};{food quality, Aal mit Avocado, positive}" +An Wochenenden müssen Sie möglicherweise einige Stunden warten.,"{service general, null, neutral}","{service general, null, negative}" +– Das Essen war nicht so toll und die Kellner waren unhöflich.,"{food quality, Essen, negative};{service general, Kellner, negative}","{service general, Kellner, negative};{food quality, Essen, negative}" +"Als nächstes kam das 1:9-oz-Steak, das zumindest anfangs großartig schmeckte.","{food quality, 9 oz steak, positive}","{food quality, 1:9-oz-Steak, positive}" +"Als ich dort ankam, saß ich oben, wo die Atmosphäre gemütlich und der Service schrecklich war!","{ambience general, Atmosphäre, positive};{service general, Service, negative}","{service general, Service, negative};{ambience general, Atmosphäre, positive}" +"Die Weinkarte ist unglaublich und umfangreich und vielfältig, das Essen ist durchweg unglaublich und das Personal war durchweg sehr nett, gut in seinem Job und kultiviert.","{drinks style_options, Weinkarte, positive};{food quality, Essen, positive};{service general, Personal, positive}","{drinks style_options, Weinkarte, positive};{food quality, Essen, positive};{service general, Personal, positive}" +– BESSER GEHT ES NICHT ! ! ! ! !,"{restaurant general, null, positive}","{restaurant general, null, positive}" +Sonntagnachmittags spielt eine Band und es macht viel Spaß.,"{ambience general, Band, positive}","{ambience general, Band, positive}" +"Alles, und ich meine alles, auf der Speisekarte ist köstlich.","{food quality, Speisekarte, positive}","{food quality, Speisekarte, positive}" +"Ich weiß, dass viele Leute ihre Lieblingsarten Pizza und Pizza-Läden haben, aber bei Mioposto Pizza mangelt es an Qualität und gutem Geschmack.","{food quality, Pizza, negative}","{food quality, Pizza, negative};{food quality, Art Pizza, negative}" +"Es gibt nur einen Ort an der Ostküste, der alles und noch viel mehr bietet.","{restaurant general, Ort, positive}","{restaurant general, Ort, positive}" +Immer ein Gewinner.,"{restaurant general, null, positive}","{restaurant general, null, positive}" +"In den vorherigen Bewertungen hieß es „Kinderfreundlich“ … geben Sie mir mit zwei kleinen Kindern eine Pause, das ist Lichtjahre entfernt.","{restaurant miscellaneous, null, negative}","{restaurant miscellaneous, null, negative}" +Die Pizzen sind leicht und lecker.,"{food quality, Pizzen, positive}","{food quality, Pizzen, positive}" +"Schauen Sie sich die Kunst an den Wänden an, sehr farbenfroh!","{ambience general, Kunst an den Wänden, positive}","{ambience general, Kunst an den Wänden, positive}" +Mittelmäßig Essen,"{food quality, Essen, neutral}","{food quality, Essen, neutral}" +Ich werde nie wieder zurückkehren.,"{restaurant general, null, negative}","{restaurant general, null, negative}" +"Es war sehr schwierig für uns, die Aufmerksamkeit der Kellnerin zu erregen, und wir mussten schließlich aufstehen und hineingehen, um mit einem Manager zu sprechen.","{service general, Kellnerin, negative}","{service general, Kellnerin, negative}" +Nie zu überfüllt und immer super Service.,"{service general, Service, positive};{restaurant miscellaneous, null, positive}","{service general, Service, positive};{restaurant miscellaneous, null, positive}" +du bist mit einem heißen Date unterwegs und er/sie hat Appetit auf Sushi ... dann könnte dies der richtige Ort sein.,"{food quality, Sushi, positive}","{restaurant miscellaneous, Ort, positive}" +"– Ich kann nicht glauben, dass es Murphy’s schon seit über 25 Jahren gibt, unglaublich.","{restaurant miscellaneous, Murphy’s, positive}","{restaurant general, Murphy’s, positive}" +"Freitags kann es ziemlich voll werden, aber wenn man erstmal sitzt, ist der Service so effizient, dass man schnell wieder raus ist.","{service general, Service, positive}","{service general, Service, positive};{restaurant miscellaneous, null, neutral}" +"Dazu gab es entweder eine Pfeffersauce oder eine Rotweinreduktion, beides war geschmacklich jedoch nicht zu unterscheiden.","{food quality, Pfeffersauce, neutral};{food quality, Rotweinreduktion, neutral}","{food quality, Pfeffersauce, negative};{food quality, Rotweinreduktion, negative}" +Die nettesten Kellner der Stadt.,"{service general, Kellner, positive}","{service general, Kellner, positive}" +Der Service war zuvorkommend und aufmerksam.,"{service general, Service, positive}","{service general, Service, positive}" +"Als ich dies schrieb, habe ich gerade noch einmal versucht, ihren Giveaway-Link zu verwenden, aber es funktioniert immer noch nicht.","{restaurant miscellaneous, null, negative}","{restaurant miscellaneous, null, negative}" +"etwaige weitere Wünsche konnten nicht erfüllt werden, da niemand am Tisch vorbeikam.","{service general, null, negative}","{service general, null, negative}" +"Gut Sushi, Hoher Preis","{food quality, Sushi, positive};{food prices, Sushi, negative}","{food quality, Sushi, positive};{restaurant prices, null, negative}" +Aber die Kellner waren äußerst aufmerksam und sehr freundlich.,"{service general, Kellner, positive}","{service general, Kellner, positive}" +"Ich war an diesem Ort, Leute, und es ist SCHLECHT.","{restaurant general, Ort, negative}","{restaurant general, Ort, negative}" +toll Service,"{service general, Service, positive}","{service general, Service, positive}" +"Es war, als ob man in einem völlig anderen Restaurant speisen würde.","{restaurant general, null, positive}","{restaurant general, Restaurant, negative}" +Beide Daumen hoch!,"{food quality, null, positive}","{restaurant general, null, positive}" +"Stellen Sie sich meine freudige Überraschung vor, als ich feststellte, dass die Ansichten nur das drittbeste an Ray 's sind!","{restaurant general, Ray 's, positive};{location general, Ansichten, positive}","{restaurant general, null, positive}" +"Zweifellos der beste Thunfisch, den ich je gegessen habe.","{food quality, Thunfisch, positive}","{food quality, Thunfisch, positive}" +"Wenn Sie Danny Gans sehen möchten oder einfach nur im Mirage übernachten, dürfen Sie sich das nicht entgehen lassen.","{restaurant general, null, positive}","{restaurant miscellaneous, null, positive}" +toll Mittagessenlokal,"{restaurant general, Mittagessenlokal, positive}","{restaurant general, Mittagessenlokal, positive}" +Ich liebe Frühstück hier.,"{food quality, Frühstück, positive}","{restaurant general, Frühstück, positive}" +"Das Sashimi war das frischeste und zarteste, das ich je gegessen habe.","{food quality, Sashimi, positive}","{food quality, Sashimi, positive}" +Sie werden von ihrem Menü nicht enttäuscht sein.,"{food style_options, Menü, positive}","{food style_options, Menü, positive}" +"Es wird viel über die tolle Pizza und den schlechten Service Service geredet, es kann sich also nicht nur um das Gejammer einiger unzufriedener Kunden handeln.","{service general, Service, negative};{food quality, Pizza, positive}","{service general, Service, negative};{food quality, Pizza, positive}" +Ich werde nicht zurückgehen.,"{restaurant general, null, negative}","{restaurant general, null, negative}" +mein Service war hervorragend!,"{service general, Service, positive}","{service general, Service, positive}" +wir werden auf jeden Fall wieder hierher Restaurant kommen.,"{restaurant general, Restaurant, positive}","{restaurant general, Restaurant, positive}" +Werde auf jeden Fall wiederkommen.,"{restaurant general, null, positive}","{restaurant general, null, positive}" +"Vielleicht ist es gut für den einen Abend, alle Jubeljahre, an dem die Köche sich entscheiden, Fisch zu verwenden, der halbwegs anständig ist.","{food quality, Fisch, negative}","{food quality, Fisch, negative}" +"– Ich war nur einmal bei Sesam, öffne dich, aber ich bin immer noch ganz benommen von dem Erlebnis!!","{restaurant general, Sesam, öffne dich, positive}","{restaurant general, Sesam, öffne dich, negative}" +"Die Pfannkuchen waren sicherlich einfallsreich, aber 8,50 $ für 3 - 6 "" Pfannkuchen (einer davon war eher 5 "") im Pfannkuchen-Flight (Probe von 3 verschiedenen Pfannkuchen) ist deutlich überteuert.","{food style_options, Pfannkuchen, positive};{food prices, Pfannkuchen, negative}","{food style_options, Pfannkuchen-Flight, negative};{food quality, Pfannkuchen, negative};{food prices, Pfannkuchen-Flight, negative}" +ABER an einem Sonntagnachmittag gingen mein Mann und ich hin (obwohl ich lautstark protestierte) und waren angenehm überrascht.,"{restaurant general, null, positive}","{restaurant general, null, positive}" +Es lohnt sich,"{restaurant general, null, positive}","{restaurant general, null, positive}" +"Achtung – es ist echtes Essen für Leute, die das Beste lieben.","{food quality, Essen, positive}","{food quality, Essen, positive}" +"Ich habe hier ein Aber - es gab einen Badezimmerwärter in der Toilette, was merkwürdig war.","{restaurant miscellaneous, Toilette, negative}","{ambience general, Badezimmerwärter, negative}" +Das beste Gericht sind die Honig-Walnuss-Garnelen – einfach hervorragend.,"{food quality, Honig-Walnuss-Garnelen, positive}","{food quality, Honig-Walnuss-Garnelen, positive}" +"Die Pfannkuchen sollten größer sein (mindestens 8'NULL'), um den Aufwand auch bei dem einzigartigen Angebot zu rechtfertigen.","{food style_options, Pfannkuchen, negative}","{food style_options, Pfannkuchen, negative};{food prices, Pfannkuchen, positive}" +– Ich habe zum ersten Mal mit meinem Sohn in diesem Restaurant gegessen und es war absolut schrecklich!,"{restaurant general, Restaurant, negative}","{restaurant general, Restaurant, negative}" +Exzellent,"{restaurant general, null, positive}","{restaurant general, null, positive}" +"Die Parkmöglichkeiten sind recht gut, das Hotel verfügt über einen eigenen Parkplatz und man kann auch im nahe gelegenen Park parken.","{restaurant miscellaneous, null, positive}","{parking general, Park, positive}" +Caesar Salat war hervorragend.,"{food quality, Caesar Salat, positive}","{food quality, Caesar Salat, positive}" +"– Ich verstehe nicht, wie ich diesen Ort so lange fremd bleiben konnte … der Fajita-Salat, der Colorado, die Fajitas – ALLES ist köstlich.","{food quality, Colorado, positive};{food quality, Fajitas, positive};{food quality, Fajita-Salat, positive}","{food quality, Fajita-Salat, positive};{food quality, Colorado, positive};{food quality, fajitas, positive}" +"das beste chinesische Essen, das ich seit langem gegessen habe","{food quality, chinesische Essen, positive}","{food quality, chinesische Essen, positive}" +Der Preis war auch in Ordnung.,"{restaurant prices, null, positive}","{restaurant prices, null, neutral}" +Lecker ... !,"{food quality, null, positive}","{food quality, null, positive}" +"Wir haben unseren Namen auf die Liste gesetzt und obwohl Tische frei waren, wurde uns mitgeteilt, dass wir mit einer Wartezeit von 30 Minuten rechnen müssten.","{service general, null, negative}","{service general, null, negative}" +Der Kaffee ist auch sehr gut.,"{drinks quality, Kaffee, positive}","{drinks quality, Kaffee, positive}" +Wir haben über 30 Minuten auf unsere Getränke und über 1 1/2 Stunden auf unser Essen gewartet.,"{service general, null, negative}","{service general, null, negative}" +Die Kellner hinter der Theke sind immer freundlich und hilfsbereit.,"{service general, Kellner hinter der Theke, positive}","{service general, Die Kellner, positive}" +"Unser Kellner war nicht vorhanden und nachdem unser Essen über eine Stunde nach unserer Bestellung endlich kam, bekamen wir weder Wasser noch Besteck.","{service general, Kellner, negative}","{service general, Kellner, negative};{service general, null, negative}" +– Dieser Ort ist unglaublich überbewertet.,"{restaurant general, Ort, negative}","{restaurant general, Ort, negative}" +Sehr schlecht Kundenservice.,"{service general, Kundenservice, negative}","{service general, Kundenservice, negative}" +Wir können nicht genug über ihre köstlichen Gourmet-Pizzen sagen!,"{food quality, pizza ’ s, positive}","{food quality, Gourmet-Pizzen, positive}" +"Während Fisch zweifellos frisch ist, sind Brötchen unerklärlicherweise eher fad.","{food quality, Brötchen, negative};{food quality, Fisch, positive}","{food quality, Brötchen, negative};{food quality, Fisch, positive}" +Die einzigen Nachteile sind die vielen Sitzplätze und die Langsamkeit des Services (2).,"{service general, service, negative};{restaurant miscellaneous, Sitzplätze, negative}","{service general, Services, negative};{ambience general, Sitzplätze, negative}" +"In New York gibt es nicht mehr viele Raucherlokale, aber ich habe mein Lieblingsraucherlokal Balkon in der Stadt gefunden.","{restaurant miscellaneous, Balkon, positive}","{restaurant miscellaneous, Balkon, positive}" +Wir teilten uns die Familienplatte und mir hat besonders der Schwarzer Kabeljau in Sake Kasu geschmeckt.,"{food quality, Schwarzer Kabeljau in Sake Kasu, positive}","{food quality, Familienplatte, positive};{food quality, Schwarzer Kabeljau in Sake Kasu, positive}" +Aber der Raum ist klein und fein und der Service ist hilfsbereit.,"{service general, Service, positive};{ambience general, Raum, positive}","{service general, Service, positive};{ambience general, Raum, negative}" +Das Warten hat sich gelohnt.,"{restaurant general, null, positive}","{restaurant general, null, positive}" +lecker .,"{food quality, null, positive}","{food quality, null, positive}" +Köstlich,"{food quality, null, positive}","{food quality, null, positive}" +- Mittelmäßig Service / Qualität,"{service general, Service, neutral}","{service general, Service, neutral};{food quality, Qualität, neutral}" +"– Das ist einer meiner Lieblingsplätze zum Mittagessen, riesig Portionen, schnell Service und fantastisch Margaritas!!","{food style_options, Portionen, positive};{service general, Service, positive};{drinks quality, Margaritas, positive};{restaurant general, null, positive}","{drinks quality, Margaritas, positive};{food style_options, Portionen, positive};{service general, Service, positive}" +Das Beste Krabbenkuchen der Stadt,"{food quality, Krabbenkuchen, positive}","{food quality, Krabbenkuchen, positive}" +"Alles, was ich hier hatte, war gut, Taco-Salate, Burritos, Enchiladas, ich liebe dieses Ort.","{food quality, Taco-Salate, positive};{food quality, null, positive};{food quality, Burritos, positive};{restaurant general, Ort, positive};{food quality, Enchiladas, positive}","{food quality, Burritos, positive};{food quality, Enchiladas, positive};{food quality, Taco-Salate, positive};{restaurant general, Ort, positive}" +"Super Pizza , Schlecht Service","{service general, Service, negative};{food quality, Pizza, positive}","{service general, Service, negative};{food quality, Pizza, positive}" +prächtig,"{restaurant general, null, positive}","{restaurant general, null, positive}" +"Meine beste Freundin hatte das Hühnchen-Shawarma und sie schwärmt IMMER NOCH davon, dass es das Beste überhaupt ist!","{food quality, Hühnchen-Shawarma, positive}","{food quality, Hühnchen-Shawarma, positive}" +Chintzy Portionen,"{food style_options, Portionen, negative}","{food style_options, Portionen, negative}" +Gut isst.,"{food quality, isst, positive}","{food quality, isst, positive}" +"Normalerweise fragt man in den Lokalen, wie scharf man es haben möchte, aber das wurde hier nicht getan.","{service general, null, negative}","{service general, null, negative}" +"Ich habe die Bedienung und, wenn man an der Bar sitzt, die Köche immer als sehr freundlich empfunden.","{service general, Köche, positive}","{service general, Bedienung, positive};{service general, Köche, positive}" +Nichts auf der Speisekarte ist weniger als fantastisch.,"{food quality, Speisekarte, positive}","{food quality, Speisekarte, positive}" +"Meine Zweiergruppe war besonders ehrgeizig und wir gönnten uns den Shilshole Sampler ... eine schöne Auswahl an riesigen Weißen Golfgarnelen, geräuchertem Weißen Thun, Ray's fantastischen Manila-Muscheln, gewürzt mit Dill, Jakobsmuscheln in einem leckeren Soja-Dressing und einem winzigen Haufen Dungeness-Krabben auf einer erhabenen Buttersauce.","{food quality, Manila-Muscheln, positive};{food style_options, Shilshole Sampler, positive};{food quality, Buttersauce, positive};{food style_options, Weißen Golfgarnelen, positive};{food quality, Soja-Dressing, positive}","{food quality, Shilshole Sampler, positive};{food style_options, Shilshole Sampler, positive}" +"Ich war ehrlich gesagt schockiert, als ich die schlechten Bewertungen gelesen habe – dieses Lokal ist fantastisch; es hat uns in keinster Weise enttäuscht und wir haben hier mehr als 10 Mal gegessen.","{restaurant general, Lokal, positive}","{restaurant general, Lokal, positive}" +"Sie sind ein Sushi-Fan, Sie lieben fachmännisch geschnittenen Fisch, großartigen Sake, eine umwerfende SOHO-Lage und natürlich: Lachs, Thunfisch, Flunder, Gelbschwanz, Kabeljau, Makrele, Gelee Fisch, Seeigel, Garnelen, Hummer, Dorade, Forelle, Milchfisch, Blauflossen-Thunfisch, Aal, Krabbe, Sardine, Seeteufel, Rogen, Jakobsmuschel, Austern und verschiedene Stier.","{drinks quality, Sake, positive};{food style_options, Stier, positive};{location general, SOHO-Lage, positive};{food style_options, Fisch, positive};{food quality, Sushi-, positive}","{food quality, Fisch, positive};{drinks quality, Sake, positive};{ambience general, Lage, positive};{food style_options, Sushi, positive}" +Der Service in diesem tollen Ort ist fantastisch.,"{restaurant general, Ort, positive};{service general, Service, positive}","{service general, Der Service, positive}" +Außerdem gab es nur eine Toilettenkabine – für so große Menschenmengen braucht es wahrscheinlich mehr.,"{restaurant miscellaneous, Toilettenkabine, negative}","{ambience general, Toilettenkabine, negative}" +"Wir sind abgereist, ohne jemals Service erhalten zu haben.","{service general, Service, negative}","{service general, Service, negative}" +Mir hat es gefallen.,"{restaurant general, null, positive}","{restaurant general, null, positive}" +– Ich kann es wärmstens empfehlen Mioposto.,"{restaurant general, Mioposto, positive}","{restaurant general, Mioposto, positive}" +"Das Essen ist fantastisch, authentisch, köstlich und sehr, sehr erschwinglich.","{food quality, Essen, positive};{food prices, Essen, positive}","{food quality, Essen, positive};{food prices, Essen, positive}" +Ich habe hier dreimal gegessen und fand die Qualität und Auswahl des Fischs ausgezeichnet.,"{food quality, Fischs, positive};{food style_options, Fischs, positive}","{food quality, Fischs, positive};{food style_options, Auswahl des Fischs, positive}" +"Aber sie ist zu bestimmten Leuten sehr freundlich, was das Ganze noch nerviger macht.","{service general, null, negative}","{service general, null, negative}" +"Das reguläre Menü hier liegt leicht über dem Durchschnitt, das ist die patzige Haltung, die man hier bekommt, nicht wert.","{food quality, reguläre Menü, neutral};{service general, null, negative}","{food quality, reguläre Menü, negative}" +"Außerdem servieren sie DEN besten Hummus in Amerika, mit einem Schuss aromatischem Olivenöl (was, glaube ich, die traditionelle Art ist)!","{food quality, Hummus, positive};{food style_options, Hummus, positive}","{food quality, Hummus, positive}" +großartig Bier,"{drinks quality, Bier, positive}","{drinks quality, Bier, positive}" +Meeresfrüchte Plus,"{food quality, Meeresfrüchte, positive}","{food quality, Meeresfrüchte, positive}" +"es ist schade, dass nicht viele Leute häufig in solchen Lokalen essen, die teuer aussehen, weil sie sich im Hotel befinden … aber man sollte sie sich auf keinen Fall entgehen lassen, vor allem wenn man in der Innenstadt von San Jose ist.","{restaurant general, null, positive}","{restaurant general, null, positive};{ambience general, null, positive}" +"Sie servieren ihn in einem hohen, schmalen Glas in Sanduhrform, um die Tatsache zu verschleiern, dass Sie im Supermarkt zum Preis von einem halben Gallon einen kleinen Saft bekommen.","{drinks prices, Saft, negative};{drinks style_options, Saft, negative}","{food style_options, Glas in Sanduhrform, negative};{food prices, Saft, negative}" +"Das Essen war ok, aber der Service war so schlecht, dass das Essen kalt war, während alle aus meiner Gruppe bedient wurden.","{service general, Service, negative};{food quality, Essen, neutral}","{service general, Service, negative};{food quality, Essen, neutral}" +"tolle Mahlzeit – der Fisch auf der Omikase-Platte war absolut dekadent – es gab keine Fäden, die manchmal bei mittelmäßigem Sushi auftreten – dieser Fisch war perfekt ! ! !","{food quality, Fisch auf der Omikase-Platte, positive};{food quality, Mahlzeit, positive}","{food quality, Fisch auf der Omikase-Platte, positive};{food quality, Mahlzeit, positive}" +"Die Getränke sind hervorragend und ich fühle mich wie in einem Dritte-Welt-Land, wenn ich durch die Tür gehe.","{ambience general, null, positive};{drinks quality, Die Getränke, positive}","{drinks quality, Getränke, positive};{restaurant general, null, positive}" +Open & Cool Ort mit den Besten Pizza und Kaffee,"{food quality, Pizza, positive};{drinks quality, Kaffee, positive};{ambience general, Ort, positive}","{food quality, Pizza, positive};{ambience general, Ort, positive};{drinks quality, Kaffee, positive}" +Crème brûlée mit grünem Tee ist ein Muss!,"{food quality, Crème brûlée mit grünem Tee, positive}","{food quality, Crème brûlée mit grünem Tee, positive}" +Ich habe ein neues Zuhause gefunden und bin gerade mit einem langfristigen Mietvertrag umgezogen.,"{restaurant general, null, positive}","{restaurant miscellaneous, null, positive}" +"Sie sind nicht die Gesprächigsten, aber jedes Mal, wenn ich dort war, waren sie sehr beschäftigt, was wahrscheinlich der Grund für die mangelnde Konversation ist.","{service general, null, neutral}","{service general, null, negative}" +"Die Pizza selbst ist nicht gerade die beste, die ich je gegessen habe, aber immer noch ziemlich gut.","{food quality, Pizza, positive}","{food quality, Pizza, positive}" +"Beim zweiten Mal war es genauso Kellner, also ist der Service vielleicht lückenhaft und wir haben Glück.","{service general, Kellner, positive}","{service general, Service, negative}" +"– Das ist eine große Behauptung, wenn man bedenkt, dass ich seit meinem siebten Lebensjahr Krabbenfallen stelle und Kuchen selbst backe – aber irgendetwas an diesen kleinen Teufeln wird jedes Mal besser.","{food quality, Kuchen, positive}","{food quality, Krabbenfallen, positive}" +Fabelhaft Italienisches Essen!,"{food quality, Italienisches Essen, positive}","{food quality, Italienisches Essen, positive}" +Dies Ort ist jedoch ein Juwel und ich werde immer wieder hierher zurückkehren.,"{restaurant general, Ort, positive}","{restaurant general, Ort, positive}" +"es ist wirklich viel los, also kommen Sie rechtzeitig, damit Sie einen Platz bekommen. Wenn Sie warten müssen, ist das nicht schlimm, denn der Service ist schnell!","{service general, Service, positive}","{service general, Service, positive};{restaurant miscellaneous, null, neutral}" +"Das Abendessen dauerte nur etwa eine Stunde und die Preise waren für den Strip in Ordnung, fast 50 $ pro Person nach Steuern und Trinkgeld (ungefähr durchschnittlich).","{restaurant prices, null, neutral}","{restaurant prices, null, neutral};{restaurant general, null, neutral}" +Die Zwiebelringe sind super !,"{food quality, Zwiebelringe, positive}","{food quality, Zwiebelringe, positive}" +"Wenn Sie in der Gegend sind, sollten Sie nicht enttäuscht sein.","{restaurant general, null, positive}","{restaurant general, null, positive}" +– Tolles Finanzviertel Mexikanischer Spot.,"{restaurant general, Mexikanischer Spot, positive}","{restaurant general, Mexikanischer Spot, positive}" +Die Hausspezialitätsrolle ist wirklich gut.,"{food quality, Hausspezialitätsrolle, positive}","{food quality, Hausspezialitätsrolle, positive}" +"Die Kellner sind sehr erfahren und hilfsbereit, wenn es darum geht, Ihre Getränkeauswahl auf Ihren Essensgeschmack abzustimmen oder umgekehrt.","{service general, Kellner, positive}","{service general, Die Kellner, positive}" +Perfektion.,"{restaurant general, null, positive}","{food quality, null, positive}" +Schlecht Kundenservice / schlecht Pizza.,"{service general, Kundenservice, negative};{food quality, Pizza, negative}","{service general, Kundenservice, negative};{food quality, Pizza, negative}" +Insgesamt würde ich wiederkommen und wieder im Restaurant essen.,"{restaurant general, Restaurant, positive}","{restaurant general, Restaurant, positive}" +"Server machte mehrere sake Vorschläge, die sehr gut waren.","{drinks quality, sake, positive};{service general, Server, positive}","{service general, Server, positive}" +"Mein einziger negativer Kommentar ist, dass ich mir wünschte, die Teile wären etwas größer.","{food style_options, Teile, negative}","{food style_options, Teile, negative}" +"Ich habe den Spargel gewählt, der unglaublich gut und perfekt zubereitet war.","{food quality, Spargel, positive}","{food quality, Spargel, positive}" +"Was für die meisten interessant sein könnte, ist, dass der schlechteste Service/die schlechteste Einstellung von den Eigentümern dieses Etablissements ausgeht.","{service general, Eigentümern, negative}","{service general, Service, negative};{service general, Einstellung, negative}" +"Der einzige Nachteil ist, dass dieses Lokal wirklich teuer ist und die Portionen eher klein sind.","{restaurant prices, Lokal, negative};{food style_options, Portionen, negative}","{food prices, Portionen, negative};{food style_options, Portionen, negative};{restaurant prices, Lokal, negative}" +"Schrecklich Service , Essen ok , teuer","{service general, Service, negative};{food quality, Essen, neutral};{restaurant prices, null, negative}","{service general, Service, negative};{food quality, Essen, neutral};{food prices, Essen, negative}" +Obwohl der Service angesichts des investierten Geldes besser sein könnte.,"{service general, Service, negative}","{service general, Service, negative}" +"Regelmäßig sieht man dort indische Familien und Freunde beim Essen, was immer ein gutes Zeichen ist.","{restaurant miscellaneous, null, positive}","{restaurant miscellaneous, null, positive}" +"Wenn ich am Sonntag eine Stunde in der Schlange stehen möchte, um durchschnittliches Essen Brunch-Essen zu bekommen, dann würde ich Murphy's ganz oben auf die Liste setzen.","{food quality, Brunch-Essen, neutral};{service general, null, negative}","{restaurant miscellaneous, Murphy's, positive};{food quality, Brunch-Essen, neutral};{service general, null, negative}" +"Für die Menge Essen, die wir bekommen haben, hätten die Preise niedriger sein sollen.","{food prices, Essen, negative}","{food prices, Menge Essen, negative};{food style_options, Menge Essen, neutral}" +"Immer viel los, aber man bekommt schnell einen Platz zugewiesen und der Service ist schnell .","{service general, null, positive}","{service general, Service, positive};{restaurant miscellaneous, null, positive}" +Die Weinkarte ist wunderbar und das Essen erinnert mich an meine letzte Italienreise.,"{drinks style_options, Weinkarte, positive}","{drinks style_options, Weinkarte, positive};{food quality, Essen, positive}" +"das Essen war großartig, die Margaritas auch, aber die Kellnerin war zu sehr damit beschäftigt, nett zu ihrer anderen größeren Gruppe zu sein, als sich besser um meinen Freund und mich zu kümmern.","{drinks quality, Margaritas, positive};{food quality, Essen, positive};{service general, Kellnerin, negative}","{service general, Kellnerin, negative};{drinks quality, Margaritas, positive};{food quality, Essen, positive}" +Ich kann gar nicht genug Gutes über dieses Restaurant sagen und kann meine nächsten Besuche kaum erwarten.,"{restaurant general, Restaurant, positive}","{restaurant general, Restaurant, positive}" +Ich liebe es jedes Mal,"{restaurant general, null, positive}","{restaurant general, null, positive}" +"Wir sind Einheimische und haben das Gefühl, dass dieser Ort mit solch durchschnittlichem Essen nur überleben kann, weil die meisten Kunden wahrscheinlich einmalige Touristen sind.","{food quality, Essen, negative}","{food quality, Essen, negative}" +Ich liebe auch ihren Caesar Salad.,"{food quality, Caesar Salad, positive}","{food quality, Caesar Salad, positive}" +"Sie gibt einem nicht das Gefühl, willkommen zu sein, und behandelt einen, als wäre man lästig.","{service general, null, negative}","{service general, null, negative}" +Es hat genau die richtige Größe für das Menü.,"{restaurant miscellaneous, null, positive}","{food style_options, Menü, positive}" +"Das Essen ist fantastisch und das Bedienungspersonal war jedes Mal, wenn wir dort waren, perfekt.","{service general, Bedienungspersonal, positive};{food quality, Essen, positive}","{service general, Bedienungspersonal, positive};{food quality, Essen, positive}" +Das Dessert war der perfekte Abschluss eines fast perfekten Abendessens.,"{food quality, Abendessens, positive};{food quality, Dessert, positive}","{food quality, Dessert, positive};{restaurant general, null, positive}" +"Ich war hier, habe Unmengen an Geld für ein Spezial-Abendessen vom Küchenchef ausgegeben und es war eine große Enttäuschung.","{food quality, Spezial-Abendessen vom Küchenchef, negative};{food prices, Spezial-Abendessen vom Küchenchef, negative}","{food quality, Abendessen vom Küchenchef, negative};{food prices, Abendessen vom Küchenchef, negative}" +ICH HABE AUF DER SECOND AVENUE EIN NEUES ZUHAUSE GEFUNDEN ! ! ! ! ! ! ! ! ! ! ! !,"{restaurant general, null, positive}","{restaurant general, null, positive}" +"– Musste an einem Dienstagmorgen dreißig Minuten warten, bis ich reinkam, aber es hat sich wirklich gelohnt.","{restaurant general, null, positive};{restaurant miscellaneous, null, negative}","{restaurant general, null, positive};{service general, null, negative}" +"– Es ist traurig zu sehen, dass ein Ort, der einmal „DER“ Ort zum Treffen und Frühstücken oder Mittagessen war, nun zu dem Ort geworden ist, von dem man große „MACHEN SIE ES NICHT“ hört.","{restaurant general, Ort, negative}","{restaurant general, Ort, negative}" +"Das Zitronenhähnchen schmeckte wie klebrige süße Donuts und die Honig-Walnuss-Garnelen, die wenigen, die man tatsächlich bekommt, … waren nicht gut.","{food quality, Zitronenhähnchen, negative};{food quality, Honig-Walnuss-Garnelen, negative};{food style_options, Honig-Walnuss-Garnelen, negative}","{food quality, Zitronenhähnchen, negative};{food quality, Honig-Walnuss-Garnelen, negative}" +"Es war romantisch - und sogar mit meiner Schwester schön -, erinnerte mich an Italien, und hatte Kunstwerke und Musik, die das Gefühl aufrechterhielten, in einer mediterranen Villa zu sein.","{ambience general, null, positive};{ambience general, Musik, positive};{ambience general, Kunstwerke, positive}","{ambience general, null, positive}" +Das Sushi war ausgezeichnet und die Bedienung war schnell.,"{service general, Bedienung, positive};{food quality, Sushi, positive}","{food quality, Sushi, positive};{service general, Bedienung, positive}" +Viele möchten tatsächlich während ihres Besuchs ein zweites Mal wiederkommen.,"{restaurant general, null, positive}","{restaurant general, null, positive}" +– Das beste Mexikanisches Lokal für das Mittagessen im Finanzviertel.,"{restaurant general, Mexikanisches Lokal, positive}","{restaurant general, Mexikanisches Lokal, positive}" +ich liebe diesen Ort!,"{restaurant general, Ort, positive}","{restaurant general, Ort, positive}" +die Atmosphäre ist super .,"{ambience general, Atmosphäre, positive}","{ambience general, Atmosphäre, positive}" +Perfekt für einen kalten Tag.,"{food quality, null, positive}","{restaurant general, null, positive}" diff --git a/experiments/de-en-zh/preds_en.csv b/experiments/de-en-zh/preds_en.csv new file mode 100644 index 0000000000000000000000000000000000000000..2be815e29ac3f516e9b598da8244d1d670180b00 --- /dev/null +++ b/experiments/de-en-zh/preds_en.csv @@ -0,0 +1,539 @@ +input,gold,pred +I waited for 10-15 minutes for service ordered a beer & was never served again .,"{service general, service, negative}","{service general, service, negative}" +The ambiance was a peaceful and relaxing break amongst all the kids running around in Downtown Disney .,"{ambience general, ambiance, positive}","{ambience general, ambiance, positive}" +hidden little jem,"{restaurant general, null, positive}","{restaurant general, null, positive}" +I went there with a friend from out of town ... and we were both very impressed !,"{restaurant general, null, positive}","{restaurant general, null, positive}" +It has great sushi and even better service .,"{service general, service, positive};{food quality, sushi, positive}","{service general, service, positive};{food quality, sushi, positive}" +"All their menu items are a hit , and they serve mimosas .","{food quality, menu items, positive}","{drinks quality, mimosas, positive};{food quality, menu items, positive}" +– ... and the best summertime deck experience -- they will even bring you a blanket if you get cold in the Seattle evening weather .,"{ambience general, deck, positive};{service general, null, positive}","{ambience general, deck experience, positive}" +You Ca n't Go Wrong Here .,"{restaurant general, null, positive}","{restaurant general, null, positive}" +I think I have probably tried each item on their menu at least once it is all excellent .,"{food quality, menu, positive}","{food quality, menu, positive}" +Green tea creme brulee gets better each time I have it .,"{food quality, Green tea creme brulee, positive}","{food quality, Green tea creme brulee, positive}" +not too fine thought that you feel uncomfortable and have to dress up .,"{ambience general, null, positive}","{restaurant miscellaneous, null, positive}" +Atmosphere was nice .,"{ambience general, Atmosphere, positive}","{ambience general, Atmosphere, positive}" +absolutely fabulous ! ! !,"{restaurant general, null, positive}","{restaurant general, null, positive}" +AVOID THE PLACE,"{restaurant general, PLACE, negative}","{restaurant general, PLACE, negative}" +"To be honest , I 've had better frozen pizza .","{food quality, pizza, negative}","{food quality, null, negative}" +The service was exceptional - sometime there was a feeling that we were served by the army of friendly waiters .,"{service general, waiters, positive};{service general, service, positive}","{service general, waiters, positive};{service general, service, positive}" +And they packaged everything nicely so it did n't spill .,"{service general, null, positive}","{food style_options, null, positive}" +VERY GOOD !,"{restaurant general, null, positive}","{restaurant general, null, positive}" +The food is sinful .,"{food quality, food, positive}","{food quality, food, positive}" +"To start off , approximately 8-10 oz of orange juice will cost you $ 3 .","{drinks prices, orange juice, negative}","{drinks prices, orange juice, negative};{drinks style_options, orange juice, negative}" +good sake selection .,"{drinks style_options, sake selection, positive}","{drinks style_options, sake selection, positive}" +"While I could have done without the youth who shared the evening with us , our wonderful server and food made the experience a very positive one .","{service general, server, positive};{restaurant miscellaneous, null, positive};{food quality, food, positive}","{service general, server, positive};{food quality, food, positive};{service general, youth, negative}" +What a find !,"{restaurant general, null, positive}","{restaurant general, null, positive}" +– Mioposto has a very creative & delicious pizza menu .,"{food style_options, pizza menu, positive};{food quality, pizza menu, positive}","{food style_options, pizza menu, positive};{food quality, pizza, positive}" +"On a recent trip , our waiter was extremely dismissive , while no less than three staff members waited hand-and-foot on a pair of Japanese girls seated nearby .","{service general, waiter, negative}","{service general, waiter, negative};{service general, staff, positive}" +"i would normally not finish the brocolli when i order these kinds of food but for the first time , every piece was as eventful as the first one ... the scallops and prawns was so fresh and nicely cooked .","{food quality, scallops, positive};{food quality, prawns, positive};{food quality, brocolli, positive}","{food quality, scallops and prawns, positive};{food quality, brocolli, positive}" +It is n't the cheapest sushi but has been worth it every time .,"{food quality, sushi, positive};{food prices, sushi, neutral}","{food prices, sushi, negative};{food quality, sushi, positive}" +You never feel icky and stuffed after you eat there .,"{food quality, null, positive}","{restaurant general, null, positive}" +"As part of a small party of four , our food was dropped off without comment ;","{service general, null, negative}","{service general, null, negative}" +I hope one day Scooner or Later returns to what it once was .,"{restaurant general, Scooner or Later, negative}","{restaurant general, Scooner or Later, negative}" +"First off , the food came fast and all together : ) i like that ... i hate the pretentiousness of things coming in one after the other .","{service general, null, positive}","{service general, null, positive}" +The food was great !,"{food quality, food, positive}","{food quality, food, positive}" +"If there is a line very day of the week for the entire time a place is open , you know it is great .","{restaurant general, place, positive}","{restaurant general, place, positive}" +The most pleasant surprise was the check that did not exceed my expectations as it always happens in most of the places .,"{restaurant prices, null, positive}","{restaurant prices, place, positive}" +"At best , the food was good and definately overpriced .","{food quality, food, positive};{food prices, food, negative}","{food quality, food, positive};{food prices, food, negative}" +The outside patio area has an abbreviated menu .,"{food style_options, menu, neutral}","{ambience general, outside patio area, neutral}" +Best Indian food in L.A .,"{food quality, Indian food, positive}","{food quality, Indian food, positive}" +Cut to the chase - this is amazing !,"{restaurant general, null, positive}","{food quality, null, positive}" +"The food is not what it once was ( potions have seriously seen downsizing ) prices have gone up , and the service is the worst I have experienced anywhere ( including mainland Europe ) .","{food style_options, potions, negative};{service general, service, negative};{food quality, food, negative};{food prices, food, negative}","{service general, service, negative};{food style_options, potions, negative};{food prices, potions, negative}" +Lebanese Food ! Yum !,"{food quality, Lebanese Food, positive}","{food quality, Lebanese Food, positive}" +the brocollis were so fresh and tasty .,"{food quality, brocollis, positive}","{food quality, brocollis, positive}" +And they give good quantity for the price .,"{food style_options, null, positive}","{food style_options, quantity, positive}" +Very Disappointing,"{restaurant general, null, negative}","{restaurant general, null, negative}" +Seattle 's BEST Winelist,"{drinks style_options, Winelist, positive}","{drinks style_options, Winelist, positive}" +– I ca n't say enough about this place .,"{restaurant general, place, positive}","{restaurant general, place, positive}" +– i have been eating at this place for over 8 years now and i have never had one bad meal .,"{food quality, meal, positive}","{food quality, meal, positive}" +I went home & looked them up online again where I discovered there is a link for a give away that doesn 't work so emailed the restaurant about the non existent service & deceptive link .,"{restaurant miscellaneous, restaurant, negative}","{service general, service, negative};{restaurant miscellaneous, link, negative}" +Fancy pieces of exotic fish on a $ 100 dollar plate and NOT ONE was eatable .,"{food quality, exotic fish, negative};{food style_options, exotic fish, negative};{food prices, plate, negative}","{food quality, pieces of exotic fish, negative};{food prices, plate, negative}" +"I had yummy lamb korma , saag paneer , samosas , naan , etc .","{food quality, naan, positive};{food quality, lamb korma, positive};{food quality, saag paneer, positive};{food quality, samosas, positive}","{food quality, naan, positive};{food quality, samosas, positive};{food quality, lamb korma, positive};{food quality, saag paneer, positive}" +Serves really good sushi .,"{food quality, sushi, positive}","{food quality, sushi, positive}" +"As usual the omikase did n't disappoint in freshness , although it scored low on creativity and selection .","{food style_options, omikase, negative};{food quality, omikase, positive}","{food style_options, omikase, negative};{food quality, omikase, positive}" +"Rice is too dry , tuna was n't so fresh either .","{food quality, tuna, negative};{food quality, Rice, negative}","{food quality, rice, negative};{food quality, tuna, negative}" +Their crab eggs benedict is addicting .,"{food quality, crab eggs benedict, positive}","{food quality, crab eggs benedict, positive}" +Save room for scrumptious desserts .,"{food quality, desserts, positive}","{food quality, desserts, positive}" +Our server was very professional and friendly .,"{service general, server, positive}","{service general, server, positive}" +I went here on a recommendation and will surely return time and time again .,"{restaurant general, null, positive}","{restaurant general, null, positive}" +The food was all good but it was way too mild .,"{food quality, food, negative};{food quality, food, positive}","{food quality, food, negative}" +– My husband and I love eating at Mioposto Café .,"{restaurant general, Mioposto Café, positive}","{restaurant general, Mioposto Café, positive}" +– This was great dining experience .,"{restaurant general, null, positive}","{restaurant general, null, positive}" +The staff was really friendly .,"{service general, staff, positive}","{service general, staff, positive}" +We easily spent more than $ 40 per person ( not including alcohol ) and were still hungry .,"{restaurant prices, null, negative};{food style_options, null, negative}","{food prices, null, negative};{food quality, null, negative}" +This is right up there with places in Tokyo as far as the freshness is concerned .,"{food quality, null, positive}","{food quality, null, positive}" +Groovy music made the dinner casual .,"{ambience general, music, positive}","{ambience general, music, positive}" +"After one member of our party had been bumped repeatedly by a waitress , a polite request that he not be bumped sent the waitress into an abusive rant .","{service general, waitress, negative}","{service general, waitress, negative}" +– Ray 's ( suprisingly ) has the city 's BEST & most diverse wine list .,"{drinks style_options, wine list, positive}","{drinks style_options, wine list, positive}" +I probably wouldn 't go back though 'cuz I do n't know if it 's worth it .,"{restaurant general, null, negative}","{restaurant general, null, negative}" +"The chips and salsa are so yummy , and the prices are fabulous .","{food quality, chips and salsa, positive};{restaurant prices, null, positive}","{food prices, null, positive};{food quality, chips and salsa, positive}" +"The sommelier is fantastic , down-to-earth , & extremely knowlegable .","{service general, sommelier, positive}","{service general, sommelier, positive}" +big thick pepperoni,"{food style_options, pepperoni, positive}","{food quality, pepperoni, positive}" +It is not worth going at all and spend your money there ! ! !,"{restaurant general, null, negative}","{restaurant general, null, negative}" +Insultingly Overpriced,"{restaurant prices, null, negative}","{restaurant prices, null, negative}" +Indoor ambience was modern .,"{ambience general, Indoor ambience, positive}","{ambience general, Indoor ambience, positive}" +DONOT GO !,"{restaurant general, null, negative}","{restaurant general, null, negative}" +"Untill this happens , my advice is to STAY AWAY .","{restaurant general, null, negative}","{restaurant general, null, negative}" +Oh I forgot to mention that they do n't have bread service .,"{service general, null, negative}","{service general, null, negative}" +They are not greasy or anything .,"{food quality, null, positive}","{food quality, null, positive}" +"The music is great , no night better or worse , the bar tenders are generous with the pouring , and the lighthearted atmosphere will lifts you spirits .","{ambience general, atmosphere, positive};{ambience general, music, positive};{drinks style_options, bar tenders, positive}","{ambience general, music, positive};{service general, bar tenders, positive};{ambience general, atmosphere, positive}" +"Nice ambience , but highly overrated place .","{ambience general, ambience, positive};{restaurant general, place, negative}","{restaurant general, place, negative};{ambience general, ambience, positive}" +The sushi here is delicious !,"{food quality, sushi, positive}","{food quality, sushi, positive}" +"Dinners have always been excellent , in terms of food quality .","{food quality, Dinners, positive}","{food quality, Dinners, positive}" +Their apps are all delicious .,"{food quality, apps, positive}","{food quality, apps, positive}" +Blue Ribbon lives up to it 's fantastic reputation .,"{restaurant general, Blue Ribbon, positive}","{restaurant general, Blue Ribbon, positive}" +I felt ackward and next time went to the casino bathroom .,"{restaurant miscellaneous, null, negative}","{restaurant miscellaneous, null, negative}" +– I decided to eat at Stack because of their price fixed pre-show dinner .,"{food prices, price fixed pre-show dinner, neutral}","{restaurant prices, Stack, positive}" +– I took my parents here for their anniversary-very very disappointed ! ! !,"{restaurant general, null, negative}","{restaurant miscellaneous, null, negative}" +Unbeatable sushi !,"{food quality, sushi, positive}","{food quality, sushi, positive}" +"To start things off , our lovely server Brooke was quickly on hand to take my drink order .","{service general, Brooke, positive}","{service general, Brooke, positive}" +Every time `` 0-sixtynine `` is called the bartender buys everyone drinks !,"{service general, bartender, positive}","{service general, bartender, positive}" +"Endless fun , awesome music , great staff ! ! !","{restaurant general, null, positive};{ambience general, music, positive};{service general, staff, positive}","{ambience general, music, positive};{restaurant general, null, positive};{service general, staff, positive}" +Fair menu selection .,"{food style_options, menu selection, neutral}","{food style_options, menu selection, neutral}" +Two rascally kids were seated near us for the first part of our dinner ... they were replaced by a delightful preteen who pretended to gag every time seafood was mentioned at her table .,"{restaurant miscellaneous, null, negative}","{service general, preteen, positive};{service general, kids, negative}" +I rejected it because in the process of attempting to fix the eggs they broke something else in the dish and I was too frustrated to continue .,"{food quality, dish, negative}","{food style_options, eggs, negative}" +had many dishes but the BEST was the lobster 3 ways .,"{food quality, lobster 3 ways, positive}","{food quality, lobster 3 ways, positive};{food style_options, dishes, positive}" +"The appetizer was interesting , but the Creme Brulee was very savory and delicious .","{food quality, Creme Brulee, positive};{food quality, appetizer, positive}","{food quality, Creme Brulee, positive};{food quality, appetizer, positive}" +The decor was beautiful and unique .,"{ambience general, decor, positive}","{ambience general, decor, positive}" +"It 's fresh , welcoming , delicious , and relaxing .","{food quality, null, positive};{ambience general, null, positive}","{ambience general, null, positive};{restaurant general, null, positive}" +Addicting !,"{restaurant general, null, positive}","{food quality, null, positive}" +"Even the chickpeas , which I normally find too dry , were good .","{food quality, chickpeas, positive}","{food quality, chickpeas, positive}" +This place rocks ! !,"{restaurant general, place, positive}","{restaurant general, place, positive}" +"That 's a huge compliment , especially in the fickled restaurant business , ... enough already !","{restaurant general, null, positive}","{restaurant general, null, positive}" +After sitting there with my empty glass for over 20 minutes I left .,"{service general, null, negative}","{service general, null, negative}" +Be sure to try the oyster roll .,"{food quality, oyster roll, positive}","{food quality, oyster roll, positive}" +I 'm astonished that this restaurant is categorized as $ $ $ rather than $ $ $ $ .,"{restaurant prices, restaurant, negative}","{restaurant prices, restaurant, negative}" +It was decent but nothing exceptional .,"{food quality, null, neutral}","{food quality, null, neutral}" +"Service was kind of slow , our waitress took forever to give us our check even though it was n't that busy .","{service general, Service, negative};{service general, waitress, negative}","{service general, waitress, negative};{service general, Service, negative}" +"– Great drinks , corn beef hash , coffee , B Fast burritos , Gluten Free menu .","{food quality, B Fast burritos, positive};{food style_options, menu, positive};{drinks quality, drinks, positive};{food quality, corn beef hash, positive};{drinks quality, coffee, positive}","{food quality, Gluten Free menu, positive};{drinks quality, drinks, positive};{food quality, corn beef hash, positive};{food quality, B Fast burritos, positive};{drinks quality, coffee, positive}" +The lunch menu is an awesome deal !,"{food prices, lunch menu, positive}","{food prices, lunch menu, positive}" +"Took forever to get our order taken , water refills were too much to ask for and the only time she was fast was when we asked for our bill when we could get her attention .","{service general, null, negative}","{service general, null, negative}" +The waiter was a bit unfriendly and the feel of the restaurant was crowded .,"{service general, waiter, negative};{ambience general, feel, negative}","{service general, waiter, negative};{ambience general, restaurant, negative}" +– I recently had the pleasure of dining as this delightful restaurant on 2nd street and wow what a great evening we had .,"{restaurant general, restaurant, positive}","{restaurant general, restaurant, positive}" +"The specialty here is decadent pancakes , but I 've been back now four times , and I 've been wowed every time .","{food quality, pancakes, positive}","{food quality, pancakes, positive}" +– Pretty cheap for sit down Mexican AND downtown .,"{restaurant prices, null, positive};{location general, null, positive}","{restaurant prices, Mexican, positive}" +"The appetizer of oysters , lobster , crab ( small size ) made a perfect entre for my wife .","{food quality, appetizer of oysters , lobster , crab ( small size ), positive}","{food style_options, appetizer of oysters, lobster, crab ( small size ), positive}" +I just found out that you can have the place to yourself on nights and weekends for a private party - ca n't wait to celebrate my next birthday there .,"{restaurant miscellaneous, place, positive}","{restaurant miscellaneous, place, positive}" +"– As with most restaurants in Seattle , Mioposto 's service was bad and the food was overpriced .","{service general, service, negative};{food prices, food, negative}","{service general, service, negative};{food prices, food, negative}" +You can easily hear him though so it was a pleasant sound and not overbearing .,"{ambience general, null, positive}","{ambience general, null, positive}" +Just go there and see for yourself .,"{restaurant general, null, positive}","{restaurant general, null, positive}" +It 's a great little place with tons of potential to be a neighborhood joint if the service were n't so impersonal and corporate-like .,"{restaurant general, place, positive};{service general, service, negative}","{service general, service, negative};{restaurant general, place, positive}" +"Brunch at Murphy 's is to die for , my specialty ... egg white omelet , the food is always freshly prepared .","{food quality, egg white omelet, positive};{food quality, Brunch, positive};{food quality, food, positive}","{food quality, egg white omelet, positive};{food quality, food, positive}" +Mama Mia – I live in the neighborhood and feel lucky to live by such a great pizza place .,"{restaurant general, pizza place, positive}","{restaurant general, pizza place, positive}" +– tucked away over by the Beverly Center .,"{location general, null, neutral}","{location general, null, neutral}" +The staff is pretty friendly .,"{service general, staff, positive}","{service general, staff, positive}" +And the service was simply spendid - quite a delight .,"{service general, service, positive}","{service general, service, positive}" +Ok ... – Maybe I went in on someone 's bad day ...,"{restaurant general, null, negative}","{service general, null, negative}" +"I 've had the Jellyfish , Horse Mackerel , Blue Fin Tuna and the Sake Ikura roll among others , and they were all good .","{food quality, Horse Mackerel, positive};{food quality, Jellyfish, positive};{food quality, Blue Fin Tuna, positive};{food quality, Sake Ikura roll, positive}","{food quality, Blue Fin Tuna, positive};{food quality, Horse Mackerel, positive};{food quality, Jellyfish, positive};{food quality, Sake Ikura roll, positive}" +WHAT ELSE CAN YOU SAY NICE PEOPLE AMAZING FOOD WOW,"{food quality, FOOD, positive};{service general, PEOPLE, positive}","{restaurant general, null, positive};{food quality, FOOD, positive}" +Always good .,"{restaurant general, null, positive}","{restaurant general, null, positive}" +My mouth felt very dry afterwards and I had that signature ? MSG ? taste lingering in my throat after I left the restaurant .,"{food quality, null, negative}","{food quality, null, negative}" +"Oh yeah ... the view was good , too .","{location general, view, positive}","{location general, view, positive}" +"The manager continually interrupted with `` Is there anything else I can do for you ? `` , a strange comment because she had hardly listened , let alone responded to our expression of disappointment at our experience .","{service general, manager, negative}","{service general, manager, negative}" +The service ranges from mediocre to offensive .,"{service general, service, negative}","{service general, service, negative}" +Fresh ingrediants and super tasty .,"{food quality, null, positive};{food quality, ingrediants, positive}","{food quality, ingrediants, positive}" +the ambiance of the restaurant was nice and good for fine dinning .,"{ambience general, ambiance, positive}","{ambience general, ambiance, positive}" +And the upstairs is a great place to hang out .,"{ambience general, upstairs, positive}","{ambience general, upstairs, positive}" +– Not bad .,"{restaurant general, null, neutral}","{restaurant general, null, neutral}" +I had the Kafta plate and it was perfect .,"{food quality, Kafta plate, positive}","{food quality, Kafta plate, positive}" +– This place is famous for their breakfast .,"{food quality, breakfast, positive}","{food quality, breakfast, positive}" +Waited 35 minutes for a table for 8 which was ok for such a big crowd .,"{service general, null, neutral}","{service general, Waited 35 minutes for a table, negative}" +The entire staff was extremely accomodating and tended to my every need .,"{service general, staff, positive}","{service general, staff, positive}" +"There was a really nice vibe about the place ... good music , atmosphere and happy looking people .","{ambience general, atmosphere, positive};{ambience general, vibe, positive};{restaurant miscellaneous, people, positive};{ambience general, music, positive}","{ambience general, music, positive};{ambience general, vibe, positive};{ambience general, atmosphere, positive}" +Try the Chef 's Choice for sushi as the smoked yellowtail was incredible and the rolls were also tasty .,"{food quality, rolls, positive};{food quality, smoked yellowtail, positive}","{food quality, rolls, positive};{food quality, smoked yellowtail, positive};{food style_options, Chef's Choice for sushi, positive}" +"The sushi is as fresh as it comes ? you 'd think ocean was in their backyard , no joke !","{food quality, sushi, positive}","{food quality, sushi, positive}" +"food was fine , with a some little-tastier-than-normal salsa .","{food quality, salsa, positive};{food quality, food, positive}","{food quality, salsa, positive};{food quality, food, positive}" +"For the finicky sushi eater and those who have sampled the best NYC has to offer , the fish is the freshest and the service is superb .","{food quality, fish, positive};{service general, service, positive}","{service general, service, positive};{food quality, fish, positive}" +Old Reliable,"{restaurant general, null, positive}","{restaurant general, null, positive}" +One of the best Sushi place in town .,"{restaurant general, Sushi place, positive}","{food quality, Sushi, positive}" +"Food wise , its ok but a bit pricey for what you get considering the restaurant is n't a fancy place .","{food quality, Food, neutral};{ambience general, restaurant, neutral};{restaurant prices, restaurant, negative}","{restaurant general, restaurant, neutral};{food quality, Food, neutral};{food prices, Food, negative}" +"– Love their pizza , especially the mushroom pizza .","{food quality, pizza, positive};{food quality, mushroom pizza, positive}","{food quality, pizza, positive};{food quality, mushroom pizza, positive}" +They came in their own nifty take out box and with some homemade frosting ; very light and not-too-sweet .,"{food quality, null, positive}","{food quality, frosting, positive};{food style_options, null, positive}" +Enjoyed the food,"{food quality, food, positive}","{food quality, food, positive}" +I 've been to this restaurant over a dozen times with no complaints to date .,"{restaurant general, restaurant, positive}","{restaurant general, restaurant, positive}" +"Prefer to order it and pick it up though because I do n't like the servers , one young woman in particular .","{service general, young woman, negative};{service general, servers, negative}","{service general, young woman, negative};{service general, servers, negative}" +awesome find,"{restaurant general, null, positive}","{restaurant general, null, positive}" +"It was n't the freshest seafood ever , but the taste and presentation was OK .","{food quality, seafood, neutral};{food style_options, seafood, neutral}","{food quality, seafood, negative};{food style_options, presentation, positive};{food quality, seafood, positive}" +"However , the value and service are both severely lacking .","{restaurant prices, null, negative};{service general, service, negative}","{service general, service, negative};{restaurant prices, null, negative}" +In Grammercy/Union Square/East Village this is my neighbors and my favorite spot .,"{restaurant general, spot, positive}","{restaurant general, spot, positive}" +"The side of potatoes is to die for , as is the labne ( yogurt dip ) .","{food quality, labne ( yogurt dip ), positive};{food quality, side of potatoes, positive}","{food quality, labne ( yogurt dip ), positive};{food quality, side of potatoes, positive}" +AMAZING .,"{restaurant general, null, positive}","{restaurant general, null, positive}" +"What a tastly , flaky treat !","{food quality, null, positive}","{food quality, null, positive}" +"Great food , better Margaritas !","{drinks quality, Margaritas, positive};{food quality, food, positive}","{drinks quality, Margaritas, positive};{food quality, food, positive}" +The service is really attentive and charming .,"{service general, service, positive}","{service general, service, positive}" +"Most importantly , we were so excited about the food after seeing the very creative menu .","{food style_options, menu, positive}","{food style_options, menu, positive};{food quality, food, positive}" +A cozy spot for 2,"{ambience general, spot, positive}","{ambience general, spot, positive}" +"The best thing is , the prices are also quite reasonable .","{restaurant prices, null, positive}","{restaurant prices, null, positive}" +"She promised to speak to the waitress who had flown off in a rage , but we could hardly take her promise seriously , seeing as she hadn 't bothered to get the waitresses name .","{service general, null, negative}","{service general, null, negative}" +The chana masala ( garbanzo beans ) are also excellent .,"{food quality, chana masala ( garbanzo beans ), positive}","{food quality, chana masala ( garbanzo beans ), positive}" +"This establishment really made a marked decline after ( and this is recurring story ) the airing of FOOD TELEVISIONS `` DINERS , DRIVE-INS , AND DIVES `` hosted by Guy Fieri , in which Schooner or Later was subject of .","{restaurant general, establishment, negative}","{restaurant general, Schooner or Later, negative}" +I love Dungeness crabs and at Ray 's you can get them served in about 6 different ways !,"{food style_options, Dungeness crabs, positive}","{food style_options, Dungeness crabs, positive}" +Food was good and appetizing .,"{food quality, Food, positive}","{food quality, Food, positive}" +It was absolutely amazing .,"{restaurant general, null, positive}","{restaurant general, null, positive}" +This is a great place to get a delicious meal .,"{food quality, meal, positive}","{food quality, meal, positive}" +"plus , i am allergic to rice , and the waitstaff was unbelievably accomodating -- did n't even bat an eye !","{service general, waitstaff, positive}","{service general, waitstaff, positive}" +– I was highly disappointed in the food at Pagoda .,"{food quality, food, negative}","{food quality, food, negative}" +Overpriced,"{restaurant prices, null, negative}","{restaurant prices, null, negative}" +This is sad for what once was one of the best places you could ever eat .,"{restaurant general, null, negative}","{restaurant general, null, negative}" +"Once you 're inside , the real experience begins .","{restaurant general, null, positive}","{ambience general, null, positive}" +and the waiter suggested a perfect sake ! !,"{drinks quality, sake, positive}","{drinks quality, sake, positive}" +The owner is belligerent to guests that have a complaint .,"{service general, owner, negative}","{service general, owner, negative}" +"Everything you want and more , very fresh .","{food quality, null, positive};{food style_options, null, positive}","{food quality, null, positive}" +My friend enjoyed the grilled Alaskan King Salmon with delectable creamed Washington russet potatoes and crisp green beans .,"{food quality, green beans, positive};{food quality, creamed Washington russet potatoes, positive};{food quality, grilled Alaskan King Salmon, positive}","{food quality, grilled Alaskan King Salmon, positive};{food quality, creamed Washington russet potatoes, positive};{food quality, crisp green beans, positive}" +"The food was very good , filet mignon was probably the best I 've ever try .","{food quality, filet mignon, positive};{food quality, food, positive}","{food quality, filet mignon, positive};{food quality, food, positive}" +"– Mercedes restaurant is so tasty , the service is undeniably awesome !","{food quality, null, positive};{service general, service, positive}","{service general, service, positive};{restaurant general, Mercedes restaurant, positive}" +I can highly recommend their various saag and paneer and korma .,"{food quality, saag, positive};{food quality, paneer, positive};{food quality, korma, positive}","{food quality, saag, positive};{food quality, paneer, positive};{food quality, korma, positive}" +The food is great and they make a mean bloody mary .,"{drinks quality, bloody mary, positive};{food quality, food, positive}","{drinks quality, bloody mary, positive};{food quality, food, positive}" +Nice food but no spice !,"{food quality, food, negative};{food quality, food, positive}","{food quality, food, negative};{food quality, food, positive}" +Another plus is the open feel of the restaurant with glass walls on all sides .,"{ambience general, feel, positive}","{ambience general, restaurant, positive}" +Yum !,"{food quality, null, positive}","{food quality, null, positive}" +"The bathroom itself is very small with two toilets and only one sink , the girl was staying totally on the way hanging out paper towels from the dispenser .","{restaurant miscellaneous, bathroom, negative}","{ambience general, bathroom, negative}" +Love the enchiladas and chicken soup - and be sure to check out their specials .,"{food quality, enchiladas, positive};{food quality, chicken soup, positive};{food quality, specials, positive}","{food quality, chicken soup, positive};{food quality, enchiladas, positive};{food style_options, specials, positive}" +The food is simply unforgettable !,"{food quality, food, positive}","{food quality, food, positive}" +Management should really take notice and train their waitstaff and teach them some proper manners .,"{service general, waitstaff, negative}","{service general, waitstaff, negative}" +The staff are friendly and the decor was ethic and colorful .,"{ambience general, decor, positive};{service general, staff, positive}","{ambience general, decor, positive};{service general, staff, positive}" +The best Chuwam Mushi I have ever had .,"{food quality, Chuwam Mushi, positive}","{food quality, Chuwam Mushi, positive}" +"Portions was just enough for me , but may not be for a big eater .","{food style_options, Portions, neutral}","{food style_options, Portions, positive}" +Try the Pizza Ensalata !,"{food quality, Pizza Ensalata, positive}","{food quality, Pizza Ensalata, positive}" +Still I would recommend this place .,"{restaurant general, place, positive}","{restaurant general, place, positive}" +"– The sushi here is perfectly good , but for $ 5 a piece , either the slices of fish should be larger , or there should be no pretense that this is a moderately priced restaurant ( even for NYC ) .","{food prices, sushi, negative};{food style_options, sushi, negative};{food quality, sushi, positive};{restaurant prices, restaurant, negative}","{food prices, sushi, negative};{food quality, sushi, neutral};{food style_options, sushi, negative}" +You are bound to have a very charming time .,"{restaurant general, null, positive}","{ambience general, null, positive}" +"We have since returned and also had a great experience , sampling more small plates and a variety of the beer ( cold and good ) .","{drinks quality, beer, positive};{restaurant general, null, positive}","{drinks quality, beer, positive};{food quality, small plates, positive}" +Best Sushi in town .,"{food quality, Sushi, positive}","{food quality, Sushi, positive}" +the staff was very nice and courteous and obviously chinese .,"{service general, staff, positive}","{service general, staff, positive}" +"We ordered a selection of the small plates , and the shoe string onions , goat cheese pizza , grilled asparagus and fried brie with fruit were all very good .","{food quality, grilled asparagus, positive};{food quality, shoe string onions, positive};{food quality, goat cheese pizza, positive};{food quality, fried brie with fruit, positive}","{food quality, fried brie with fruit, positive};{food quality, grilled asparagus, positive};{food quality, shoe string onions, positive};{food quality, goat cheese pizza, positive}" +Nice job !,"{restaurant general, null, positive}","{restaurant general, null, positive}" +"Though , one thing I realized later on was that the restaurant either used MSG or a meat tenderizer on the steak .","{food quality, steak, negative}","{food quality, steak, negative}" +Great selection of sakes .,"{drinks style_options, selection of sakes, positive}","{drinks style_options, sakes, positive}" +Kudos to these guys .,"{restaurant general, null, positive}","{restaurant general, null, positive}" +Unless you are just stopping in for a few drinks I wouldn 't recommend going here .,"{restaurant general, null, negative}","{restaurant general, null, negative}" +Great bottle of wine .,"{drinks quality, bottle of wine, positive}","{drinks quality, bottle of wine, positive}" +The open sesame combo plate is a bargain for the heap of food given .,"{food style_options, open sesame combo plate, positive};{food prices, open sesame combo plate, positive}","{food prices, open sesame combo plate, positive};{food style_options, open sesame combo plate, positive}" +WAY OVER-RATED ! ! ! !,"{restaurant general, null, negative}","{restaurant general, null, negative}" +Worth the wait,"{restaurant general, null, positive}","{restaurant general, null, positive}" +Doesn 't get any better than that .,"{restaurant general, null, positive}","{restaurant general, null, positive}" +best honey walnyt prawns that we have every tasted .,"{food quality, honey walnyt prawns, positive}","{food quality, honey walnyt prawns, positive}" +They have been featured on the food network and they deserve it .,"{restaurant miscellaneous, null, positive}","{restaurant miscellaneous, null, positive}" +I love the warm & cosy environment .,"{ambience general, environment, positive}","{ambience general, environment, positive}" +Snotty Attitude,"{service general, null, negative}","{service general, Attitude, negative}" +"The atmosphere is aspiring , and the decor is festive and amazing ...","{ambience general, decor, positive};{ambience general, atmosphere, positive}","{ambience general, atmosphere, positive};{ambience general, decor, positive}" +"Their specialty rolls are impressive , though I ca n't remember what we had .","{food quality, specialty rolls, positive}","{food style_options, specialty rolls, positive}" +– I loved the pumpkin ravioli and the goat cheese gnocchi ( 5 big ones to a plate instead of 20 or so little gnocchis ) and my sister loved her filet mignon on top of spinach and mashed potatoes .,"{food quality, filet mignon on top of spinach and mashed potatoes, positive};{food quality, pumpkin ravioli, positive};{food quality, goat cheese gnocchi, positive};{food style_options, goat cheese gnocchi, positive}","{food quality, pumpkin ravioli, positive};{food quality, goat cheese gnocchi, positive};{food style_options, goat cheese gnocchi, positive};{food quality, filet mignon on top of spinach and mashed potatoes, positive}" +Not the biggest portions but adequate .,"{food style_options, portions, neutral}","{food style_options, portions, neutral}" +"Go with some friends , wait the half hour or so with a cup of joe , and enjoy more than your average breakfast .","{restaurant general, null, positive};{food quality, breakfast, positive}","{restaurant miscellaneous, null, positive}" +great service .,"{service general, service, positive}","{service general, service, positive}" +We were then charged for their most expensive sake ( $ 20 + per serving ) when we in fact drank a sake of less than half that price .,"{service general, null, negative}","{drinks prices, sake, negative}" +Delicious,"{food quality, null, positive}","{food quality, null, positive}" +The chicken curry and chicken tikka masala are my favorite meat dishes .,"{food quality, chicken curry, positive};{food quality, chicken tikka masala, positive}","{food quality, chicken curry, positive};{food quality, chicken tikka masala, positive}" +"best restaurant in the world , great decor , great customer service , friendly manager","{ambience general, decor, positive};{service general, manager, positive};{service general, customer service, positive};{restaurant general, restaurant, positive}","{restaurant general, restaurant, positive};{ambience general, decor, positive};{service general, customer service, positive};{service general, manager, positive}" +Drinks were good .,"{drinks quality, Drinks, positive}","{drinks quality, Drinks, positive}" +"The presentation of the food was an added bonus , it looked just as great as it tasted !","{food quality, food, positive};{food style_options, food, positive}","{food style_options, food, positive}" +"Even then , the order was not correct and we were still waiting for a couple items .","{service general, null, negative}","{service general, null, negative}" +– We were treated very rudely here one time for breakfast .,"{service general, null, negative}","{service general, null, negative}" +"Great food , spectacular location , and friendly service keep us coming back year after year .","{service general, service, positive};{food quality, food, positive};{location general, location, positive}","{location general, location, positive};{service general, service, positive};{food quality, food, positive}" +WOW ! ! ! ! ! ! ! !,"{restaurant general, null, positive}","{restaurant general, null, positive}" +– Save yourself the waste of time & DO NOT visit .,"{restaurant general, null, negative}","{restaurant general, null, negative}" +Food was good and cheap .,"{food quality, Food, positive};{food prices, Food, positive}","{food quality, Food, positive};{food prices, Food, positive}" +Mmm ... good !,"{restaurant general, null, positive}","{food quality, null, positive}" +Its great if you spent the day there and did n't want to drive to eat .,"{location general, null, positive}","{restaurant miscellaneous, null, positive}" +Great value sushi with high quality & nice setting .,"{ambience general, setting, positive};{food quality, sushi, positive};{food prices, sushi, positive}","{restaurant prices, sushi, positive};{ambience general, setting, positive};{food quality, sushi, positive}" +"It was so much though that I could barely finish but I did , since it was delicious .","{food style_options, null, neutral};{food quality, null, positive}","{food quality, null, positive};{food style_options, null, negative}" +I love this restaurant,"{restaurant general, restaurant, positive}","{restaurant general, restaurant, positive}" +Not recommanded ! ! !,"{restaurant general, null, negative}","{restaurant general, null, negative}" +We stood there for 10 minutes while employees walked back and forth ignoring us .,"{service general, employees, negative}","{service general, employees, negative}" +My g/f and I both agreed the food was very mediocre especially considering the price .,"{food quality, food, negative};{food prices, food, negative}","{food quality, food, negative};{food prices, food, negative}" +"– The food is here is incredible , though the quality is inconsistent during lunch .","{food quality, food, positive};{food quality, lunch, negative}","{food quality, food, negative};{food quality, food, positive}" +I have not a bad thing to say about this place .,"{restaurant general, place, positive}","{restaurant general, place, positive}" +"the only problem is you really have to warm up the pizza before it 's edible , even when you order ahead .","{food quality, pizza, negative}","{food quality, pizza, negative}" +– This is my `` must bring out of town guests to `` restaurant and they always enjoy and rave about it .,"{restaurant general, restaurant, positive}","{restaurant miscellaneous, restaurant, positive}" +I had the kafta plate and I enjoyed it .,"{food quality, kafta plate, positive}","{food quality, kafta plate, positive}" +It was clear he didn ’ t really care .,"{service general, null, negative}","{service general, null, negative}" +The Caesar salad I ordered had so much lemon I could n't eat it .,"{food quality, Caesar salad, negative}","{food quality, Caesar salad, negative}" +"Our server continued to be attentive throughout the night , but I did remain puzzled by one issue : Who thinks that Ray 's is an appropriate place to take young children for dinner ?","{service general, server, positive}","{restaurant miscellaneous, Ray's, negative};{service general, server, positive}" +"Good Food , Great Service , Average Prices ( For the Strip )","{service general, Service, positive};{food quality, Food, positive};{restaurant prices, null, neutral}","{restaurant prices, null, neutral};{service general, Service, positive};{food quality, Food, positive}" +6pm on a Sat before a Broadway play and we were quickly seated and served .,"{service general, null, positive}","{service general, null, positive}" +They pay such detail to everything from miso soup to complex rolls .,"{food quality, rolls, positive};{food quality, miso soup, positive}","{food quality, rolls, positive};{food quality, miso soup, positive}" +$ 6 with tip .,"{restaurant prices, null, positive}","{service general, null, negative}" +The atmosphere was great .,"{ambience general, atmosphere, positive}","{ambience general, atmosphere, positive}" +"In other words , if they aren 't making $ $ off of you then you do n't rate high on their 'service scale ' .","{service general, service, negative}","{service general, service scale, negative}" +– I really enjoyed my meal here .,"{food quality, meal, positive}","{food quality, meal, positive}" +"The music playing was very hip , 20-30 something pop music , but the subwoofer to the sound system was located under my seat , which became annoying midway through dinner .","{ambience general, subwoofer to the sound system, negative};{ambience general, music, positive}","{ambience general, music, positive};{ambience general, subwoofer, negative}" +Holy Hummus !,"{food quality, Hummus, positive}","{food quality, Hummus, positive}" +"For my entr & eacute ; e , I completely enjoyed the seared Alaskan sea scallops complemented by chard , artichoke hearts , fennel , and pecorino toscano .","{food quality, seared Alaskan sea scallops, positive};{food style_options, seared Alaskan sea scallops, positive}","{food quality, seared Alaskan sea scallops, positive};{food quality, chard, artichoke hearts, fennel, and pecorino toscano, positive}" +"The decor is rustic , traditional Japanese .","{ambience general, decor, neutral}","{ambience general, decor, positive}" +"Not only can the selection be innovative , but there 's a nice balance of traditional sushi as well .","{food style_options, selection, positive};{food style_options, sushi, positive}","{food style_options, selection, positive}" +You are likely to be disappointed .,"{restaurant general, null, negative}","{restaurant general, null, negative}" +"The food is great , the bartenders go that extra mile .","{service general, bartenders, positive};{food quality, food, positive}","{service general, bartenders, positive};{food quality, food, positive}" +The restaurant offers an extensive wine list and an ambiance you wo n't forget !,"{drinks style_options, wine list, positive};{ambience general, ambiance, positive}","{drinks style_options, wine list, positive};{ambience general, ambiance, positive}" +"The naan was some of the best I 've had and I really enjoyed the bhartha , not too tomatoey .","{food quality, naan, positive};{food quality, bhartha, positive}","{food quality, naan, positive};{food quality, bhartha, positive}" +To the owners of Open Sesame ... Bravo ... I ca n't wait to come back to dine at your restaurant !,"{restaurant general, Open Sesame, positive}","{restaurant general, Open Sesame, positive}" +"the fish was fresh , though it was cut very thin .","{food style_options, fish, negative};{food quality, fish, positive}","{food quality, fish, positive};{food style_options, fish, negative}" +Been there lots since and its always a good time .,"{restaurant general, null, positive}","{restaurant general, null, positive}" +My favortie pizza joint in Seattle,"{restaurant general, pizza joint, positive}","{restaurant general, pizza joint, positive}" +i highly recommend this place to all that want to try indain food for the first time .,"{food quality, indain food, positive}","{food quality, indain food, positive}" +Overrated,"{restaurant general, null, negative}","{restaurant general, null, negative}" +Worst Service I Ever Had,"{service general, Service, positive}","{service general, Service, negative}" +As it turns out the owner was seated right next to us and when he came over to check on our problems was very dismissive and offered a token 20 % discount on our bill .,"{service general, owner, negative}","{service general, owner, negative}" +I went there with some friends one night to play bingo and watch the sox game and it was a blast !,"{restaurant general, null, positive}","{restaurant miscellaneous, null, positive}" +COMPLETELY OVER RATED !,"{restaurant general, null, negative}","{restaurant general, null, negative}" +"– Eggs , pancakes , potatoes , fresh fruit and yogurt -- everything they serve is delicious .","{food quality, Eggs, positive};{food quality, yogurt, positive};{food quality, null, positive};{food quality, fresh fruit, positive};{food quality, potatoes, positive};{food quality, pancakes, positive}","{food quality, null, positive}" +– Ray 's is THE place to go for high quality seafood dinners .,"{food quality, seafood dinners, positive}","{food quality, seafood, positive}" +I also really enjoy the simplicity of the decor and intimate feeling of a small restaurant .,"{ambience general, decor, positive};{ambience general, feeling, positive}","{ambience general, decor, positive};{ambience general, restaurant, positive}" +We 're going back . : D,"{restaurant general, null, positive}","{restaurant general, null, positive}" +I should have thought to bring it up but never expected the food to be that mild .,"{food quality, food, negative}","{food quality, food, negative}" +"When I walked in , I was taken aback by their incredible wood decor .","{ambience general, wood decor, positive}","{ambience general, wood decor, positive}" +It 's a tiny place so if you get there before 8pm on a weekend ( Thurs ? Sun ) you will find it easier to get a table or a seat at the sushi bar .,"{restaurant miscellaneous, place, neutral}","{restaurant miscellaneous, place, neutral}" +Best Neighborhood Standby .,"{restaurant general, Standby, positive}","{restaurant general, null, positive}" +I 'd go back there in a heartbeat .,"{restaurant general, null, positive}","{restaurant general, null, positive}" +"It 's *very * reasonably priced , esp for the quality of the food .","{food prices, food, positive}","{food prices, food, positive};{food quality, food, positive}" +"plenty of food , trust me .","{food style_options, food, positive}","{food style_options, food, positive}" +It 's the perfect spot for a romantic date for 2 or a secret rendezvous !,"{ambience general, spot, positive};{restaurant miscellaneous, spot, positive}","{restaurant miscellaneous, spot, positive}" +Also have great margaritas !,"{drinks quality, margaritas, positive}","{drinks quality, margaritas, positive}" +It 's unpretentious and underground .,"{ambience general, null, positive}","{ambience general, null, positive}" +The place is the next best thing to my Moms cooking .,"{food quality, null, positive}","{food quality, place, positive}" +"The best place for a leisure Sunday breakfast amidst yachts , then take a stroll through the nearby Farmer 's Market .","{restaurant miscellaneous, place, positive}","{location general, place, positive}" +"If you can , come to this place by boat and make it a whole evening .","{restaurant miscellaneous, place, positive}","{restaurant miscellaneous, place, positive}" +for desert we had the mango ginger creme brulee ... oh la la yummy ! ! !,"{food quality, mango ginger creme brulee, positive}","{food quality, mango ginger creme brulee, positive}" +"Its worth the wait , especially since they 'll give you a call when the table is ready .","{restaurant general, null, positive}","{service general, null, positive}" +They have a wide variety of fish and they even list which oceans they come from ; Atlantic or Pacific .,"{food style_options, fish, positive}","{food style_options, fish, positive}" +Well I guess it 's hard to be seated when one is invisible to the staff .,"{service general, staff, negative}","{service general, staff, negative}" +Great open and friendly ambience .,"{ambience general, ambience, positive}","{ambience general, ambience, positive}" +A brief conversation with the manager at the end of the meal was the greatest disappointment -- to say we had been `` blown off `` would be an understatement .,"{service general, manager, negative}","{service general, manager, negative}" +"Ray 's is something of a Seattle institution , but given its gorgeous Sound views , I had suspected that the accolades were more due to the scenery than to the food and service .","{location general, Sound views, positive}","{location general, Ray's, positive};{food quality, food, neutral};{service general, service, neutral}" +I swore never to return for a warm beer and mediocre meal .,"{drinks quality, beer, negative};{food quality, meal, negative}","{food quality, meal, negative};{drinks quality, beer, negative}" +"If it 's nice outside , request for a table in the balcony .","{ambience general, balcony, positive}","{location general, balcony, positive}" +Great food with an awesome atmosphere !,"{ambience general, atmosphere, positive};{food quality, food, positive}","{ambience general, atmosphere, positive};{food quality, food, positive}" +I ended the meal with the unusual dessert of a port and chocolate tasting ... yummy !,"{food quality, dessert of a port and chocolate tasting, positive}","{food quality, port and chocolate tasting, positive}" +I got the shellfish and shrimp appetizer and it was alright .,"{food quality, shellfish and shrimp appetizer, neutral}","{food quality, shellfish and shrimp appetizer, neutral}" +The pizza ’ s are thin crust and the menu offers very creative combinations and toppings .,"{food style_options, menu, positive};{food style_options, pizza ’ s, positive}","{food style_options, pizza ’ s, positive};{food style_options, thin crust, positive};{food style_options, toppings, positive};{food style_options, combinations, positive}" +It 's a great place to enjoy food and meet friends .,"{restaurant miscellaneous, place, positive};{food quality, food, positive}","{restaurant miscellaneous, place, positive}" +"The service was excellent , the coffee was good even by starbucks standards and the food was outstanding .","{service general, service, positive};{food quality, food, positive};{drinks quality, coffee, positive}","{service general, service, positive};{food quality, food, positive};{drinks quality, coffee, positive}" +This is the place to relax and enjoy the finest quality food the industry can offer .,"{ambience general, place, positive};{food quality, food, positive}","{restaurant general, place, positive};{food quality, food, positive}" +I would go back for the wine experience alone .,"{drinks quality, wine, positive}","{drinks quality, wine experience, positive}" +The best calamari in Seattle !,"{food quality, calamari, positive}","{food quality, calamari, positive}" +The presentation of Snooze is excellent and it is one of those places that you feel more sophisticated just for being there ; but peel back the layers and you have an overpriced IHOP with a high brow menu .,"{food style_options, menu, negative};{restaurant prices, Snooze, negative};{ambience general, Snooze, positive}","{restaurant prices, Snooze, negative};{ambience general, Snooze, positive};{food style_options, menu, positive};{food prices, menu, negative}" +"I complained to the manager , but he was not even apologetic .","{service general, manager, negative}","{service general, manager, negative}" +Much more than just a great view !,"{location general, view, positive}","{restaurant general, null, positive}" +The atmosphere was just okay .,"{ambience general, atmosphere, neutral}","{ambience general, atmosphere, neutral}" +Once seated it took about 30 minutes to finally get the meal .,"{service general, null, negative}","{service general, null, negative}" +"– In a age of incremental cost cutting in restaurants , its nice to see a place that bucks that trend , and just plain delivers high quality food and good service , period .","{service general, service, positive};{food quality, food, positive}","{service general, service, positive};{food quality, food, positive}" +I liked the atmosphere very much but the food was not worth the price .,"{ambience general, atmosphere, positive};{food quality, food, negative};{food prices, food, negative}","{ambience general, atmosphere, positive};{food quality, food, negative};{food prices, food, negative}" +"It 's located in a strip mall near the Beverly Center , not the greatest location , but the food keeps me coming back for more .","{location general, location, neutral};{food quality, food, positive}","{location general, location, negative};{food quality, food, positive}" +"On my meal I had to send back my eggs for a simple request of breaking the yokes before cooking , and would have had to send them back again if I hadn 't rejected the meal all together .","{food quality, meal, negative};{food quality, eggs, negative}","{food quality, eggs, negative}" +The band was very good and the service was attentive .,"{service general, service, positive};{ambience general, band, positive}","{service general, service, positive};{ambience general, band, positive}" +"– How to describe the best sushi in NYC : hmmmm , delicious , amazing , fantastic , suculent , perfect , nah , all of the above .","{food quality, sushi, positive}","{food quality, sushi, positive}" +"– Schooner or Later 's charming location along the marina in Long Beach and average food does not , unfortunately , compensate for its very poor customer service .","{location general, location along the marina in Long Beach, positive};{service general, customer service, negative};{food quality, food, neutral}","{location general, location, positive};{service general, customer service, negative};{food quality, food, neutral}" +"We were seated right away , the table was private and nice .","{ambience general, table, positive}","{ambience general, table, positive};{service general, null, positive}" +"good sake , good food – i honestly do n't know much about japanese food at all .","{drinks quality, sake, positive};{food quality, food, positive}","{drinks quality, sake, positive};{food quality, food, positive}" +Bring your cell phone cause you may have to wait to get into the best sushi restaurant in the world : BLUE RIBBON SUSHI .,"{restaurant general, BLUE RIBBON SUSHI, positive}","{restaurant general, BLUE RIBBON SUSHI, positive}" +"In the end our check came to $ 27 for 4 small pancakes , a breakfast burrito , an orange juice and an iced tea ( I had water ) .","{food prices, breakfast burrito, negative};{drinks prices, iced tea, negative};{food style_options, pancakes, negative};{drinks prices, orange juice, negative};{food prices, pancakes, negative}","{food prices, null, negative};{drinks prices, iced tea, negative};{food style_options, breakfast burrito, negative};{food style_options, pancakes, negative};{drinks style_options, orange juice, negative}" +Good food !,"{food quality, food, positive}","{food quality, food, positive}" +"The catering is out of this world , and Raouls chicken vegetable soup rocks my world ! ! !","{food quality, Raouls chicken vegetable soup, positive};{food quality, catering, positive}","{food quality, chicken vegetable soup, positive};{food quality, catering, positive}" +I should have just asked for the check when I saw that ; but their menu was so unique that I continued .,"{food style_options, menu, positive}","{food style_options, menu, positive}" +Great Breakfast,"{food quality, Breakfast, positive}","{food quality, Breakfast, positive}" +Seabass on lobster risotto was the best .,"{food quality, Seabass on lobster risotto, positive}","{food quality, Seabass on lobster risotto, positive}" +– The atmosphere is great for any special occasion you might want to celebrate .,"{ambience general, atmosphere, positive}","{ambience general, atmosphere, positive}" +"Great seasonal fish and seafood , with a classy waterfront setting .","{food quality, seasonal fish, positive};{ambience general, waterfront setting, positive};{food quality, seafood, positive}","{location general, waterfront setting, positive};{food quality, seasonal fish, positive};{food quality, seafood, positive}" +The pizza ’ s are not huge and the crust is thin ... keep that in mind when you ’ re ordering .,"{food style_options, pizza ’ s, neutral};{food style_options, crust, neutral}","{food style_options, pizza ’ s, negative};{food quality, crust, positive}" +The only positive thing about Mioposto is the nice location .,"{location general, location, positive}","{location general, location, positive}" +I appreciate their delivery too .,"{service general, delivery, positive}","{service general, delivery, positive}" +Very disappointed .,"{restaurant general, null, negative}","{food quality, null, negative}" +The pizza is delicious and the salads are fantastic .,"{food quality, pizza, positive};{food quality, salads, positive}","{food quality, salads, positive};{food quality, pizza, positive}" +Freshest sushi – I love this restaurant .,"{food quality, sushi, positive};{restaurant general, restaurant, positive}","{food quality, sushi, positive}" +The steak was done to my exact liking ( medium rare ) and was nice and juicy .,"{food quality, steak, positive}","{food quality, steak, positive}" +"Seriously , you ca n't go wrong , if it is unpretentious local fun you seek .","{ambience general, null, positive}","{restaurant general, null, positive}" +The owners are great fun and the beer selection is worth staying for .,"{drinks style_options, beer selection, positive};{service general, owners, positive}","{drinks style_options, beer selection, positive};{service general, owners, positive}" +Great draft and bottle selection and the pizza rocks .,"{food quality, pizza, positive};{drinks style_options, draft and bottle selection, positive}","{drinks style_options, draft and bottle selection, positive};{food quality, pizza, positive}" +"I guarantee you wo n't be disappointed , there 's also valet parking .","{restaurant general, null, positive};{restaurant miscellaneous, null, positive}","{parking general, valet parking, positive}" +Late night dinning with exeptional food .,"{food quality, food, positive}","{food quality, food, positive};{restaurant miscellaneous, null, positive}" +"The portions are big though , so do not order too much .","{food style_options, portions, neutral}","{food style_options, portions, positive}" +Service was decent .,"{service general, Service, neutral}","{service general, Service, neutral}" +Absolutely delicious .,"{food quality, null, positive}","{food quality, null, positive}" +"Oh , and the cheese fries are awesome !","{food quality, cheese fries, positive}","{food quality, cheese fries, positive}" +Everyone that sat in the back outside agreed that it was the worst service we had ever received .,"{service general, service, negative}","{service general, service, negative}" +I may not be a sushi guru but I can tell you that the food here is just okay and that there is not much else to it .,"{food quality, food, negative}","{food quality, food, negative};{food style_options, food, neutral}" +"Excellent food , nice ambience , fairly expensive","{ambience general, ambience, positive};{restaurant prices, null, negative};{food quality, food, positive}","{ambience general, ambience, positive};{food quality, food, positive};{food prices, food, negative}" +"Melt in your mouth nigiri and sashmi , and very tasty rolls too .","{food quality, rolls, positive};{food quality, nigiri, positive};{food quality, sashmi, positive}","{food quality, nigiri, positive};{food quality, rolls, positive};{food quality, sashmi, positive}" +Finally a meal that you will remember for a long time !,"{food quality, meal, positive}","{food quality, meal, positive}" +"Best food , phenominal service","{service general, service, positive};{food quality, food, positive}","{service general, service, positive};{food quality, food, positive}" +I recommend it for a night when you want to splurge ! ( it was a bit expensive ),"{restaurant prices, null, negative};{restaurant general, null, positive}","{restaurant prices, null, negative};{restaurant general, null, positive}" +"While this diner had reasonably good food , the restaurant staff seemed completely indifferent to our presence , and this attitude was reflected in the lack of service .","{service general, restaurant staff, negative};{food quality, food, positive}","{service general, restaurant staff, negative};{service general, service, negative};{food quality, food, positive}" +No Comparison,"{restaurant general, null, positive}","{restaurant general, null, positive}" +"so about the prawns , they were fresh and had a slight crispiness about the batter ... soooo good ... the walnuts were cut in smaller pieces and very crunchy and tasty .","{food quality, batter, positive};{food quality, prawns, positive};{food quality, walnuts, positive}","{food quality, walnuts, positive};{food quality, prawns, positive}" +I am so happy to have a wonderful Italian restaurant in my neighborhood .,"{restaurant general, Italian restaurant, positive}","{restaurant general, Italian restaurant, positive}" +We waited for an hour to be seated .,"{service general, null, negative}","{service general, null, negative}" +"We put in our order and although we ordered 4 appetizers , the food did n't arrive until 45 minutes later ... WITH OUR MAIN COURSE .","{service general, null, negative}","{service general, null, negative}" +I can not wait to go back again this coming weekend !,"{restaurant general, null, positive}","{restaurant general, null, positive}" +"If you 're interested in good tasting ( without the fish taste or smell ) , large portions and creative sushi dishes this is your place ...","{food quality, null, positive};{food style_options, sushi dishes, positive};{food style_options, portions, positive}","{food quality, sushi, positive};{food style_options, portions, positive};{food style_options, sushi dishes, positive}" +A perfect place to take out of town guests any time of the year .,"{restaurant general, place, positive}","{restaurant miscellaneous, place, positive}" +"I had a taste of all three items on her plate , and they were superb .","{food quality, plate, positive}","{food quality, plate, positive}" +Good for late night dining ( last minute planning ) without reservations .,"{restaurant miscellaneous, null, positive}","{restaurant miscellaneous, null, positive}" +i am never disappointed with there food .,"{food quality, food, positive}","{food quality, food, positive}" +– By far the best bar in the east village ...,"{restaurant general, bar, positive}","{drinks quality, bar, positive}" +It 's a great place to people watch .,"{restaurant miscellaneous, place, positive}","{location general, place, positive}" +"Space was limited , but the food made up for it .","{restaurant miscellaneous, Space, negative};{food quality, food, positive}","{ambience general, Space, negative};{food quality, food, positive}" +The scallops are apparently cooked in a black olive butter which really makes them unique ( not to mention tasty ) .,"{food quality, scallops, positive};{food style_options, scallops, positive}","{food quality, scallops, positive};{food style_options, scallops, positive}" +This place is charming and relaxing .,"{ambience general, place, positive}","{ambience general, place, positive}" +not chewy at all .,"{food quality, null, positive}","{food quality, null, positive}" +We were only in Seattle for one night and I 'm so glad we picked Rays for dinner !,"{restaurant general, Rays, positive}","{restaurant general, Rays, positive}" +"– I will never forget the amazing meal , service , and ambiance I experience at this restaurant .","{ambience general, ambiance, positive};{food quality, meal, positive};{service general, service, positive}","{ambience general, ambiance, positive};{food quality, meal, positive};{service general, service, positive}" +Amazing Spanish Mackeral special appetizer and perfect box sushi ( that eel with avodcao -- um um um ) .,"{food quality, box sushi, positive};{food quality, Spanish Mackeral special appetizer, positive};{food quality, eel with avodcao, positive}","{food quality, box sushi, positive};{food quality, eel with avodcao, positive};{food quality, Spanish Mackeral special appetizer, positive}" +"On weekends , you might have to wait for couple hours .","{service general, null, neutral}","{service general, null, negative}" +– The food was not great & the waiters were rude .,"{food quality, food, negative};{service general, waiters, negative}","{service general, waiters, negative};{food quality, food, negative}" +"The 9 oz steak came next and it tasted great , at least initially .","{food quality, 9 oz steak, positive}","{food quality, steak, positive}" +When I got there I sat up stairs where the atmosphere was cozy & the service was horrible !,"{ambience general, atmosphere, positive};{service general, service, negative}","{service general, service, negative};{ambience general, atmosphere, positive}" +"The wine list is incredible and extensive and diverse , the food is all incredible and the staff was all very nice , good at their jobs and cultured .","{drinks style_options, wine list, positive};{service general, staff, positive};{food quality, food, positive}","{drinks style_options, wine list, positive};{service general, staff, positive};{food quality, food, positive}" +– IT CANT GET ANY BETTER ! ! ! ! !,"{restaurant general, null, positive}","{restaurant general, null, positive}" +Sunday afternoons there is a band playing and it is lots of fun .,"{ambience general, band, positive}","{ambience general, band, positive}" +"Everything , and I mean everything on the menu is delectable .","{food quality, menu, positive}","{food quality, menu, positive}" +"I know many people have their favorite types of pizza and pizza places , but Mioposto 's pizza lacks quality and good taste .","{food quality, pizza, negative}","{food quality, pizza, negative}" +"There is only one place on the east coast that has it all , plus a lot more .","{restaurant general, place, positive}","{restaurant general, place, positive}" +Always a winner .,"{restaurant general, null, positive}","{restaurant general, null, positive}" +The prior reviews said Kid friendly ... give me a break with two young children that is light years .,"{restaurant miscellaneous, null, negative}","{restaurant miscellaneous, null, negative}" +The pizza ’ s are light and scrumptious .,"{food quality, pizza ’ s, positive}","{food quality, pizza ’ s, positive}" +"Check out the art on the walls , very colorful !","{ambience general, art on the walls, positive}","{ambience general, art on the walls, positive}" +Mediocre food,"{food quality, food, neutral}","{food quality, food, negative}" +I will never return again .,"{restaurant general, null, negative}","{restaurant general, null, negative}" +We had a very hard time getting the waitress ' attention and finally had to get up and go inside to speak to a manager .,"{service general, waitress, negative}","{service general, waitress, negative}" +Never too crowded and always great service .,"{restaurant miscellaneous, null, positive};{service general, service, positive}","{service general, service, positive};{ambience general, null, positive}" +you are with a hot date and he /she has an urge for sushi ... then this might be the place .,"{food quality, sushi, positive}","{restaurant miscellaneous, place, neutral}" +"Can get busy on Fridays for a table but once seated , the service is so efficient you can be in and out of there quickly .","{service general, service, positive}","{service general, service, positive};{restaurant miscellaneous, null, neutral}" +"It ? s served with either a peppercorn sauce or red wine reduction , though both were indistinguishable in taste .","{food quality, red wine reduction, neutral};{food quality, peppercorn sauce, neutral}","{food quality, peppercorn sauce, negative};{food quality, red wine reduction, negative}" +The nicest waiters in town .,"{service general, waiters, positive}","{service general, waiters, positive}" +The service was courteous and attentive .,"{service general, service, positive}","{service general, service, positive}" +As of writing this I just tried their give away a link again & it still doesn 't work .,"{restaurant miscellaneous, null, negative}","{restaurant miscellaneous, null, negative}" +any further needs we may have had could not have been met since no one stopped by the table .,"{service general, null, negative}","{service general, null, negative}" +"Good Sushi , High Price","{food quality, Sushi, positive};{food prices, Sushi, negative}","{food quality, Sushi, positive};{food prices, Sushi, negative}" +But the servers were extremely attentive and very friendly .,"{service general, servers, positive}","{service general, servers, positive}" +"I have been to this place , folks and it is BAD .","{restaurant general, place, negative}","{restaurant general, place, negative}" +great service,"{service general, service, positive}","{service general, service, positive}" +It was like dining at a completely different restaurant .,"{restaurant general, null, positive}","{restaurant general, restaurant, negative}" +Two thumbs up !,"{food quality, null, positive}","{restaurant general, null, positive}" +Imagine my happy surprise upon finding that the views are only the third-best thing about Ray 's !,"{location general, views, positive}","{restaurant general, Ray's, positive}" +"Hands down , the best tuna I have ever had .","{food quality, tuna, positive}","{food quality, tuna, positive}" +"If you 're going to see Danny Gans or just staying at the Mirage , do n't miss this one .","{restaurant general, null, positive}","{restaurant miscellaneous, null, positive}" +great lunch spot,"{restaurant general, lunch spot, positive}","{restaurant general, lunch spot, positive}" +I love breakfast here .,"{food quality, breakfast, positive}","{restaurant general, breakfast, positive}" +The sashimi was the freshest and most tender I have ever tasted .,"{food quality, sashimi, positive}","{food quality, sashimi, positive}" +You won ’ t be disappointed by their menu .,"{food style_options, menu, positive}","{food style_options, menu, positive}" +"Many people talk about the great pizza and poor service , so it ca n't just be the rantings of a few dissatisfied customers .","{food quality, pizza, positive};{service general, service, negative}","{service general, service, negative};{food quality, pizza, positive}" +I will not go back .,"{restaurant general, null, negative}","{restaurant general, null, negative}" +my service was stellar !,"{service general, service, positive}","{service general, service, positive}" +we are for sure coming back to this restaurant .,"{restaurant general, restaurant, positive}","{restaurant general, restaurant, positive}" +Will definitely be back .,"{restaurant general, null, positive}","{restaurant general, null, positive}" +Maybe it is good for that one night once in a blue moon when the chefs decide to use fish that 's half-way decent .,"{food quality, fish, negative}","{food quality, chefs, negative}" +"– I 've been to Open Sesame only once , but I 'm still reeling from the experience ! !","{restaurant general, Open Sesame, positive}","{restaurant general, Open Sesame, negative}" +The pancakes were certainly inventive but $ 8.50 for 3 - 6 `` pancakes ( one of them was more like 5 `` ) in the pancake flight ( sample of 3 different pancakes ) is well over-priced .,"{food prices, pancakes, negative};{food style_options, pancakes, positive}","{food prices, pancakes, negative};{food style_options, pancakes, negative};{food quality, pancakes, positive}" +"HOWEVER , one Sunday afternoon my husband and I did go ( although with my loud protests ) and were pleasantly surprised .","{restaurant general, null, positive}","{restaurant general, null, positive}" +Well worth it,"{restaurant general, null, positive}","{restaurant general, null, positive}" +Caution - its real food for people who love the best .,"{food quality, food, positive}","{food quality, food, positive}" +I have a but here - there was a bathroom attendant in the restroom which was odd .,"{restaurant miscellaneous, restroom, negative}","{ambience general, bathroom attendant, negative}" +The best dish are the honwy walnut prawns -- just outstanding .,"{food quality, honwy walnut prawns, positive}","{food quality, honwy walnut prawns, positive}" +The pancakes should be larger ( at least 8 `` ) to justify the expense even with the unique offerings .,"{food style_options, pancakes, negative}","{food style_options, pancakes, negative};{food prices, pancakes, negative}" +– My first time to dine at this restaurant was with my son and it was absolutely horrible !,"{restaurant general, restaurant, negative}","{restaurant general, restaurant, negative}" +Excellent,"{restaurant general, null, positive}","{restaurant general, null, positive}" +"Parking is reasonably good , they have their own lot and you can park in the park nearby .","{restaurant miscellaneous, null, positive}","{parking general, parking, positive}" +Caesar salad was superb .,"{food quality, Caesar salad, positive}","{food quality, Caesar salad, positive}" +"– I do n't understand how I was a stranger to this place for so long ... the fajita salad , the colorado , the fajitas - EVERYTHING is delicious .","{food quality, colorado, positive};{food quality, fajitas, positive};{food quality, fajita salad, positive}","{food quality, fajita salad, positive};{food quality, colorado, positive};{food quality, fajitas, positive};{food quality, EVERYTHING, positive}" +best chinese food i have tasted in a long time,"{food quality, chinese food, positive}","{food quality, chinese food, positive}" +The price was right too .,"{restaurant prices, null, positive}","{restaurant prices, null, positive}" +Delicious ... !,"{food quality, null, positive}","{food quality, null, positive}" +We put out name down and although there were open tables we were told that it 'd be a 30 minute wait .,"{service general, null, negative}","{service general, null, negative}" +"The coffe is very good , too .","{drinks quality, coffe, positive}","{drinks quality, coffe, positive}" +We waited over 30 minutes for our drinks and over 1 1 /2 hours for our food .,"{service general, null, negative}","{service general, null, negative}" +The servers behind the counter are always friendly and helpful .,"{service general, servers behind the counter, positive}","{service general, servers, positive}" +"Our waiter was non-existent and after our food finally arrived over an hour after we ordered , we were not given any water or utensils .","{service general, waiter, negative}","{service general, waiter, negative};{service general, null, negative}" +– This place is unbelievably over-rated .,"{restaurant general, place, negative}","{restaurant general, place, negative}" +Very poor customer service .,"{service general, customer service, negative}","{service general, customer service, negative}" +We ’ re can ’ t say enough about their delicious gourmet pizza ’ s !,"{food quality, pizza ’ s, positive}","{food quality, gourmet pizza ’ s, positive}" +"Furthermore , while the fish is unquestionably fresh , rolls tend to be inexplicably bland .","{food quality, rolls, negative};{food quality, fish, positive}","{food quality, rolls, negative};{food quality, fish, positive}" +The only drawback is the crowded seating and the slow service .,"{restaurant miscellaneous, seating, negative};{service general, service, negative}","{service general, service, negative};{ambience general, seating, negative}" +"Not alot of smoking places left in New York , but I have found my favorite smoking balconey in the city .","{restaurant miscellaneous, balconey, positive}","{restaurant miscellaneous, balconey, positive}" +We shared the family platter and I especially enjoyed the black cod in sake kasu .,"{food quality, black cod in sake kasu, positive}","{food quality, black cod in sake kasu, positive}" +"But the space is small and lovely , and the service is helpful .","{service general, service, positive};{ambience general, space, positive}","{ambience general, space, positive};{service general, service, positive}" +It was worth the wait .,"{restaurant general, null, positive}","{restaurant general, null, positive}" +yummy .,"{food quality, null, positive}","{food quality, null, positive}" +Delectable,"{food quality, null, positive}","{food quality, null, positive}" +- Mediocre Service / Quality,"{service general, Service, neutral}","{service general, Service, negative};{food quality, Quality, negative}" +"– This is one of my top lunch spots , huge portions , fast service and amazing margaritas ! !","{drinks quality, margaritas, positive};{restaurant general, null, positive};{food style_options, portions, positive};{service general, service, positive}","{drinks quality, margaritas, positive};{service general, service, positive};{food style_options, portions, positive};{restaurant general, null, positive}" +Best Crab Cakes in Town,"{food quality, Crab Cakes, positive}","{food quality, Crab Cakes, positive}" +"Everything I 've had here is good , taco salads , burritos , enchiladas i love this place .","{food quality, null, positive};{food quality, taco salads, positive};{restaurant general, place, positive};{food quality, burritos, positive};{food quality, enchiladas, positive}","{restaurant general, place, positive};{food quality, enchiladas, positive};{food quality, burritos, positive};{food quality, taco salads, positive}" +"Great Pizza , Poor Service","{service general, Service, negative};{food quality, Pizza, positive}","{service general, Service, negative};{food quality, Pizza, positive}" +splendid,"{restaurant general, null, positive}","{restaurant general, null, positive}" +My best friend had the chicken shawarma and she STILL raves about it being the best anywhere !,"{food quality, chicken shawarma, positive}","{food quality, chicken shawarma, positive}" +Chintzy portions,"{food style_options, portions, negative}","{food style_options, portions, negative}" +Good eats .,"{food quality, eats, positive}","{food quality, eats, positive}" +"Normally , places ask how hot you want it , but they did n't .","{service general, null, negative}","{service general, null, negative}" +"I 've always found the wait staff and , if you sit at the bar , the cooks very friendly .","{service general, cooks, positive}","{service general, wait staff, positive};{service general, cooks, positive}" +Nothing on the menu is less than amazing .,"{food quality, menu, positive}","{food quality, menu, positive}" +"My party of two was feeling particularly ambitious , and we splurged on the Shilshole Sampler ... a beautiful assortment of enormous white gulf prawns , smoked albacore tuna , Ray 's fantastic manila clams seasoned with dill , scallops in a tasty soy dressing , and a tiny pile of Dungeness crab atop a sublime butter sauce .","{food style_options, white gulf prawns, positive};{food quality, butter sauce, positive};{food quality, soy dressing, positive};{food style_options, Shilshole Sampler, positive};{food quality, manila clams, positive}","{food quality, butter sauce, positive};{food quality, Shilshole Sampler, positive};{food style_options, Shilshole Sampler, positive};{food prices, Shilshole Sampler, positive};{food quality, scallops in a tasty soy dressing, positive};{food quality, smoked albacore tuna, positive};{food quality, manila clams seasoned with dill, positive};{food quality, Ray's fantastic manila clams seasoned with dill, positive};{food quality, enormous white gulf prawns, positive}" +"I was frankly shocked when I read the bad reviews - this place is fantastic ; it has not let us down in any way , and we 've eaten here more than 10 times .","{restaurant general, place, positive}","{restaurant general, place, positive}" +"Your a sushi fan , you love expertly cut fish , great sake , a killer SOHO location , and of course : Salmon , Tuna , Fluke , Yellow Tail , Cod , Mackeral , Jellyfish , Sea Urchin , Shrimp , Lobster , Sea Bream , Trout , Milk Fish , Blue Fin Tuna , Eel , Crab , Sardine , Monk Fish , Roe , Scallop , Oysters , and a varity of Toro .","{food quality, sushi, positive};{food style_options, fish, positive};{location general, SOHO location, positive};{food style_options, Toro, positive};{drinks quality, sake, positive}","{food quality, Salmon, Tuna, Fluke, Yellow Tail, Cod, Mackeral, Jellyfish, Sea Urchin, Shrimp, Lobster, Sea Bream, Trout, Milk Fish, Blue Fin Tuna, Eel, Crab, Sardine, Monk Fish, Roe, Scallop, Oysters, and a varity of Toro, positive}" +The service is fantastic at this fun place .,"{restaurant general, place, positive};{service general, service, positive}","{service general, service, positive};{ambience general, place, positive}" +"Also , there was only one bathroom stall- probably need more for such big crowds .","{restaurant miscellaneous, bathroom stall, negative}","{restaurant miscellaneous, null, negative}" +We left without ever getting service .,"{service general, service, negative}","{service general, service, negative}" +I liked it .,"{restaurant general, null, positive}","{restaurant general, null, positive}" +– I highly recommend Mioposto .,"{restaurant general, Mioposto, positive}","{restaurant general, Mioposto, positive}" +"The food is fantastic , authentic , delicious and very , very affordable .","{food quality, food, positive};{food prices, food, positive}","{food quality, food, positive};{food prices, food, positive}" +I have eaten here three times and have found the quality and variety of the fish to be excellent .,"{food style_options, fish, positive};{food quality, fish, positive}","{food quality, fish, positive};{food style_options, fish, positive}" +"But she is very friendly with certain people , making it even more annoying .","{service general, null, negative}","{service general, null, negative}" +The regular menu here is slightly above average that is not worth the snotty attitude that you receive .,"{food quality, regular menu, neutral};{service general, null, negative}","{service general, attitude, negative};{food quality, regular menu, neutral}" +"Also , they serve THE best hummus in America , with a drizzle of fragrant olive oil ( which , I believe is the traditional way ) !","{food quality, hummus, positive};{food style_options, hummus, positive}","{food quality, hummus, positive};{food style_options, hummus, positive}" +great beer,"{drinks quality, beer, positive}","{drinks quality, beer, positive}" +Seafood Plus,"{food quality, Seafood, positive}","{restaurant general, Seafood Plus, positive}" +"it is sad there is not many people who frequent eating at places like these that look pricey because they are at the hotel ... but they are definitely one you dont want to miss , esp if your in downtown san jose .","{restaurant general, null, positive}","{restaurant general, null, positive}" +"They serve it in a tall , skinny hour-glass shaped glass to disguise the fact that you a getting a small juice at the price of a half gallon in a supermarket .","{drinks style_options, juice, negative};{drinks prices, juice, negative}","{drinks style_options, glass, positive};{drinks prices, juice, positive}" +"The food was ok , but the service was so poor that the food was cold buy the time everyone in my party was served .","{service general, service, negative};{food quality, food, neutral}","{service general, service, negative};{food quality, food, negative}" +great meal – the fish on the omikase platter was absolutely decadent -- there was none of the stringiness that sometimes accompanies fair sushi -- this fish was perfect ! ! ! !,"{food quality, fish on the omikase platter, positive};{food quality, meal, positive}","{food quality, fish, positive};{food quality, omikase platter, positive};{food quality, meal, positive}" +"Drinks are suberb , and I feel like I am in a Third World country when I walk in the door .","{drinks quality, Drinks, positive};{ambience general, null, positive}","{drinks quality, Drinks, positive};{ambience general, null, positive}" +Open & Cool Place with the Best Pizza and Coffee,"{food quality, Pizza, positive};{ambience general, Place, positive};{drinks quality, Coffee, positive}","{food quality, Pizza, positive};{ambience general, Place, positive};{drinks quality, Coffee, positive}" +Green Tea creme brulee is a must !,"{food quality, Green Tea creme brulee, positive}","{food quality, Green Tea creme brulee, positive}" +I found a new home and just moved with a long lease .,"{restaurant general, null, positive}","{restaurant general, null, positive}" +"They aren 't the most talkative , but everytime I 've been there they have been very busy , which probably accounts for the lack of conversation .","{service general, null, neutral}","{service general, null, neutral}" +"The pizza itself is not exactly the best I 've had EVER , but still pretty good .","{food quality, pizza, positive}","{food quality, pizza, positive}" +"We did have the same waiter the second time , so maybe the service is spotty and our luck is good .","{service general, waiter, positive}","{service general, waiter, negative}" +– Thats a big statement considering I 've been pulling crab traps and making the cakes myself since I was about seven - but something about these little devils gets better every time .,"{food quality, cakes, positive}","{food quality, crab cakes, positive}" +Fabulous Italian Food !,"{food quality, Italian Food, positive}","{food quality, Italian Food, positive}" +"However , this place is a gem , and I wo n't stop going back .","{restaurant general, place, positive}","{restaurant general, place, positive}" +"it gets really busy , so get there on the early side so you can grab a seat , if you do have to wait , its not bad because the service is quick !","{service general, service, positive}","{service general, service, positive};{restaurant miscellaneous, null, neutral};{restaurant miscellaneous, null, positive}" +"The dinner only took us about an hour and the prices were alright for the strip , almost $ 50 /pp after tax and tip ( about average ) .","{restaurant prices, null, neutral}","{restaurant prices, null, neutral};{service general, null, positive}" +The onion rings are great !,"{food quality, onion rings, positive}","{food quality, onion rings, positive}" +If you 're in the area you shouldn 't be disappointed .,"{restaurant general, null, positive}","{restaurant general, null, positive}" +– Great financial district mexican spot .,"{restaurant general, mexican spot, positive}","{restaurant general, mexican spot, positive}" +The house special roll is really good .,"{food quality, house special roll, positive}","{food quality, house special roll, positive}" +The waiters are very experienced and helpful with pairing your drink choice to your food tastes or vice versa .,"{service general, waiters, positive}","{service general, waiters, positive}" +Perfection .,"{restaurant general, null, positive}","{restaurant general, null, positive}" +Poor customer service / poor pizza .,"{food quality, pizza, negative};{service general, customer service, negative}","{service general, customer service, negative};{food quality, pizza, negative}" +"Overall , I would go back and eat at the restaurant again .","{restaurant general, restaurant, positive}","{restaurant general, restaurant, positive}" +Server made several sake suggestions which were very good .,"{drinks quality, sake, positive};{service general, Server, positive}","{service general, Server, positive}" +My only negative comment is that I wish the pieces were a little bigger .,"{food style_options, pieces, negative}","{food style_options, pieces, negative}" +"I picked the asparagus , which turned out to be incredible and perfectly prepared .","{food quality, asparagus, positive}","{food quality, asparagus, positive};{food style_options, asparagus, positive}" +What may be interesting to most is the worst sevice /attitude comes from the owners of this establishment .,"{service general, owners, negative}","{service general, sevice, negative};{service general, attitude, negative}" +The only drawback is that this place is really expensive and the portions are on the small side .,"{restaurant prices, place, negative};{food style_options, portions, negative}","{food prices, portions, negative};{food style_options, portions, negative};{restaurant prices, place, negative}" +"Terrible service , food ok , pricey","{restaurant prices, null, negative};{service general, service, negative};{food quality, food, neutral}","{service general, service, negative};{food quality, food, neutral};{food prices, food, negative}" +Although the service could be improved considering the money you put in .,"{service general, service, negative}","{service general, service, negative}" +"You routinely see Indian families and friends dining there , which is always a good sign .","{restaurant miscellaneous, null, positive}","{restaurant miscellaneous, null, positive}" +"If I want to stand in line on Sunday for an hour to get average brunch food , then I would put Murphy 's at the top of the list .","{food quality, brunch food, neutral};{service general, null, negative}","{food quality, brunch food, neutral};{restaurant miscellaneous, Murphy's, negative}" +For the amount of food we got the prices should have been lower .,"{food prices, food, negative}","{food prices, food, negative}" +"Always busy , but they are good at seating you promptly and have quick service .","{service general, service, positive};{service general, null, positive}","{service general, service, positive};{ambience general, null, neutral};{service general, null, positive}" +The wine list is wonderful and the food reminds me of my recent trip to Italy .,"{drinks style_options, wine list, positive}","{food quality, food, positive};{drinks style_options, wine list, positive}" +"the food was great , the margaritas too but the waitress was too busy being nice to her other larger party than to take better care of my friend and me .","{drinks quality, margaritas, positive};{service general, waitress, negative};{food quality, food, positive}","{service general, waitress, negative};{drinks quality, margaritas, positive};{food quality, food, positive}" +"I ca n't saybenough good things about this restaurant , and I ca n't wait for my next several visits .","{restaurant general, restaurant, positive}","{restaurant general, restaurant, positive}" +Love it every time,"{restaurant general, null, positive}","{restaurant general, null, positive}" +"We are locals , and get the feeling the only way this place survives with such average food is because most customers are probably one-time customer tourists .","{food quality, food, negative}","{restaurant miscellaneous, place, neutral};{food quality, food, neutral}" +Also love their caeser salad .,"{food quality, caeser salad, positive}","{food quality, caeser salad, positive}" +She doesn 't make you feel welcome and treats you like an annoyance .,"{service general, null, negative}","{service general, null, negative}" +It 's just the right size for the menu .,"{restaurant miscellaneous, null, positive}","{restaurant miscellaneous, null, positive}" +"The food is fantastic , and the waiting staff has been perfect every single time we 've been there .","{food quality, food, positive};{service general, waiting staff, positive}","{service general, waiting staff, positive};{food quality, food, positive}" +The desert was the perfect ending to an almost perfect dinner .,"{food quality, desert, positive};{food quality, dinner, positive}","{food quality, desert, positive}" +"I have been here , spent tons of money on a chef special dinner and it was a major dissappointment .","{food prices, chef special dinner, negative};{food quality, chef special dinner, negative}","{food quality, chef special dinner, negative};{food prices, chef special dinner, negative}" +I FOUND A NEW HOME ON SECOND AVENUE ! ! ! ! ! ! ! ! ! ! ! !,"{restaurant general, null, positive}","{restaurant general, null, positive}" +"– Had to wait thirty minutes to get in the door on a tuesday morning , but it was so worth it .","{restaurant general, null, positive};{restaurant miscellaneous, null, negative}","{restaurant general, null, positive};{service general, null, negative}" +"– It is sad to see a place that was once `` THE `` place to meet and eat for Bfast or Lunch , now be the place that is a big `` DONT BOTHER . ``","{restaurant general, place, negative}","{restaurant general, place, negative}" +"The lemon chicken tasted like sticky sweet donuts and the honey walnut prawns , the few they actually give you ... were not good .","{food quality, honey walnut prawns, negative};{food style_options, honey walnut prawns, negative};{food quality, lemon chicken, negative}","{food quality, lemon chicken, negative};{food quality, honey walnut prawns, negative}" +"It was romantic - and even nice even with my sister , reminded me of Italy , and had artwork and music that kept up the feeling of being in a Mediterrean villa .","{ambience general, artwork, positive};{ambience general, null, positive};{ambience general, music, positive}","{ambience general, null, positive}" +The sushi was excellent and the wait staff was quick .,"{service general, wait staff, positive};{food quality, sushi, positive}","{service general, wait staff, positive};{food quality, sushi, positive}" +"In fact , many want to return a second time during their visit .","{restaurant general, null, positive}","{restaurant general, null, positive}" +– Best Mexican place for lunch in the financial district .,"{restaurant general, Mexican place, positive}","{restaurant general, Mexican place, positive}" +i love this place !,"{restaurant general, place, positive}","{restaurant general, place, positive}" +the atmosphere is great .,"{ambience general, atmosphere, positive}","{ambience general, atmosphere, positive}" +Perfect on a cold day .,"{food quality, null, positive}","{restaurant general, null, positive}" diff --git a/experiments/de-en-zh/preds_hr.csv b/experiments/de-en-zh/preds_hr.csv new file mode 100644 index 0000000000000000000000000000000000000000..941a1478d183f3ae5739ce9fce4e0bdeaab2b139 --- /dev/null +++ b/experiments/de-en-zh/preds_hr.csv @@ -0,0 +1,545 @@ +input,gold,pred +Čekao sam 10-15 minuta da usluga naručim pivo i nikad više nisam poslužen.,"{service general, usluga, negative}","{service general, usluga, negative}" +ambijent bio je miran i opuštajući odmor među svom djecom koja su trčala uokolo u centru Disneya.,"{ambience general, ambijent, positive}","{ambience general, ambijent, positive}" +skriveni mali jem,"{restaurant general, null, positive}","{restaurant general, jem, positive}" +Otišao sam tamo s prijateljem iz drugog grada ... i oboje smo bili impresionirani!,"{restaurant general, null, positive}","{restaurant general, null, positive}" +Ima odličan sushi i još bolji usluga.,"{service general, usluga, positive};{food quality, sushi, positive}","{food quality, sushi, positive};{service general, usluga, positive}" +"Sve njihove stavke jelovnika su hit, a poslužuju mimoze.","{food quality, stavke jelovnika, positive}","{food quality, mimoze, positive};{food style_options, jelovnika, positive}" +– ... i najbolje ljetno paluba iskustvo -- čak će vam donijeti i deku ako vam bude hladno na večernjem vremenu u Seattleu.,"{ambience general, paluba, positive};{service general, null, positive}","{ambience general, ljetno paluba, positive}" +– Nakon 12 godina u Seattleu Ray's smatra se mjestom kojem se uvijek vraćamo.,"{restaurant general, Ray's, positive}","{restaurant miscellaneous, Ray's, positive}" +Ovdje ne možete pogriješiti.,"{restaurant general, null, positive}","{restaurant general, null, positive}" +"Mislim da sam vjerojatno probao svaku stavku na njihovom jelovniku barem jednom, sve je izvrsno.","{food quality, jelovniku, positive}","{food quality, jelovnik, positive};{food style_options, jelovnik, positive}" +– feferoni stvarno debelo narezano -- Njam .,"{food style_options, feferoni, positive}","{food quality, feferoni, negative}" +Creme brulee od zelenog čaja postaje bolji svaki put kad ga popijem.,"{food quality, Creme brulee od zelenog čaja, positive}","{food quality, Creme brulee od zelenog čaja, positive}" +nije baš fina misao da se osjećaš nelagodno i da se moraš dotjerati.,"{ambience general, null, positive}","{restaurant miscellaneous, null, negative}" +Atmosfera bilo je lijepo.,"{ambience general, Atmosfera, positive}","{ambience general, Atmosfera, positive}" +apsolutno nevjerojatno! ! !,"{restaurant general, null, positive}","{restaurant general, null, positive}" +IZBJEGAVAJ MJESTO,"{restaurant general, MJESTO, negative}","{restaurant general, MJESTO, negative}" +"Da budem iskren, bolje mi je bilo smrznuto pizza.","{food quality, pizza, negative}","{food quality, pizza, negative}" +usluga je bila izuzetna - ponekad je postojao osjećaj da nas poslužuje vojska ljubaznih konobara.,"{service general, konobara, positive};{service general, usluga, positive}","{service general, usluga, positive};{service general, konobara, positive}" +I sve su lijepo zapakirali da se nije prosulo .,"{service general, null, positive}","{food style_options, null, positive}" +JAKO DOBRO!,"{restaurant general, null, positive}","{restaurant general, null, positive}" +hrana je grešna.,"{food quality, hrana, positive}","{food quality, hrana, negative}" +"Za početak, otprilike 8-10 oz sok od naranče koštat će vas 3 USD.","{drinks prices, sok od naranče, negative}","{food prices, sok od naranče, negative};{food style_options, sok od naranče, negative}" +dobro izbor sakea .,"{drinks style_options, izbor sakea, positive}","{drinks quality, sakea, positive}" +"Iako sam mogao i bez mladih koji su s nama podijelili večer, naše divno poslužitelj i hrana učinilo je iskustvo vrlo pozitivnim.","{restaurant miscellaneous, null, positive};{service general, poslužitelj, positive};{food quality, hrana, positive}","{food quality, hrana, positive};{service general, poslužitelj, positive}" +Kakav nalaz!,"{restaurant general, null, positive}","{restaurant general, null, positive}" +– Mioposto ima vrlo kreativan i ukusan pizza meni .,"{food style_options, pizza meni, positive};{food quality, pizza meni, positive}","{food style_options, pizza meni, positive}" +"Na nedavnom putovanju, naš konobar bio je krajnje omalovažavajući, dok su ni manje ni više nego tri člana osoblja čekala dvije japanske djevojke koje su sjedile u blizini.","{service general, konobar, negative}","{service general, konobar, negative};{service general, osoblje, negative}" +"inače ne bih dovršio brokoli kad naručim ovakvu hranu, ali po prvi put, svaki komad je bio pun događaja kao i prvi ... Jakobove kapice i kozice bili su tako svježe i lijepo kuhano.","{food quality, Jakobove kapice, positive};{food quality, brokoli, positive};{food quality, kozice, positive}","{food quality, brokoli, positive};{food quality, Jakobove kapice i kozice, positive}" +"Nije najjeftiniji sushi, ali se svaki put isplatio.","{food quality, sushi, positive};{food prices, sushi, neutral}","{food quality, sushi, positive};{food prices, sushi, negative}" +Nikada se ne osjećate mrzovoljno i nabijeno nakon što tamo jedete.,"{food quality, null, positive}","{restaurant general, null, positive}" +"Kao dio male četveročlane zabave, naša hrana je dostavljena bez komentara;","{service general, null, negative}","{food quality, hrana, neutral}" +Nadam se da će se jednog dana Scooner ili kasnije vratiti ono što je nekad bilo.,"{restaurant general, Scooner ili kasnije, negative}","{restaurant general, Scooner, negative}" +"Kao prvo, hrana je stigla brzo i sve zajedno :) sviđa mi se to... mrzim pretencioznost stvari koje dolaze jedna za drugom.","{service general, null, positive}","{service general, null, positive}" +hrana je bila izvrsna!,"{food quality, hrana, positive}","{food quality, hrana, positive}" +"Ako postoji red na isti dan u tjednu cijelo vrijeme dok je mjesto otvoreno, znate da je to sjajno.","{restaurant general, mjesto, positive}","{restaurant miscellaneous, mjesto, positive}" +Najugodnije iznenađenje bio je ček koji nije premašio moja očekivanja kako to uvijek biva u većini mjesta.,"{restaurant prices, null, positive}","{restaurant general, ček, positive}" +"U najboljem slučaju, hrana je bila dobra i definitivno precijenjena.","{food quality, hrana, positive};{food prices, hrana, negative}","{food quality, hrana, negative};{food prices, hrana, negative}" +Vanjska terasa ima skraćeni izbornik .,"{food style_options, izbornik, neutral}","{ambience general, Vanjska terasa, negative}" +Najbolje indijska hrana u L.A.,"{food quality, indijska hrana, positive}","{food quality, indijska hrana, positive}" +Prijeđite na stvar - ovo je nevjerojatno!,"{restaurant general, null, positive}","{restaurant general, null, negative}" +"hrana nije ono što je nekada bila ( napitci došlo je do ozbiljnog smanjenja) cijene su porasle, a usluga je najgora stvar koju sam igdje doživio (uključujući kopnenu Europu).","{service general, usluga, negative};{food style_options, napitci, negative};{food quality, hrana, negative};{food prices, hrana, negative}","{drinks quality, napitci, negative};{service general, usluga, negative};{food quality, hrana, negative};{food prices, hrana, negative}" +Libanonska hrana ! Njam!,"{food quality, Libanonska hrana, positive}","{food quality, Libanonska hrana, positive}" +brokoli bili su tako svježi i ukusni.,"{food quality, brokoli, positive}","{food quality, brokoli, positive}" +I daju dobru količinu za cijenu.,"{food style_options, null, positive}","{food style_options, količina, positive}" +Vrlo razočaravajuće,"{restaurant general, null, negative}","{restaurant general, null, negative}" +NAJBOLJE u Seattleu Popis vina,"{drinks style_options, Popis vina, positive}","{drinks style_options, vina, positive}" +– Ne mogu reći dovoljno o ovome mjesto .,"{restaurant general, mjesto, positive}","{restaurant general, mjesto, positive}" +– jedem na ovom mjestu već više od 8 godina i nikad nisam pojeo niti jedan loš obrok .,"{food quality, obrok, positive}","{food quality, obrok, positive};{restaurant general, mjestu, positive}" +Otišao sam kući i ponovno ih potražio na mreži gdje sam otkrio da postoji poveznica za darivanje koja ne radi pa sam poslala e-poruku restoranu o nepostojećoj usluzi i obmanjujućoj vezi.,"{restaurant miscellaneous, restoranu, negative}","{service general, vezi, negative};{service general, usluzi, negative}" +Otmjeni komadi egzotične ribe na 100 dolara tanjur i NI JEDAN se nije mogao jesti.,"{food quality, egzotične ribe, negative};{food style_options, egzotične ribe, negative};{food prices, tanjur, negative}","{food quality, riba, negative};{food prices, tanjur, negative}" +"Imao sam ukusno janjeća korma , saag paneer , samose , naan itd.","{food quality, samose, positive};{food quality, naan, positive};{food quality, janjeća korma, positive};{food quality, saag paneer, positive}","{food quality, janjeća korma, positive};{food quality, saag paneer, positive};{food quality, naan, positive};{food quality, samose, positive}" +Poslužuje jako dobro sushi.,"{food quality, sushi, positive}","{food quality, sushi, positive}" +"Kao i obično, omikase nije razočarao u svježini, iako je dobio niske ocjene za kreativnost i odabir.","{food style_options, omikase, negative};{food quality, omikase, positive}","{food quality, omikase, positive};{food style_options, omikase, negative}" +"Riža je presuha, tuna nije bila ni tako svježa.","{food quality, Riža, negative};{food quality, tuna, negative}","{food quality, tuna, negative};{food quality, Riža, negative}" +Njihovo rakova jaja benedict stvara ovisnost.,"{food quality, rakova jaja benedict, positive}","{food quality, rakova jaja benedict, positive}" +Sačuvajte mjesta za ukusne deserti .,"{food quality, deserti, positive}","{food quality, deserti, positive}" +Naš poslužitelj bio je vrlo profesionalan i ljubazan.,"{service general, poslužitelj, positive}","{service general, poslužitelj, positive}" +Otišao sam ovdje na preporuku i sigurno ću se vraćati uvijek iznova.,"{restaurant general, null, positive}","{restaurant general, null, positive}" +"hrana je bila dobra, ali je bila previše blaga.","{food quality, hrana, positive};{food quality, hrana, negative}","{food quality, hrana, negative}" +– Moj suprug i ja volimo jesti u Mioposto Café .,"{restaurant general, Mioposto Café, positive}","{restaurant general, Mioposto Café, positive}" +– Ovo je bilo sjajno iskustvo objedovanja.,"{restaurant general, null, positive}","{food quality, null, positive}" +Osoblje bilo je stvarno ljubazno.,"{service general, null, positive}","{service general, osoblje, positive}" +Lako smo potrošili više od 40 dolara po osobi (ne uključujući alkohol) i još uvijek smo bili gladni.,"{restaurant prices, null, negative};{food style_options, null, negative}","{food quality, null, negative};{food prices, null, negative}" +Ovo je ravno među mjestima u Tokiju što se tiče svježine.,"{food quality, null, positive}","{food quality, null, positive}" +Groovy glazba učinio je večeru ležernom.,"{ambience general, glazba, positive}","{ambience general, glazba, positive}" +"Nakon što je jednog člana naše stranke više puta udarila konobarica, ljubazan zahtjev da ne bude udaren doveo je konobaricu do uvredljivog brbljanja.","{service general, konobarica, negative}","{service general, konobarica, negative}" +– Ray's (iznenađujuće) ima NAJBOLJE i najraznolikije u gradu vinska karta.,"{drinks style_options, vinska karta, positive}","{drinks style_options, vinska karta, positive};{drinks quality, vinska karta, positive}" +Vjerojatno se ipak ne bih vratio jer ne znam je li to vrijedno toga.,"{restaurant general, null, negative}","{restaurant general, null, negative}" +"čips i salsa su tako ukusni, a cijene su fantastične.","{restaurant prices, null, positive};{food quality, čips i salsa, positive}","{food prices, null, positive};{food quality, čips i salsa, positive}" +"sommelier je fantastičan, prizeman i izuzetno obrazovan.","{service general, sommelier, positive}","{service general, sommelier, positive}" +velika gusta feferoni,"{food style_options, feferoni, positive}","{food quality, feferoni, positive}" +Ne isplati se uopće ići i trošiti novac tamo! ! !,"{restaurant general, null, negative}","{restaurant general, null, negative}" +Uvredljivo precijenjen,"{restaurant prices, null, negative}","{service general, null, negative}" +Unutrašnji ambijent je bio moderan.,"{ambience general, Unutrašnji ambijent, positive}","{ambience general, Unutrašnji ambijent, positive}" +NE IDITE!,"{restaurant general, null, negative}","{restaurant general, null, negative}" +"Dok se to ne dogodi, moj savjet je da se DRŽITE DALJE.","{restaurant general, null, negative}","{restaurant general, null, negative}" +"Oh, zaboravio sam spomenuti da oni nemaju uslugu kruha.","{service general, null, negative}","{service general, usluga kruha, negative}" +Nisu masni ni ništa.,"{food quality, null, positive}","{food quality, null, positive}" +"glazba je sjajna, nijedna noć nije bolja ni gora, barske nježnosti su velikodušne s točenjem, a lagana atmosfera podići će vam raspoloženje.","{ambience general, atmosfera, positive};{drinks style_options, barske nježnosti, positive};{ambience general, glazba, positive}","{ambience general, atmosfera, positive};{service general, barske nježnosti, positive};{drinks quality, s točenjem, positive};{ambience general, glazba, positive}" +"Lijepo ambijent, ali jako precijenjeno mjesto.","{restaurant general, mjesto, negative};{ambience general, ambijent, positive}","{restaurant miscellaneous, mjesto, negative};{ambience general, ambijent, positive}" +sushi ovdje je izvrstan!,"{food quality, sushi, positive}","{food quality, sushi, positive}" +– Izuzetno mi je drago izvijestiti da je moja večera u Ray's Boathouse prošlog petka u potpunosti nadmašila moja očekivanja.,"{restaurant general, Ray's Boathouse, positive}","{restaurant general, Ray's Boathouse, positive}" +"Večere uvijek su bile izvrsne, u smislu kvalitete hrane.","{food quality, Večere, positive}","{food quality, hrane, positive}" +Sve njihove aplikacije su ukusne.,"{food quality, aplikacije, positive}","{food quality, aplikacije, positive}" +Blue Ribbon opravdava svoju fantastičnu reputaciju.,"{restaurant general, Blue Ribbon, positive}","{restaurant general, Blue Ribbon, positive}" +Osjećao sam se neugodno i sljedeći put sam otišao u toalet u kasinu.,"{restaurant miscellaneous, null, negative}","{restaurant general, kasinu, negative}" +– Odlučio sam jesti u Stacku zbog njihove fiksna cijena večere prije nastupa .,"{food prices, fiksna cijena večere prije nastupa, neutral}","{restaurant prices, Stack, positive}" +– Odveo sam svoje roditelje ovamo za njihovu godišnjicu – jako jako razočaran! ! !,"{restaurant general, null, negative}","{restaurant miscellaneous, null, negative}" +Nepobjedivo sushi!,"{food quality, sushi, positive}","{food quality, sushi, positive}" +"Za početak, naš ljupki poslužitelj Brooke brzo je bio spreman preuzeti moju narudžbu pića.","{service general, Brooke, positive}","{service general, Brooke, positive}" +Svaki put kad se pozove `` 0-sixtynine `` barmen svima kupi piće!,"{service general, barmen, positive}","{service general, barmen, positive}" +"Beskrajna zabava, super glazba, sjajno osoblje! ! !","{restaurant general, null, positive};{service general, osoblje, positive};{ambience general, glazba, positive}","{service general, osoblje, positive};{ambience general, zabava, positive};{music quality, glazba, positive}" +Sajam odabir jelovnika .,"{food style_options, odabir jelovnika, neutral}","{food quality, jelovnika, positive}" +Dva klinca bezobraznika sjedila su blizu nas u prvom dijelu naše večere... zamijenila ih je ljupka predtinejdžerka koja se pretvarala da guši svaki put kad bi se spomenuli morski plodovi za njezinim stolom.,"{restaurant miscellaneous, null, negative}","{service general, predtinejdžerka, negative}" +Odbio sam to jer su u procesu pokušaja popravka jaja razbili nešto drugo u posudi i bio sam previše frustriran da nastavim.,"{food quality, posudi, negative}","{food quality, jaja, negative}" +"imao je mnogo jela, ali NAJBOLJE je bilo jastog na 3 načina.","{food quality, jastog na 3 načina, positive}","{food quality, jastog na 3 načina, positive};{food style_options, jela, positive}" +"predjelo bilo je zanimljivo, ali Creme Brulee bilo je vrlo ukusno i ukusno.","{food quality, Creme Brulee, positive};{food quality, predjelo, positive}","{food quality, Creme Brulee, positive};{food style_options, predjelo, positive}" +dekor je bio lijep i jedinstven.,"{ambience general, dekor, positive}","{ambience general, dekor, positive}" +"Svjež je, gostoljubiv, ukusan i opuštajući.","{food quality, null, positive};{ambience general, null, positive}","{restaurant general, null, positive}" +Stvara ovisnost!,"{restaurant general, null, positive}","{food quality, null, positive}" +"Čak je i slanutak, koji inače smatram presuhim, bio dobar.","{food quality, slanutak, positive}","{drinks quality, slanutak, positive}" +Ovo mjesto je super! !,"{restaurant general, mjesto, positive}","{restaurant general, mjesto, positive}" +"To je veliki kompliment, pogotovo u nestalnom restoranskom poslu,... dosta je već!","{restaurant general, null, positive}","{service general, poslu, positive}" +"Nakon što sam sjedio s praznom čašom više od 20 minuta, otišao sam.","{service general, null, negative}","{service general, null, negative}" +Obavezno probajte rolada od kamenica .,"{food quality, rolada od kamenica, positive}","{food quality, rolada od kamenica, positive}" +Začuđen sam da je ovaj restoran kategoriziran kao $ $ $ umjesto kao $ $ $ $.,"{restaurant prices, restoran, negative}","{restaurant prices, restoran, negative}" +"Bilo je pristojno, ali ništa posebno.","{food quality, null, neutral}","{restaurant general, null, neutral}" +"Usluga je bila malo spora, našoj konobarici je trebala čitava vječnost da nam da ček iako nije bilo toliko zauzeto.","{service general, konobarici, negative};{service general, Usluga, negative}","{service general, usluga, negative}" +"– Odlično pića , hašiš od kukuruzne govedine , kava , B Brzi burritos , Bez glutena jelovnik .","{food quality, hašiš od kukuruzne govedine, positive};{drinks quality, pića, positive};{food style_options, jelovnik, positive};{drinks quality, kava, positive};{food quality, B Brzi burritos, positive}","{food quality, B Brzi burritos, positive};{drinks quality, pića, positive};{food style_options, Bez glutena jelovnik, positive};{food quality, hašiš od kukuruzne govedine, positive};{drinks quality, kava, positive}" +meni za ručak je sjajna ponuda!,"{food prices, meni za ručak, positive}","{food quality, meni za ručak, positive}" +"Zauvijek je trajalo da preuzmemo našu narudžbu, nadopunjavanje vode bilo je previše za tražiti, a jedini put kad je bila brza bilo je kad smo tražili naš račun kada smo mogli privući njezinu pozornost.","{service general, null, negative}","{service general, null, negative}" +konobar je bio malo neprijateljski raspoložen i osjećaj u restoranu je bio prepun.,"{ambience general, osjećaj, negative};{service general, konobar, negative}","{service general, konobar, negative};{ambience general, u restoranu, negative}" +– Nedavno sam imao zadovoljstvo večerati u ovom divnom restoranu u 2. ulici i vau kakvu smo sjajnu večer proveli.,"{restaurant general, restoranu, positive}","{restaurant general, restoranu, positive}" +"Specijalitet je ovdje dekadentan palačinke, ali vratio sam se već četiri puta i svaki put sam bio zadivljen.","{food quality, palačinke, positive}","{food quality, palačinke, positive}" +– Prilično jeftino za meksičko sjedište I centar grada.,"{restaurant prices, null, positive};{location general, null, positive}","{restaurant prices, meksičko sjedište, positive}" +"predjelo od kamenica, jastoga, rakova (male veličine) bilo je savršeno predjelo za moju ženu.","{food quality, predjelo od kamenica, jastoga, rakova (male veličine, positive}","{food quality, predjelo od kamenica, jastoga, rakova (male veličine, positive}" +Upravo sam saznao da možete imati mjesto samo za sebe noću i vikendom za privatnu zabavu - jedva čekam da tamo proslavim moj sljedeći rođendan.,"{restaurant miscellaneous, mjesto, positive}","{restaurant miscellaneous, mjesto, positive}" +"– Kao i kod većine restorana u Seattleu, Mioposto usluga je bio loš, a hrana precijenjena.","{service general, usluga, negative};{food prices, hrana, negative}","{service general, usluga, negative};{food quality, hrana, negative}" +"Možete ga lako čuti, pa je to bio ugodan zvuk, a ne prenaglašen.","{ambience general, null, positive}","{restaurant miscellaneous, null, positive}" +Samo idite tamo i uvjerite se sami.,"{restaurant general, null, positive}","{restaurant general, null, positive}" +To je sjajno malo mjesto s tonama potencijala da bude mjesto u susjedstvu da usluga nije tako bezlična i korporativna.,"{restaurant general, mjesto, positive};{service general, usluga, negative}","{restaurant general, mjesto, positive};{service general, usluga, positive}" +"Brunch kod Murphyja je za umrijeti, moj specijalitet ... omlet od bjelanjaka , hrana uvijek je svježe pripremljena.","{food quality, omlet od bjelanjaka, positive};{food quality, Brunch, positive};{food quality, hrana, positive}","{food quality, omlet od bjelanjaka, positive}" +Mama Mia – Živim u susjedstvu i osjećam se sretnom što živim pored tako sjajne pizzerija .,"{restaurant general, pizzerija, positive}","{restaurant general, pizzerija, positive}" +– ušuškan pokraj Beverly Centera.,"{location general, null, neutral}","{restaurant miscellaneous, ušuškan pokraj Beverly Centera, negative}" +osoblje je prilično ljubazno.,"{service general, osoblje, positive}","{service general, osoblje, positive}" +A usluga je jednostavno bila potrošena - pravi užitak.,"{service general, usluga, positive}","{service general, usluga, positive}" +Ok ... – Možda sam ušao na nečiji loš dan ...,"{restaurant general, null, negative}","{restaurant general, null, negative}" +"Uzeo sam Meduza, Skuš, Plava perajna tuna i Sake Ikura rolada među ostalima, i svi su bili dobri.","{food quality, Plava perajna tuna, positive};{food quality, Sake Ikura rolada, positive};{food quality, Skuš, positive};{food quality, Meduza, positive}","{food quality, Meduza, positive};{food quality, Skuš, positive};{food quality, Plava perajna tuna, positive};{food quality, Sake Ikura rolada, positive}" +ŠTO JOŠ MOŽETE REĆI LIJEPO LJUDI NEVJEROJATNO HRANA WOW,"{food quality, HRANA, positive};{service general, LJUDI, positive}","{food quality, HRANA, positive};{restaurant general, LJUDI, positive}" +Uvijek dobro.,"{restaurant general, null, positive}","{restaurant general, null, positive}" +Nakon toga su mi se usta jako osušila i imala sam taj potpis? MSG ? okus koji mi ostaje u grlu nakon što sam napustio restoran.,"{food quality, null, negative}","{food quality, MSG?, negative}" +O da ... pogled je također bio dobar.,"{location general, pogled, positive}","{location general, pogled, positive}" +"upravitelj je stalno prekidao s `` Mogu li još nešto učiniti za vas? ``, čudan komentar jer jedva da je slušala, a kamoli odgovorila na naš izraz razočaranja našim iskustvom.","{service general, upravitelj, negative}","{service general, upravitelj, negative}" +servis kreće se od osrednjeg do uvredljivog.,"{service general, servis, negative}","{service general, servis, negative}" +Svježe sastojci i super ukusno.,"{food quality, sastojci, positive};{food quality, null, positive}","{food quality, sastojci, positive}" +ambijent restorana bio je lijep i dobar za finu večeru.,"{ambience general, ambijent, positive}","{ambience general, ambijent restorana, positive}" +A gore je odlično mjesto za druženje.,"{ambience general, gore, positive}","{restaurant general, mjesto, positive}" +– Nije loše.,"{restaurant general, null, neutral}","{restaurant general, null, neutral}" +Imao sam kafta tanjur i bio je savršen.,"{food quality, kafta tanjur, positive}","{food quality, kafta tanjur, positive}" +– Ovo je mjesto poznato po doručak .,"{food quality, doručak, positive}","{restaurant miscellaneous, mjesto, positive}" +Čekali smo 35 minuta na stol za 8 što je bilo u redu za tako veliku gužvu.,"{service general, null, neutral}","{service general, null, neutral}" +Cjelokupno osoblje bilo je izuzetno susretljivo i zadovoljilo je svaku moju potrebu.,"{service general, osoblje, positive}","{service general, osoblje, positive}" +"Mjesto je bilo jako lijepo vibra ... dobro glazba , atmosfera i sretnog izgleda ljudi .","{ambience general, vibra, positive};{ambience general, atmosfera, positive};{restaurant miscellaneous, ljudi, positive};{ambience general, glazba, positive}","{ambience general, Mjesto, positive};{ambience general, glazba, positive};{ambience general, atmosfera, positive}" +"Isprobajte Chefov izbor za sushi jer je dimljeni žuti rep bio nevjerojatan, a rolice također su bile ukusne.","{food quality, Chefov izbor za sushi, positive};{food quality, rolice, positive};{food quality, dimljeni žuti rep, positive}","{food quality, rolice, positive};{food quality, dimljeni žuti rep, positive}" +"sushi je svjež kao što dolazi? pomislili biste da je ocean u njihovom dvorištu, bez šale!","{food quality, sushi, positive}","{food quality, sushi, positive}" +"hrana je bila u redu, s malo-ukusnijom-od-normalnog salsa .","{food quality, salsa, positive};{food quality, hrana, positive}","{food quality, salsa, negative};{food quality, hrana, positive}" +"Za izbirljive ljubitelje sushija i one koji su kušali najbolje što NYC može ponuditi, riba je najsvježija, a usluga vrhunska.","{service general, usluga, positive};{food quality, riba, positive}","{food quality, riba, positive};{service general, usluga, positive}" +Stari Pouzdan,"{restaurant general, null, positive}","{restaurant general, Stari Pouzdan, positive}" +Jedan od najboljih Sushi mjesto u gradu.,"{restaurant general, Sushi mjesto, positive}","{food quality, Sushi, positive}" +"Hrana što se tiče hrane, u redu je, ali malo skupo za ono što dobijete s obzirom da restoran nije otmjeno mjesto.","{food quality, Hrana, neutral};{restaurant prices, restoran, negative};{ambience general, restoran, neutral}","{restaurant general, restoran, negative};{food quality, hrana, neutral};{food prices, hrana, negative}" +"– Volim njihovu pizzu, posebno pizzu s gljivama.","{food quality, pizza, positive};{food quality, pizzu s gljivama, positive}","{food quality, pizzu s gljivama, positive};{food quality, njihovu pizzu, positive}" +Došli su u vlastitoj otmjenoj kutiji za van i s domaćom glazurom; vrlo lagano i ne preslatko.,"{food quality, null, positive}","{service general, null, positive}" +Uživao sam u hrana,"{food quality, hrana, positive}","{food quality, hrana, positive}" +Bio sam u ovom restoranu više od desetak puta bez pritužbi do danas.,"{restaurant general, restoranu, positive}","{restaurant general, restoranu, positive}" +"Radije ga naručim i pokupi jer mi se ne sviđaju poslužitelji, posebno jedna mlada žena.","{service general, mlada žena, negative};{service general, poslužitelji, negative}","{service general, poslužitelji, negative}" +strašan nalaz,"{restaurant general, null, positive}","{restaurant general, nalaz, negative}" +"Nije bio najsvježiji plodovi mora ikada, ali okus i prezentacija bili su u redu.","{food quality, plodovi mora, neutral};{food style_options, plodovi mora, neutral}","{food quality, plodovi mora, negative};{food style_options, plodovi mora, positive}" +"Međutim, vrijednost i usluga jako nedostaju.","{service general, usluga, negative};{restaurant prices, null, negative}","{service general, usluga, negative};{food quality, vrijednost, negative}" +U Grammercy/Union Square/East Village ovo su moji susjedi i moj favorit mjesto .,"{restaurant general, mjesto, positive}","{restaurant general, null, positive}" +"strana krumpira je za umrijeti, kao i labne (umak od jogurta).","{food quality, strana krumpira, positive};{food quality, labne (umak od jogurta, positive}","{food quality, krumpira, negative};{food quality, labne (umak od jogurta, negative}" +NEVJEROJATNO .,"{restaurant general, null, positive}","{restaurant general, null, negative}" +"Kakva ukusna, pahuljičasta poslastica!","{food quality, null, positive}","{food quality, poslastica, positive}" +"Odlično hrana, bolje Margarite!","{drinks quality, Margarite, positive};{food quality, hrana, positive}","{food quality, Margarite, positive};{food quality, hrana, positive}" +usluga je stvarno pažljiva i šarmantna.,"{service general, usluga, positive}","{service general, usluga, positive}" +"Što je najvažnije, bili smo toliko uzbuđeni zbog hrane nakon što smo vidjeli vrlo kreativan jelovnik.","{food style_options, jelovnik, positive}","{food style_options, jelovnik, positive};{food quality, hrana, positive}" +Udoban mjesto za 2,"{ambience general, mjesto, positive}","{restaurant miscellaneous, mjesto, positive}" +Najbolja stvar je što su cijene također prilično razumne.,"{restaurant prices, null, positive}","{restaurant prices, null, positive}" +"Obećala je da će razgovarati s konobaricom koja je odletjela u bijesu, ali teško da smo njezino obećanje mogli shvatiti ozbiljno, budući da se nije potrudila saznati ime konobarice.","{service general, null, negative}","{service general, null, negative}" +chana masala (garbanzo grah) također je izvrstan.,"{food quality, chana masala (garbanzo grah, positive}","{food quality, chana masala (garbanzo grah, positive}" +"Ovo ustanova je doista značajno opalo nakon (a to se ponavlja) emitiranja FOOD TELEVISIONS `` DINERS , DRIVE-INS AND DIVES `` čiji je domaćin bio Guy Fieri , u kojem je Schooner or Later bio predmet .","{restaurant general, ustanova, negative}","{restaurant miscellaneous, Schooner or Later, negative}" +Volim Dungeness rakove i kod Raya ih možete poslužiti na otprilike 6 različitih načina!,"{food style_options, Dungeness rakove, positive}","{food style_options, Dungeness rakove, positive}" +Hrana je bila dobra i ukusna.,"{food quality, Hrana, positive}","{food quality, Hrana, positive}" +Bilo je apsolutno nevjerojatno.,"{restaurant general, null, positive}","{restaurant general, null, negative}" +Ovo je odlično mjesto za ukusan obrok .,"{food quality, obrok, positive}","{food quality, obrok, positive}" +"plus, ja sam alergičan na rižu, a konobar je bio nevjerojatno susretljiv -- nisam ni trepnuo okom!","{service general, konobar, positive}","{service general, konobar, negative}" +– Jako sam se razočarao hranom u Pagodi.,"{food quality, hranom, negative}","{food quality, hranom, negative}" +Precijenjen,"{restaurant prices, null, negative}","{restaurant general, null, negative}" +Ovo je tužno zbog onoga što je nekoć bilo jedno od najboljih mjesta na kojima ste ikada mogli jesti.,"{restaurant general, null, negative}","{restaurant general, null, negative}" +"Kada uđete unutra, počinje pravo iskustvo.","{restaurant general, null, positive}","{ambience general, null, positive}" +a konobar je predložio savršen sake ! !,"{drinks quality, sake, positive}","{service general, konobar, positive}" +vlasnik je ratoboran prema gostima koji imaju pritužbu.,"{service general, vlasnik, negative}","{service general, vlasnik, negative}" +"Sve što želite i još više, vrlo svježe.","{food quality, null, positive};{food style_options, null, positive}","{food quality, null, positive}" +Moj prijatelj je uživao u Aljaski kraljevski losos na žaru s ukusnim Washington russet krumpir u kremi i hrskavim zeleni grah .,"{food quality, zeleni grah, positive};{food quality, Aljaski kraljevski losos na žaru, positive};{food quality, Washington russet krumpir u kremi, positive}","{food quality, Aljaski kraljevski losos na žaru, positive};{food quality, Washington russet krumpir u kremi, positive};{food quality, hrskavim zeleni grah, positive}" +"hrana je bila vrlo dobra, file mignon je vjerojatno najbolja koju sam ikada probao.","{food quality, hrana, positive};{food quality, file mignon, positive}","{food quality, file mignon, positive};{food quality, hrana, positive}" +"– Mercedesov restoran je tako ukusan, usluga je nedvojbeno sjajna!","{service general, usluga, positive};{food quality, null, positive}","{restaurant general, Mercedesov restoran, positive};{service general, usluga, positive}" +Mogu toplo preporučiti njihove različite saag i paneer i korma .,"{food quality, saag, positive};{food quality, paneer, positive};{food quality, korma, positive}","{food quality, saag, positive};{food quality, paneer, positive};{food quality, korma, positive}" +hrana je sjajna i zli su Krvava Mary.,"{drinks quality, Krvava Mary, positive};{food quality, hrana, positive}","{food quality, hrana, positive};{drinks quality, Krvava Mary, positive}" +"Fino hrana, ali bez začina!","{food quality, hrana, positive};{food quality, hrana, negative}","{food quality, hrana, negative}" +Još jedan plus je otvoren osjećaj restorana sa staklenim zidovima sa svih strana.,"{ambience general, osjećaj, positive}","{ambience general, osjećaj restorana, positive}" +Njam!,"{food quality, null, positive}","{restaurant general, null, positive}" +"Sama kupaonica je vrlo mala s dva WC-a i samo jednim umivaonikom, djevojka je ostala potpuno usput vješajući papirnate ručnike iz automata.","{restaurant miscellaneous, kupaonica, negative}","{ambience general, kupaonica, negative}" +Volite enchiladas i pileća juha - i svakako pogledajte njihove specijaliteti .,"{food quality, enchiladas, positive};{food quality, pileća juha, positive};{food quality, specijaliteti, positive}","{food quality, enchiladas, positive};{food quality, pileća juha, positive};{food quality, specijaliteti, positive}" +hrana je jednostavno nezaboravna!,"{food quality, hrana, positive}","{food quality, hrana, positive}" +Menadžment bi stvarno trebao obratiti pozornost i trenirati svoje konobarstvo i naučiti ih nekim pravilnim manirima.,"{service general, konobarstvo, negative}","{service general, konobarstvo, negative}" +"osoblje je ljubazno, a dekor je bio etičan i šaren.","{ambience general, dekor, positive};{service general, osoblje, positive}","{ambience general, dekor, positive};{service general, osoblje, positive}" +Najbolji Chuwam Mushi koji sam ikada imao.,"{food quality, Chuwam Mushi, positive}","{food quality, Chuwam Mushi, positive}" +"Porcije bilo je sasvim dovoljno za mene, ali možda nije za nekog ko jede puno.","{food style_options, Porcije, neutral}","{food style_options, Porcije, neutral}" +Probajte Pizza Ensalata!,"{food quality, Pizza Ensalata, positive}","{food quality, Pizza Ensalata, positive}" +Ipak bih preporučio ovo mjesto.,"{restaurant general, mjesto, positive}","{restaurant general, mjesto, positive}" +"– sushi ovdje je savršeno dobar, ali za 5 dolara po komadu, ili bi kriške ribe trebale biti veće ili se ne bi trebalo pretvarati da je ovo restoran umjerene cijene (čak i za NYC) .","{food prices, sushi, negative};{food style_options, sushi, negative};{food quality, sushi, positive};{restaurant prices, restoran, negative}","{food quality, sushi, positive};{food prices, sushi, negative};{food style_options, kriške ribe, negative}" +Sigurno ćete se provesti vrlo šarmantno.,"{restaurant general, null, positive}","{ambience general, null, positive}" +"Od tada smo se vratili i također smo imali sjajno iskustvo, kušajući više malih tanjura i raznovrsno pivo (hladno i dobro).","{restaurant general, null, positive};{drinks quality, pivo, positive}","{drinks quality, pivo, positive};{food quality, tanjura, positive};{restaurant general, null, positive}" +Najbolji Sushi u gradu.,"{food quality, Sushi, positive}","{food quality, Sushi, positive}" +osoblje bilo je vrlo lijepo i ljubazno i očito kinesko.,"{service general, osoblje, positive}","{service general, osoblje, positive}" +"Naručili smo izbor malih tanjura, a luk na cipelama, pizza s kozjim sirom, šparoge na žaru i prženi brie s voćem svi su bili vrlo dobri.","{food quality, luk na cipelama, positive};{food quality, šparoge na žaru, positive};{food quality, pizza s kozjim sirom, positive};{food quality, prženi brie s voćem, positive}","{food quality, luk na cipelama, positive};{food quality, malih tanjura, positive};{food quality, pizza s kozjim sirom, positive};{food quality, šparoge na žaru, positive};{food quality, prženi brie s voćem, positive}" +Dobar posao!,"{restaurant general, null, positive}","{restaurant general, null, positive}" +"Ipak, jedna stvar koju sam kasnije shvatio je da je restoran ili koristio MSG ili uređaj za omekšavanje mesa na odrezak.","{food quality, odrezak, negative}","{food quality, restoran, negative}" +Sjajno izbor sakea .,"{drinks style_options, izbor sakea, positive}","{drinks style_options, izbor sakea, positive}" +Svaka čast ovim momcima.,"{restaurant general, null, positive}","{service general, momcima, positive}" +"Osim ako ne svraćate samo na nekoliko pića, ne bih preporučio da idete ovamo.","{restaurant general, null, negative}","{restaurant general, null, negative}" +Sjajno boca vina .,"{drinks quality, boca vina, positive}","{drinks quality, boca vina, positive}" +otvoreni kombinirani tanjur sa sezamom je povoljna cijena za hrpu hrane koja se daje.,"{food style_options, otvoreni kombinirani tanjur sa sezamom, positive};{food prices, otvoreni kombinirani tanjur sa sezamom, positive}","{food prices, kombinirani tanjur sa sezamom, positive};{food style_options, kombinirani tanjur sa sezamom, positive};{food quality, kombinirani tanjur sa sezamom, positive}" +PUNO PRECIJENJENO! ! ! !,"{restaurant general, null, negative}","{restaurant general, null, negative}" +Isplatilo se čekati,"{restaurant general, null, positive}","{restaurant general, null, positive}" +Ne može biti bolje od toga.,"{restaurant general, null, positive}","{restaurant general, null, positive}" +najbolje kozice od meda koje smo svi probali.,"{food quality, kozice od meda, positive}","{food quality, kozice od meda, positive}" +Prikazani su na mreži hrane i to zaslužuju.,"{restaurant miscellaneous, null, positive}","{food quality, null, positive}" +Volim toplo i ugodno okruženje .,"{ambience general, okruženje, positive}","{ambience general, okruženje, positive}" +Šmrkavi stav,"{service general, null, negative}","{restaurant general, stav, negative}" +"atmosfera je ambiciozna, a dekor je svečana i nevjerojatna ...","{ambience general, dekor, positive};{ambience general, atmosfera, positive}","{ambience general, atmosfera, positive};{ambience general, dekor, positive}" +"Njihove specijalne rolice su impresivne, iako se ne sjećam što smo imali.","{food quality, specijalne rolice, positive}","{food quality, specijalne rolice, positive}" +– Volio sam raviole od bundeve i njoke od kozjeg sira (5 velikih na tanjur umjesto 20-ak malih njoka) i moja sestra ju je obožavala filet mignon na vrh špinata i pire krumpir .,"{food quality, raviole od bundeve, positive};{food quality, filet mignon na vrh špinata i pire krumpir, positive};{food quality, njoke od kozjeg sira, positive};{food style_options, njoke od kozjeg sira, positive}","{food quality, raviole od bundeve, positive};{food quality, njoke od kozjeg sira, positive};{food style_options, njoke od kozjeg sira, positive};{food quality, filet mignon na vrh špinata, positive}" +"Nije najveći porcije, ali primjeren.","{food style_options, porcije, neutral}","{food style_options, porcije, neutral}" +"Idite s prijateljima, pričekajte pola sata uz šalicu joea i uživajte više od svog prosjeka doručak.","{restaurant general, null, positive};{food quality, doručak, positive}","{restaurant general, null, positive}" +super usluga .,"{service general, usluga, positive}","{service general, usluga, positive}" +"Tada nam je naplaćen njihov najskuplji sake (20 dolara + po porciji), dok smo zapravo pili sake manji od pola te cijene.","{service general, null, negative}","{drinks prices, sake, negative};{drinks quality, sake, negative}" +ukusno,"{food quality, null, positive}","{food quality, null, positive}" +pileći curry i pileća tikka masala su moja omiljena jela od mesa.,"{food quality, pileći curry, positive};{food quality, pileća tikka masala, positive}","{food quality, pileći curry, positive};{food quality, pileća tikka masala, positive}" +"najbolji restoran na svijetu, odličan dekor, odličan služba za korisnike, prijateljski upravitelj","{restaurant general, restoran, positive};{ambience general, dekor, positive};{service general, služba za korisnike, positive};{service general, upravitelj, positive}","{service general, služba za korisnike, positive};{ambience general, dekor, positive};{restaurant general, restoran, positive};{manager general, upravitelj, positive}" +pića su bila dobra.,"{drinks quality, pića, positive}","{drinks quality, pića, positive}" +"Prezentacija hrane bila je dodatni bonus, izgledala je jednako dobro kao i okusa!","{food style_options, hrane, positive};{food quality, hrane, positive}","{food style_options, hrana, positive}" +Čak ni tada narudžba nije bila točna i još smo čekali par stvari.,"{service general, null, negative}","{service general, null, negative}" +– Ovdje su nas jednom vrlo grubo ponijeli za doručkom.,"{service general, null, negative}","{service general, null, negative}" +"Sjajna hrana, spektakularna lokacija i ljubazna usluga tjeraju nas da se vraćamo iz godine u godinu.","{location general, lokacija, positive};{service general, usluga, positive};{food quality, hrana, positive}","{location general, lokacija, positive};{service general, usluga, positive};{food quality, hrana, positive}" +WOW ! ! ! ! ! ! ! !,"{restaurant general, null, positive}","{restaurant general, null, positive}" +– Uštedite sebi gubljenje vremena i NEMOJTE posjećivati .,"{restaurant general, null, negative}","{restaurant general, null, negative}" +Hrana je bila dobra i jeftina.,"{food quality, Hrana, positive};{food prices, Hrana, positive}","{food quality, Hrana, positive};{food prices, Hrana, positive}" +Mmm ... dobro !,"{restaurant general, null, positive}","{food quality, null, positive}" +Super je ako ste tamo proveli dan i niste se htjeli voziti da biste jeli.,"{location general, null, positive}","{restaurant miscellaneous, null, positive}" +"Sve u svemu, moram reći da Ray's Boathouse zaslužuje svoju titulu institucije u Seattleu.","{restaurant general, Ray's Boathouse, positive}","{restaurant general, Ray's Boathouse, positive}" +Izvrsna vrijednost sushi uz visoku kvalitetu i lijepo okruženje.,"{ambience general, okruženje, positive};{food quality, sushi, positive};{food prices, sushi, positive}","{food quality, sushi, positive};{ambience general, okruženje, positive};{food prices, sushi, positive}" +"Bilo je toliko puno da sam jedva uspio pojesti, ali jesam jer je bilo ukusno.","{food style_options, null, neutral};{food quality, null, positive}","{food quality, null, positive};{food style_options, null, positive}" +Sviđa mi se ovo restoran,"{restaurant general, restoran, positive}","{restaurant general, restoran, positive}" +Nije preporučljivo! ! !,"{restaurant general, null, negative}","{restaurant general, null, negative}" +Stajali smo tamo 10 minuta dok su zaposlenici hodali naprijed-natrag ignorirajući nas.,"{service general, zaposlenici, negative}","{service general, zaposlenici, negative}" +"Moj g/ž i ja smo se složili da je hrana vrlo osrednja, posebno s obzirom na cijenu.","{food quality, hrana, negative};{food prices, hrana, negative}","{food quality, hrana, negative};{food prices, hrana, negative}" +"– hrana ovdje je nevjerojatna, iako je kvaliteta nedosljedna tijekom ručka .","{food quality, ručka, negative};{food quality, hrana, positive}","{food quality, hrana, negative};{food quality, hrana, positive}" +Nemam ništa loše za reći o ovome mjesto.,"{restaurant general, mjesto, positive}","{restaurant general, mjesto, positive}" +"jedini problem je što stvarno morate zagrijati pizzu prije nego što postane jestiva, čak i kada naručite unaprijed.","{food quality, pizzu, negative}","{food quality, pizzu, negative}" +– Ovo je moj `` koji moram dovesti goste iz grada u `` restoran i uvijek uživaju i oduševljeni su njime.,"{restaurant general, restoran, positive}","{restaurant general, `` restoran, positive}" +Imao sam tanjur za kaftu i uživao sam u njemu.,"{food quality, tanjur za kaftu, positive}","{food quality, tanjur za kaftu, positive}" +Bilo je jasno da mu nije stalo.,"{service general, null, negative}","{service general, null, negative}" +Cezar salata koju sam naručio imala je toliko limuna da je nisam mogla pojesti.,"{food quality, Cezar salata, negative}","{food quality, Cezar salata, negative}" +"Naš poslužitelj je nastavio biti pažljiv tijekom cijele noći, ali ostao sam zbunjen jednim pitanjem: Tko misli da je Ray's prikladno mjesto za odvođenje male djece na večeru?","{service general, poslužitelj, positive};{restaurant miscellaneous, Ray's, neutral}","{service general, poslužitelj, positive}" +"Dobro Hrana, Odlično Usluga, Prosječne cijene (Za Strip)","{food quality, Hrana, positive};{restaurant prices, null, neutral};{service general, Usluga, positive}","{restaurant prices, null, neutral};{service general, Usluga, positive};{food quality, Hrana, positive}" +18:00 u subotu prije predstave na Broadwayu i brzo smo sjeli i bili posluženi.,"{service general, null, positive}","{service general, null, positive}" +"Oni posvećuju toliko detalja svemu, od miso juha do složenih peciva.","{food quality, miso juha, positive};{food quality, peciva, positive}","{food quality, miso juha, positive};{food quality, peciva, positive}" +6 dolara s napojnicom.,"{restaurant prices, null, positive}","{drinks prices, napojnicom, negative};{food prices, null, negative}" +atmosfera je bila sjajna.,"{ambience general, atmosfera, positive}","{ambience general, atmosfera, positive}" +"Drugim riječima, ako oni 'ne zarađuju $ $ na vama, onda nemate visoku ocjenu na njihovoj 'usluga ljestvici'.","{service general, usluga, negative}","{restaurant prices, null, negative}" +– Stvarno sam uživao u obroku ovdje.,"{food quality, obroku, positive}","{drinks quality, obroku, positive}" +"glazba svirala je vrlo moderno, 20-30 nešto pop glazba, ali subwoofer za zvučni sustav nalazio se ispod mog sjedala, što je postalo iritantno usred večere.","{ambience general, subwoofer za zvučni sustav, negative};{ambience general, glazba, positive}","{ambience general, zvučni sustav, negative};{ambience general, glazba, negative}" +Sveto Humus!,"{food quality, Humus, positive}","{food quality, Humus, positive}" +"Za moj ulaz & eacute ; e, potpuno sam uživao u prženim aljaškim morskim kapicama upotpunjenim blitvom, srcima artičoke, komoračem i pecorinom toscanom.","{food quality, prženim aljaškim morskim kapicama, positive};{food style_options, prženim aljaškim morskim kapicama, positive}","{food quality, prženim aljaškim morskim kapicama upotpunjenim blitvom, srcima artičoke, komoračem i pecorinom toscanom, positive}" +"dekor je rustikalni, tradicionalni japanski.","{ambience general, dekor, neutral}","{ambience general, dekor, positive}" +"Ne samo da izbor može biti inovativan, već postoji i lijepa ravnoteža tradicionalnog sushija.","{food style_options, sushija, positive};{food style_options, izbor, positive}","{food style_options, izbor, positive};{food quality, sushija, positive}" +Vjerojatno ćete biti razočarani.,"{restaurant general, null, negative}","{restaurant general, null, negative}" +"hrana je sjajna, barmeni idu dalje.","{service general, barmeni, positive};{food quality, hrana, positive}","{service general, barmeni, positive};{food quality, hrana, positive}" +Restoran nudi opsežnu vinska karta i ambijent koji nećete zaboraviti!,"{drinks style_options, vinska karta, positive};{ambience general, ambijent, positive}","{ambience general, ambijent, positive};{drinks style_options, vinska karta, positive}" +"naan je bio jedan od najboljih koje sam jeo i stvarno sam uživao u bhartha, ne previše rajčici.","{food quality, naan, positive};{food quality, bhartha, positive}","{food quality, naan, positive};{food quality, bhartha, positive}" +Vlasnicima Open Sesame ... Bravo ... Jedva čekam vratiti se na ručak u vaš restoran!,"{restaurant general, Open Sesame, positive}","{restaurant general, Open Sesame, positive}" +"riba je bila svježa, iako je bila izrezana vrlo tanko.","{food style_options, riba, negative};{food quality, riba, positive}","{food quality, riba, positive}" +Bio sam tamo puno otad i uvijek se dobro provedem.,"{restaurant general, null, positive}","{restaurant general, null, positive}" +Moj favorit pizzerija u Seattleu,"{restaurant general, pizzerija, positive}","{restaurant general, pizzerija, positive}" +toplo preporučujem ovo mjesto svima koji žele probati indain hrana po prvi put.,"{food quality, indain hrana, positive}","{restaurant general, ovo mjesto, positive}" +Precijenjeno,"{restaurant general, null, negative}","{restaurant general, null, negative}" +Najgori usluga koji sam ikada imao,"{service general, usluga, positive}","{service general, usluga, negative}" +"Ispostavilo se da je vlasnik sjedio tik do nas i kada je došao provjeriti naše probleme, bio je vrlo omalovažavajući i ponudio simboličnih 20% popusta na naš račun.","{service general, vlasnik, negative}","{service general, vlasnik, negative}" +Otišao sam tamo s nekim prijateljima jedne večeri igrati bingo i gledati utakmicu soxa i bilo je fantastično!,"{restaurant general, null, positive}","{restaurant general, null, positive}" +POTPUNO PRECIJENJENO!,"{restaurant general, null, negative}","{restaurant general, null, negative}" +"– jaja , palačinke , krumpir , svježe voće i jogurt -- sve što poslužuju je ukusno.","{food quality, palačinke, positive};{food quality, jaja, positive};{food quality, krumpir, positive};{food quality, null, positive};{food quality, jogurt, positive};{food quality, svježe voće, positive}","{food quality, null, positive}" +– Ray's je mjesto za visoku kvalitetu večere s plodovima mora.,"{food quality, večere s plodovima mora, positive}","{food quality, plodovima mora, positive}" +Također stvarno uživam u jednostavnosti dekor i intimnosti osjećaj malog restorana.,"{ambience general, dekor, positive};{ambience general, osjećaj, positive}","{ambience general, dekor, positive};{ambience general, osjećaj malog restorana, positive}" +Vraćamo se nazad. :D,"{restaurant general, null, positive}","{restaurant general, null, negative}" +"Trebao sam to spomenuti, ali nisam očekivao da će hrana biti tako blaga.","{food quality, hrana, negative}","{food quality, hrana, negative}" +"Kad sam ušao, bio sam zatečen njihovim nevjerojatnim drveni dekor.","{ambience general, drveni dekor, positive}","{ambience general, drveni dekor, positive}" +"Maleno je mjesto, pa ako stignete prije 20 sati vikendom (četvrtak? nedjelja), lakše ćete pronaći stol ili mjesto u sushi baru.","{restaurant miscellaneous, mjesto, neutral}","{restaurant miscellaneous, Maleno, positive}" +Najbolje susjedstvo Standby .,"{restaurant general, Standby, positive}","{restaurant general, Standby, positive}" +Vratio bih se tamo u tren oka.,"{restaurant general, null, positive}","{restaurant general, null, positive}" +"Ima *vrlo * razumnu cijenu, posebno zbog kvalitete hrane.","{food prices, hrane, positive}","{food prices, hrane, positive};{food quality, hrane, positive}" +"dosta hrane, vjeruj mi.","{food style_options, hrane, positive}","{food style_options, hrane, positive}" +To je savršeno mjesto za romantični sastanak u dvoje ili tajni sastanak!,"{ambience general, mjesto, positive};{restaurant miscellaneous, mjesto, positive}","{restaurant miscellaneous, mjesto, positive}" +Također imajte odlične margarite!,"{drinks quality, margarite, positive}","{drinks quality, margarite, positive}" +Nepretenciozno je i podzemno.,"{ambience general, null, positive}","{restaurant general, null, positive}" +Mjesto je sljedeća najbolja stvar u kuhanju moje mame.,"{food quality, null, positive}","{restaurant general, mjesto, positive}" +"Najbolje mjesto za opušteni nedjeljni doručak usred jahti, zatim prošećite obližnjom Farmer's Market.","{restaurant miscellaneous, mjesto, positive}","{restaurant miscellaneous, null, positive}" +"Ako možete, dođite do ovog mjesta brodom i provedite cijelu večer.","{restaurant miscellaneous, mjesta, positive}","{restaurant miscellaneous, mjesta, positive}" +za desert smo imali mango đumbir creme brulee ... oh la la yummy ! ! !,"{food quality, mango đumbir creme brulee, positive}","{food quality, mango đumbir creme brulee, positive}" +"Isplati se čekati, pogotovo jer će vas nazvati kad stol bude spreman.","{restaurant general, null, positive}","{service general, null, positive}" +Imaju veliki izbor riba i čak navode iz kojih oceana dolaze; Atlantik ili Pacifik.,"{food style_options, riba, positive}","{food style_options, riba, positive}" +Pa pretpostavljam da je teško sjediti kad si nevidljiv za osoblje.,"{service general, osoblje, negative}","{service general, osoblje, negative}" +Izvrsno otvoren i prijateljski raspoložen ambijent.,"{ambience general, ambijent, positive}","{ambience general, ambijent, positive}" +Kratak razgovor s upraviteljem na kraju obroka bio je najveće razočarenje - bilo bi malo reći da smo ``oduševljeni``.,"{service general, upraviteljem, negative}","{service general, razgovor s upraviteljem, negative}" +"Ray's je nešto poput ustanove u Seattleu, ali s obzirom na njegov prekrasan zvučni pogled, sumnjao sam da su pohvale više zbog krajolika nego zbog hrane i usluge.","{location general, zvučni pogled, positive}","{location general, Ray's, positive};{restaurant general, Ray's, positive}" +Zakleo sam se da se nikad više neću vraćati po toplo pivo i osrednje jelo.,"{food quality, jelo, negative};{drinks quality, pivo, negative}","{drinks quality, toplo pivo, negative};{food quality, osrednje jelo, negative}" +"Ako je vani lijepo, zatražite stol na balkon .","{ambience general, balkon, positive}","{location general, stol na balkon, positive}" +Sjajna hrana sa sjajnom atmosferom!,"{ambience general, atmosferom, positive};{food quality, hrana, positive}","{ambience general, atmosferom, positive};{food quality, hrana, positive}" +Završio sam obrok s neobičnim desert s okusom porta i čokolade ... ukusno!,"{food quality, desert s okusom porta i čokolade, positive}","{food quality, desert s okusom porta i čokolade, positive}" +Dobio sam predjelo od školjki i škampa i bilo je u redu.,"{food quality, predjelo od školjki i škampa, neutral}","{food quality, predjelo od školjki i škampa, neutral}" +"pizze su tanke kore, a jelovnik nudi vrlo kreativne kombinacije i nadjeve.","{food style_options, pizze, positive};{food style_options, jelovnik, positive}","{food style_options, jelovnik, positive};{food quality, pizze, positive}" +To je sjajno mjesto za uživanje hrana i upoznavanje prijatelja.,"{restaurant miscellaneous, mjesto, positive};{food quality, hrana, positive}","{restaurant miscellaneous, mjesto, positive}" +"usluga je bila izvrsna, kava je bila dobra čak i prema standardima Starbucksa, a hrana je bila izvanredna.","{service general, usluga, positive};{food quality, hrana, positive};{drinks quality, kava, positive}","{food quality, hrana, positive};{service general, usluga, positive};{drinks quality, kava, positive}" +Ovo je mjesto za opuštanje i uživanje u najboljoj kvaliteti hrana koju industrija može ponuditi.,"{ambience general, mjesto, positive};{food quality, hrana, positive}","{food quality, hrana, positive}" +Vratio bih se samo zbog vina iskustva.,"{drinks quality, vina, positive}","{drinks quality, vina, positive}" +Najbolji lignje u Seattleu!,"{food quality, lignje, positive}","{food quality, lignje, positive}" +Prezentacija Snooze je izvrsna i jedno je od onih mjesta na kojima se osjećate sofisticiranije samo zato što ste tamo; ali skinite slojeve i dobit ćete precijenjeni IHOP s visokim čelom izbornik .,"{restaurant prices, Snooze, negative};{food style_options, izbornik, negative};{ambience general, Snooze, positive}","{restaurant miscellaneous, Snooze, positive};{restaurant prices, Snooze, positive}" +"Žalio sam se upravitelju, ali on se nije ni ispričao.","{service general, upravitelju, negative}","{service general, upravitelju, negative}" +Mnogo više od samog sjajnog pogled!,"{location general, pogled, positive}","{location general, pogled, positive}" +Atmosfera je bila sasvim u redu.,"{ambience general, null, neutral}","{ambience general, Atmosfera, neutral}" +Nakon sjedenja trebalo je oko 30 minuta da konačno dobijemo obrok.,"{service general, null, negative}","{service general, null, negative}" +"– U doba povećanja troškova u restoranima, lijepo je vidjeti mjesto koje se protivi tom trendu i jednostavno pruža visoku kvalitetu hrana i dobru usluga, točka.","{service general, usluga, positive};{food quality, hrana, positive}","{restaurant prices, mjesto, positive};{food quality, hrana, positive};{service general, usluga, positive}" +"Jako mi se svidjela atmosfera, ali hrana nije bila vrijedna te cijene.","{ambience general, atmosfera, positive};{food quality, hrana, negative};{food prices, hrana, negative}","{restaurant prices, null, negative};{ambience general, atmosfera, positive};{food quality, hrana, negative}" +"Nalazi se u trgovačkom centru u blizini Beverly Centera, nije najbolji lokacija, ali hrana me tjera da se vraćam po još.","{location general, lokacija, neutral};{food quality, hrana, positive}","{food quality, hrana, positive};{location general, lokacija, negative}" +"Na svom obroku morao sam vratiti svoja jaja zbog jednostavnog zahtjeva da razbijem jarmove prije kuhanja, i morao bih ih ponovno poslati da nisam odbio obrok svi zajedno .","{food quality, obroku, negative};{food quality, jaja, negative}","{food style_options, obrok, negative}" +"bend je bio vrlo dobar, a usluga je bila pažljiva.","{ambience general, bend, positive};{service general, usluga, positive}","{service general, usluga, positive};{restaurant general, bend, positive}" +"– Kako opisati najbolji sushi u New Yorku: hmmmm, ukusan, nevjerojatan, fantastičan, sočan, savršen, ne, sve gore navedeno.","{food quality, sushi, positive}","{food quality, sushi, positive}" +– Šarmantan lokacija uz marinu u Long Beachu i prosječan hrana Schoonera ili Latera nažalost ne nadoknađuju njegovu vrlo lošu korisnička služba.,"{service general, korisnička služba, negative};{food quality, hrana, neutral};{location general, lokacija uz marinu u Long Beachu, positive}","{service general, korisnička služba, negative};{location general, lokacija, positive};{food quality, hrana, neutral}" +"Odmah smo sjeli, stol je bio privatan i lijep.","{ambience general, stol, positive}","{ambience general, stol, positive}" +"dobro sake, dobro hrana – iskreno, uopće ne znam puno o japanskoj hrani.","{drinks quality, sake, positive};{food quality, hrana, positive}","{drinks quality, sake, positive};{food quality, japanskoj hrani, positive}" +Ponesite svoj mobitel jer ćete možda morati čekati da uđete u najbolji sushi restoran na svijetu: BLUE RIBBON SUSHI .,"{restaurant general, BLUE RIBBON SUSHI, positive}","{restaurant general, BLUE RIBBON SUSHI, positive}" +"Na kraju je naš ček iznosio 27 dolara za 4 male palačinke, burrito za doručak, sok od naranče i ledeni čaj (imao sam vodu).","{food style_options, palačinke, negative};{food prices, burrito za doručak, negative};{drinks prices, sok od naranče, negative};{food prices, palačinke, negative};{drinks prices, ledeni čaj, negative}","{food prices, ček, negative};{food style_options, ček, negative};{food style_options, burrito za doručak, negative}" +Dobro hrana!,"{food quality, hrana, positive}","{food quality, hrana, positive}" +"catering nije na ovom svijetu, a Raouls pileća juha od povrća ljulja moj svijet! ! !","{food quality, Raouls pileća juha od povrća, positive};{food quality, catering, positive}","{food quality, pileća juha od povrća, negative};{restaurant miscellaneous, Raouls, negative}" +Trebao sam samo tražiti ček kad sam to vidio; ali njihov jelovnik bio je toliko jedinstven da sam nastavio .,"{food style_options, jelovnik, positive}","{food style_options, jelovnik, positive}" +Sjajno doručak,"{food quality, doručak, positive}","{restaurant general, doručak, positive}" +brancin na rižotu od jastoga bio je najbolji.,"{food quality, brancin na rižotu od jastoga, positive}","{food quality, brancin na rižotu od jastoga, positive}" +– Atmosfera izvrsna je za svaku posebnu prigodu koju želite proslaviti.,"{ambience general, null, positive}","{ambience general, Atmosfera, positive}" +"Sjajno sezonska riba i plodovi mora, s otmjenom okruženje uz obalu .","{food quality, sezonska riba, positive};{food quality, plodovi mora, positive};{ambience general, okruženje uz obalu, positive}","{food quality, sezonska riba, positive};{food quality, plodovi mora, positive};{location general, okruženje uz obalu, positive}" +"pizze nisu velike, a kora je tanka ... imajte to na umu kada naručujete.","{food style_options, pizze, neutral};{food style_options, kora, neutral}","{food style_options, pizze, negative};{food quality, kora, negative}" +Jedina pozitivna stvar kod Mioposta je lijepa lokacija.,"{location general, lokacija, positive}","{location general, lokacija, positive}" +Cijenim i njihovu dostavu.,"{service general, dostavu, positive}","{service general, dostavu, positive}" +Jako razočaran.,"{restaurant general, null, negative}","{restaurant general, null, negative}" +"pizza je ukusna, a salate su fantastične.","{food quality, pizza, positive};{food quality, salate, positive}","{food quality, salate, positive};{food quality, pizza, positive}" +Najsvježije sushi – volim ovo restoran .,"{restaurant general, restoran, positive};{food quality, sushi, positive}","{food quality, sushi, positive}" +odrezak je pečen baš po mojim željama (srednje pečen) i bio je lijep i sočan.,"{food quality, odrezak, positive}","{food quality, odrezak, positive};{food style_options, odrezak, positive}" +"Ozbiljno, nećete pogriješiti ako tražite nepretencioznu lokalnu zabavu.","{ambience general, null, positive}","{restaurant general, null, positive}" +"vlasnici su super zabavni, a izbor piva vrijedi ostati.","{service general, vlasnici, positive};{drinks style_options, izbor piva, positive}","{drinks style_options, izbor piva, positive};{service general, vlasnici, positive}" +Sjajno točeno i izbor boca i pizza kamenje.,"{food quality, pizza, positive};{drinks style_options, točeno i izbor boca, positive}","{food quality, boca, positive};{food style_options, pizza kamenje, positive};{food quality, točno, positive}" +"Jamčim da se nećete razočarati, tu je i usluga parkiranja.","{restaurant general, null, positive};{restaurant miscellaneous, null, positive}","{service general, usluga parkiranja, positive}" +Kasnovečernja večera s izuzetnim hrana .,"{food quality, hrana, positive}","{food quality, hrana, positive}" +"porcije su ipak velike, pa nemojte naručivati previše.","{food style_options, porcije, neutral}","{food style_options, porcije, positive}" +Definitivno ima jedan od najboljih jukebox koje sam vidio u dugo vremena.,"{ambience general, jukebox, positive}","{ambience general, jukebox, positive}" +Usluga bila je pristojna.,"{service general, Usluga, neutral}","{service general, usluga, positive}" +Apsolutno ukusno.,"{food quality, null, positive}","{food quality, null, positive}" +"Oh, i krumpirići sa sirom su sjajni!","{food quality, krumpirići sa sirom, positive}","{food quality, krumpirići sa sirom, positive}" +Svi koji su sjedili straga vani složili su se da je to najgora usluga koju smo ikada dobili.,"{service general, usluga, negative}","{service general, usluga, negative}" +"Možda nisam guru za sushi, ali mogu vam reći da je hrana ovdje sasvim u redu i da nema puno više od toga.","{food quality, hrana, negative}","{food quality, hrana, positive};{food style_options, hrana, positive}" +"Izvrsno hrana, lijepo ambijent, prilično skupo","{restaurant prices, null, negative};{ambience general, ambijent, positive};{food quality, hrana, positive}","{ambience general, ambijent, positive};{food quality, hrana, positive};{food prices, hrana, negative}" +"Tope se u ustima nigiri i sashmi , a i vrlo ukusni kiflice.","{food quality, kiflice, positive};{food quality, nigiri, positive};{food quality, sashmi, positive}","{food quality, kiflice, positive};{food quality, nigiri, positive};{food quality, sashmi, positive};{food quality, Tope se u ustima, positive}" +Napokon obrok koji ćete dugo pamtiti!,"{food quality, obrok, positive}","{food quality, obrok, positive}" +"Najbolje hrana, fenomenalno usluga","{service general, usluga, positive};{food quality, hrana, positive}","{service general, usluga, positive};{food quality, hrana, positive}" +Preporučam ga za noć kada se želite razbacivati! (bilo je malo skupo),"{restaurant prices, null, negative};{restaurant general, null, positive}","{restaurant prices, null, negative};{restaurant general, null, positive}" +"Iako je ova zalogajnica imala relativno dobru hranu, osoblje restorana se činilo potpuno ravnodušnim prema našoj prisutnosti, a takav se stav odrazio na nedostatak usluge.","{food quality, hranu, positive};{service general, osoblje restorana, negative}","{service general, osoblje, negative};{food quality, zalogajnica, positive}" +Bez usporedbe,"{restaurant general, null, positive}","{restaurant general, null, positive}" +"pa što se tiče kozice, bile su svježe i imale su laganu hrskavost u odnosu na tijesto ... takooo dobro ... orasi su narezani na manje komade i vrlo su hrskavi i ukusni.","{food quality, kozice, positive};{food quality, orasi, positive};{food quality, tijesto, positive}","{food quality, kozice, positive};{food quality, orasi, positive}" +Tako sam sretan što imam prekrasan talijanski restoran u svom susjedstvu.,"{restaurant general, talijanski restoran, positive}","{restaurant general, talijanski restoran, positive}" +Čekali smo sat vremena da sjednemo.,"{service general, null, negative}","{service general, null, negative}" +"Naručili smo i iako smo naručili 4 predjela, hrana je stigla tek 45 minuta kasnije... UZ NAŠE GLAVNO JELO.","{service general, null, negative}","{service general, null, negative}" +Jedva čekam da se ponovno vratim nadolazeći vikend!,"{restaurant general, null, positive}","{restaurant general, null, positive}" +"Ako ste zainteresirani za dobar okus (bez okusa i mirisa ribe), velika porcije i kreativna sushi jela ovo je vaše mjesto...","{food quality, null, positive};{food style_options, porcije, positive};{food style_options, sushi jela, positive}","{food quality, sushi jela, positive};{food style_options, porcije, positive}" +Savršeno mjesto za izvođenje gostiju iz grada u bilo koje doba godine.,"{restaurant general, mjesto, positive}","{restaurant miscellaneous, null, positive}" +Probao sam sva tri artikla na njoj tanjur i bili su izvrsni.,"{food quality, tanjur, positive}","{food quality, tanjur, positive}" +Dobro za večeru kasno u noć (planiranje u zadnji čas) bez rezervacije.,"{restaurant miscellaneous, null, positive}","{restaurant miscellaneous, null, positive}" +tamo nikad nisam razočaran hrana.,"{food quality, hrana, positive}","{food quality, hrana, positive}" +– Daleko najbolji bar u East Villageu ...,"{restaurant general, bar, positive}","{restaurant general, bar, positive}" +To je sjajno mjesto za gledanje ljudi.,"{restaurant miscellaneous, mjesto, positive}","{restaurant miscellaneous, mjesto, positive}" +"Prostor je bio ograničen, ali hrana je to nadoknadila.","{food quality, hrana, positive};{restaurant miscellaneous, Prostor, negative}","{food quality, hrana, positive};{ambience general, Prostor, negative}" +Jakobove kapice se očito kuhaju na crnom maslinovom maslacu što ih zaista čini jedinstvenima (da ne spominjemo ukusnima).,"{food quality, Jakobove kapice, positive};{food style_options, Jakobove kapice, positive}","{food quality, Jakobove kapice, positive}" +Ovo mjesto je šarmantno i opuštajuće.,"{ambience general, mjesto, positive}","{ambience general, mjesto, positive}" +uopće nije za žvakanje.,"{food quality, null, positive}","{food quality, null, negative}" +Bili smo u Seattleu samo jednu noć i tako mi je drago što smo odabrali Rays za večeru!,"{restaurant general, Rays, positive}","{restaurant general, Rays, positive}" +"– Nikada neću zaboraviti nevjerojatan obrok, usluga i ambijent koji doživljavam u ovom restoranu.","{service general, usluga, positive};{ambience general, ambijent, positive};{food quality, obrok, positive}","{restaurant general, restoranu, positive};{food quality, obrok, positive};{service general, usluga, positive}" +Sjajno posebno predjelo od španjolske skuše i savršeno sushi u kutiji (to jegulja s avodcaom -- um um um ) .,"{food quality, sushi u kutiji, positive};{food quality, posebno predjelo od španjolske skuše, positive};{food quality, jegulja s avodcaom, positive}","{food quality, predjelo od španjolske skuše, positive};{food quality, sushi u kutiji, positive}" +Vikendom ćete možda morati čekati nekoliko sati.,"{service general, null, neutral}","{service general, null, negative}" +"– hrana nije bila sjajna, a konobari su bili nepristojni.","{service general, konobari, negative};{food quality, hrana, negative}","{service general, konobari, negative};{food quality, hrana, negative}" +"9 oz odrezak je došao sljedeći i imao je odličan okus, barem u početku.","{food quality, 9 oz odrezak, positive}","{food quality, odrezak, positive}" +"Kad sam stigao tamo, sjeo sam uz stepenice gdje je atmosfera bila ugodna, a usluga užasna!","{service general, usluga, negative};{ambience general, atmosfera, positive}","{service general, usluga, negative};{ambience general, atmosfera, positive}" +"vinska karta je nevjerojatna, opsežna i raznolika, hrana je nevjerojatna, a osoblje je sve bilo jako lijepo, dobro u svom poslu i kulturno.","{service general, osoblje, positive};{drinks style_options, vinska karta, positive};{food quality, hrana, positive}","{service general, osoblje, positive};{drinks style_options, vinska karta, positive};{food quality, hrana, positive}" +– NE MOŽE BITI BOLJE! ! ! ! !,"{restaurant general, null, positive}","{restaurant general, null, positive}" +Nedjeljom poslijepodne svira bend i jako je zabavno.,"{ambience general, bend, positive}","{ambience general, bend, positive}" +"Sve, a mislim sve na izborniku je preslatko.","{food quality, izborniku, positive}","{restaurant general, null, negative}" +"Znam da mnogi ljudi imaju svoje omiljene vrste pizza i pizza mjesta, ali Mioposto pizza nema kvalitetu i dobar okus.","{food quality, pizza, negative}","{food quality, pizza, negative}" +"Postoji samo jedno mjesto na istočnoj obali koje ima sve, plus puno više.","{restaurant general, mjesto, positive}","{restaurant general, mjesto, positive}" +Uvijek pobjednik.,"{restaurant general, null, positive}","{restaurant general, null, positive}" +Prethodne recenzije su rekle da su prilagođene djeci ... dajte mi odmor s dvoje male djece što je svjetlosna godina.,"{restaurant miscellaneous, null, negative}","{restaurant miscellaneous, null, positive}" +pizze su lagane i ukusne.,"{food quality, pizze, positive}","{food quality, pizze, positive};{food quality, pizze, positive}" +"Pogledajte umjetnost na zidovima, vrlo šarena!","{ambience general, umjetnost na zidovima, positive}","{ambience general, umjetnost na zidovima, positive}" +Osrednji hrana,"{food quality, hrana, neutral}","{food quality, hrana, neutral}" +Nikad se više neću vratiti.,"{restaurant general, null, negative}","{restaurant general, null, negative}" +Bilo nam je vrlo teško privući pozornost konobarice i konačno smo morali ustati i ući unutra razgovarati s upraviteljem.,"{service general, konobarice, negative}","{service general, konobarica, negative}" +Nikad prevelika gužva i uvijek odlično usluga .,"{service general, usluga, positive};{restaurant miscellaneous, null, positive}","{service general, usluga, positive};{ambience general, gužva, positive}" +ti si na vrućem spoju i on/ona ima potrebu za sushi ... onda bi ovo moglo biti pravo mjesto.,"{food quality, sushi, positive}","{restaurant miscellaneous, ti, positive}" +"– Ne mogu vjerovati Murphy's postoji više od 25 godina, nevjerojatno.","{restaurant miscellaneous, Murphy's, positive}","{restaurant miscellaneous, Murphy's, negative}" +"Možete biti zauzeti petkom za stolom, ali kada sjednete, usluga je toliko učinkovita da možete brzo ući i izaći.","{service general, usluga, positive}","{service general, usluga, positive}" +"to? poslužuju se ili s umak od papra ili redukcija crnog vina, iako se oba nisu mogla razlikovati po okusu.","{food quality, redukcija crnog vina, neutral};{food quality, umak od papra, neutral}","{food quality, umak od papra, negative};{food quality, redukcija crnog vina, negative}" +Najljepši konobari u gradu.,"{service general, konobari, positive}","{service general, konobari, positive}" +usluga bila je ljubazna i pažljiva.,"{service general, usluga, positive}","{service general, usluga, positive}" +"Dok sam ovo pisao, upravo sam ponovno pokušao dati link i još uvijek ne radi.","{restaurant miscellaneous, null, negative}","{service general, null, negative}" +sve daljnje potrebe koje smo možda imali nisu mogle biti zadovoljene jer nitko nije stao pokraj stola.,"{service general, null, negative}","{service general, null, negative}" +"Dobar Sushi, visoka cijena","{food quality, Sushi, positive};{food prices, Sushi, negative}","{food quality, Sushi, positive};{food prices, Sushi, negative}" +Ali poslužitelji bili su iznimno pažljivi i vrlo prijateljski raspoloženi.,"{service general, poslužitelji, positive}","{service general, poslužitelji, positive}" +"Bio sam na ovom mjesto, ljudi, i LOŠE je.","{restaurant general, mjesto, negative}","{restaurant general, ljudi, negative}" +odlično usluga,"{service general, usluga, positive}","{service general, usluga, positive}" +Bilo je to kao da jedete u potpuno drugom restoranu.,"{restaurant general, null, positive}","{restaurant general, restoranu, negative}" +Dva palca gore!,"{food quality, null, positive}","{restaurant general, null, negative}" +Zamislite moje sretno iznenađenje kada sam otkrio da su pogledi tek treća najbolja stvar kod Rayovih!,"{restaurant general, Rayovih, positive};{location general, pogledi, positive}","{restaurant general, Rayov, positive}" +"Ruku na srce, najbolji tuna koji sam ikada jeo.","{food quality, tuna, positive}","{food quality, tuna, positive}" +"Ako idete vidjeti Dannyja Gansa ili samo odsjesti u Mirageu, ne propustite ovo.","{restaurant general, null, positive}","{restaurant general, Mirage, positive}" +odlično mjesto za ručak,"{restaurant general, mjesto za ručak, positive}","{restaurant general, mjesto, positive}" +Volim doručak ovdje.,"{food quality, doručak, positive}","{restaurant general, doručak, positive}" +sashimi bio je najsvježiji i najnježniji koji sam ikada probao.,"{food quality, sashimi, positive}","{food quality, sashimi, positive}" +Njihov jelovnik neće vas razočarati.,"{food style_options, jelovnik, positive}","{food style_options, jelovnik, positive}" +"Mnogi ljudi govore o odličnoj pizza i lošoj usluga, tako da to ne mogu biti samo vrijeđanja nekoliko nezadovoljnih kupaca.","{food quality, pizza, positive};{service general, usluga, negative}","{service general, usluga, negative};{food quality, pizza, positive}" +Neću se vratiti .,"{restaurant general, null, negative}","{restaurant general, null, negative}" +moja usluga bila je sjajna!,"{service general, usluga, positive}","{service general, usluga, positive}" +sigurno se vraćamo u ovaj restoran .,"{restaurant general, restoran, positive}","{restaurant general, restoran, positive}" +Sigurno će se vratiti.,"{restaurant general, null, positive}","{restaurant general, null, positive}" +Možda je dobro za onu jednu noć jednom za plavog mjeseca kada kuhari odluče upotrijebiti riba to je napola pristojno.,"{food quality, riba, negative}","{restaurant miscellaneous, null, negative}" +"– Bio sam na Open Sesame samo jednom, ali još uvijek se vrtim od iskustva! !","{restaurant general, Open Sesame, positive}","{restaurant general, Open Sesame, positive}" +"palačinke su svakako bile inventivne, ali 8,50 $ za 3 - 6 `` palačinke (jedna od njih je bila više kao 5 ``) u letu palačinki (uzorak od 3 različite palačinke) je dobro precijenjen.","{food style_options, palačinke, positive};{food prices, palačinke, negative}","{food style_options, palačinki, positive};{food prices, palačinki, negative};{food style_options, palačinke, positive}" +"MEĐUTIM, jednog nedjeljnog poslijepodneva suprug i ja smo ipak otišli (iako uz moje glasno negodovanje) i bili smo ugodno iznenađeni.","{restaurant general, null, positive}","{restaurant miscellaneous, null, positive}" +Itekako vrijedno toga,"{restaurant general, null, positive}","{restaurant general, Itekako, positive}" +Oprez - stvarna je hrana za ljude koji vole najbolje.,"{food quality, hrana, positive}","{food quality, hrana, positive}" +"Imam, ali ovdje - u toaletu zahod je bila kupaonica, što je bilo čudno.","{restaurant miscellaneous, zahod, negative}","{ambience general, toaletu, negative}" +Najbolje jelo su honwy kozice od oraha - jednostavno izvanredne.,"{food quality, honwy kozice od oraha, positive}","{food quality, honwy kozice od oraha, positive}" +palačinke trebaju biti veće (najmanje 8 ``) kako bi opravdale trošak čak i uz jedinstvene ponude.,"{food style_options, palačinke, negative}","{food style_options, palačinke, negative};{food prices, palačinke, negative}" +– Prvi put sam večerao u ovom restoranu sa svojim sinom i bilo je apsolutno užasno!,"{restaurant general, restoranu, negative}","{restaurant general, restoranu, positive}" +Izvrsno,"{restaurant general, null, positive}","{restaurant general, null, positive}" +"Parking je relativno dobar, imaju svoje parkiralište i možete parkirati u obližnjem parku.","{restaurant miscellaneous, null, positive}","{parking general, parkiralište, positive};{parking general, Parking, positive}" +Cezar salata bila je izvrsna.,"{food quality, Cezar salata, positive}","{food quality, Cezar salata, positive}" +"– Ne razumijem kako sam tako dugo bio stranac na ovom mjestu ... the fajita salata , the colorado , the fajitas - SVE je ukusno .","{food quality, colorado, positive};{food quality, fajita salata, positive};{food quality, fajitas, positive}","{food quality, fajita salata, positive};{food quality, colorado, positive};{food quality, fajitas, positive}" +najbolje kineska hrana koje sam probao u dugo vremena,"{food quality, kineska hrana, positive}","{food quality, kineska hrana, positive}" +Cijena je također bila odgovarajuća.,"{restaurant prices, null, positive}","{restaurant prices, null, positive}" +Ukusno...!,"{food quality, null, positive}","{food quality, null, positive}" +Stavili smo ime i iako je bilo otvorenih stolova rečeno nam je da će biti potrebno čekati 30 minuta.,"{service general, null, negative}","{service general, null, negative}" +kava je također vrlo dobra.,"{drinks quality, kava, positive}","{drinks quality, kava, positive}" +"Na piće smo čekali više od 30 minuta, a na hranu više od 1 i 2 sata.","{service general, null, negative}","{service general, null, negative}" +poslužitelji iza pulta uvijek su ljubazni i uslužni.,"{service general, poslužitelji iza pulta, positive}","{service general, poslužitelji, positive}" +"Naš konobar nije postojao i nakon što je naša hrana konačno stigla više od sat vremena nakon što smo naručili, nismo dobili vodu ni posuđe.","{service general, konobar, negative}","{service general, konobar, negative};{food style_options, hrana, negative};{service general, konobar, negative}" +– Ovo mjesto je nevjerojatno precijenjeno.,"{restaurant general, mjesto, negative}","{restaurant general, mjesto, negative}" +Vrlo loše služba za korisnike .,"{service general, služba za korisnike, negative}","{service general, služba, negative}" +Ne možemo reći dovoljno o njihovim ukusnim gurmanima pizze!,"{food quality, pizze, positive}","{food quality, gurmanima pizze, positive}" +"Nadalje, dok je riba nedvojbeno svježa, rolice obično su neobjašnjivo bljutave.","{food quality, rolice, negative};{food quality, riba, positive}","{food quality, rolice, negative};{food quality, riba, positive}" +Jedina mana je gužva sjedenje i sporost usluga.,"{service general, usluga, negative};{restaurant miscellaneous, sjedenje, negative}","{service general, usluga, negative};{ambience general, sjedenje, negative}" +"Nije ostalo puno mjesta za pušenje u New Yorku, ali pronašao sam svoju omiljenu pušaču balkon u gradu.","{restaurant miscellaneous, balkon, positive}","{ambience general, balkon u gradu, positive}" +"Podijelili smo obiteljski pladanj, a ja sam posebno uživao u crni bakalar u sake kasu .","{food quality, crni bakalar u sake kasu, positive}","{food quality, crni bakalar u sake kasu, positive}" +"Ali prostor je malen i lijep, a usluga je korisna.","{ambience general, prostor, positive};{service general, usluga, positive}","{service general, usluga, positive};{ambience general, prostor, positive}" +Vrijedilo je čekati.,"{restaurant general, null, positive}","{restaurant general, null, positive}" +ukusan .,"{food quality, null, positive}","{food quality, ukusan, negative}" +Sladak,"{food quality, null, positive}","{food quality, Sladak, positive}" +- Osrednji Usluga / Kvaliteta,"{service general, Usluga, neutral}","{service general, Usluga, negative}" +"– Ovo je jedno od mojih najboljih mjesta za ručak, ogromno porcije, brzo usluga i nevjerojatno margarite! !","{service general, usluga, positive};{drinks quality, margarite, positive};{restaurant general, null, positive};{food style_options, porcije, positive}","{food style_options, porcije, positive};{restaurant general, margarite, positive};{service general, usluga, positive}" +Najbolji kolači od rakova u gradu,"{food quality, kolači od rakova, positive}","{food quality, kolači od rakova, positive}" +"Sve što sam ovdje jeo je dobro, taco salate, burritos, enchilade volim ovo mjesto.","{food quality, taco salate, positive};{food quality, null, positive};{restaurant general, mjesto, positive};{food quality, burritos, positive};{food quality, enchilade, positive}","{food quality, enchilade, positive};{food quality, burritos, positive};{food quality, taco salate, positive};{restaurant general, ovo mjesto, positive}" +"Odlično Pizza, Loše Usluga","{food quality, Pizza, positive};{service general, Usluga, negative}","{service general, Usluga, negative};{food quality, Pizza, positive}" +sjajan,"{restaurant general, null, positive}","{restaurant general, null, positive}" +Moja najbolja prijateljica jela pileća shawarma i JOŠ UVIJEK oduševljeno govori o tome da je najbolja posvuda!,"{food quality, pileća shawarma, positive}","{food quality, pileća shawarma, positive}" +Chintzy porcije,"{food style_options, porcije, negative}","{food style_options, porcije, negative}" +Dobro jede .,"{food quality, jede, positive}","{restaurant general, null, positive}" +"Obično vas na mjestima pitaju koliko vruće želite, ali nisu.","{service general, null, negative}","{service general, null, negative}" +"Uvijek sam smatrao da je osoblje konobara i, ako sjedite za šankom, kuhari vrlo ljubazni.","{service general, kuhari, positive}","{service general, osoblje, positive}" +Ništa na izborniku nije manje nego nevjerojatno.,"{food quality, izborniku, positive}","{food quality, izbornik, negative}" +"Moja grupa od dvoje bila je posebno ambiciozna i razbacili smo se Shilshole Sampler ... prekrasnim izborom golemih bijelih zaljevskih kozica, dimljene bijele tune, Rayeve fantastične manila školjke začinjeno koprom, jakobovim kapicama u ukusnom sojinom preljevu i malenom hrpicom Dungeness rakova na vrhu uzvišenog umak od maslaca .","{food quality, umak od maslaca, positive};{food style_options, Shilshole Sampler, positive};{food style_options, bijelih zaljevskih kozica, positive};{food quality, manila školjke, positive};{food quality, sojinom preljevu, positive}","{food quality, Shilshole Sampler... prekrasnim izborom golemih bijelih zaljevskih kozica, positive};{food quality, Rayeve fantastične manila školjke začinjeno koprom, positive};{food quality, jakobovim kapicama u ukusnom sojinom preljevu, positive};{food quality, malenom hrpicom Dungeness rakova, positive};{food quality, dimljene bijele tune, positive}" +"Bio sam iskreno šokiran kada sam pročitao loše kritike - ovo mjesto je fantastično; nije nas iznevjerio ni na koji način, a jeli smo ovdje više od 10 puta.","{restaurant general, mjesto, positive}","{restaurant general, mjesto, positive}" +"Vaš obožavatelj sushi, volite stručno rezanu ribu, sjajnu sake, ubojitu SOHO lokacija i naravno: losos, tuna, metilj, žuti rep, bakalar, Skuša, žele riba, morski jež, škampi, jastog, orada, pastrva, mliječna riba, Tuna plave peraje, jegulja, rakovi, sardine, grdobine, ikra, jakobove kapice, kamenice i razne vrste Toro.","{food quality, sushi, positive};{location general, SOHO lokacija, positive};{food style_options, Toro, positive};{drinks quality, sake, positive};{food style_options, ribu, positive}","{food quality, bakalar, positive};{food quality, žuti rep, positive};{food quality, losos, positive};{food quality, metilj, positive};{food quality, tuna, positive};{food quality, Skuša, positive};{food quality, žele riba, positive};{food quality, mliječna riba, positive};{food quality, Tuna plave peraje, positive};{food quality, jastog, positive};{food quality, sardine, positive};{food quality, ikra, positive};{food quality, jak" +usluga je fantastična na ovom zabavnom mjestu .,"{restaurant general, mjestu, positive};{service general, usluga, positive}","{ambience general, mjestu, positive};{service general, usluga, positive}" +"Također, bio je samo jedan kupaonska kabina - vjerojatno treba više za tako velike gužve.","{restaurant miscellaneous, kupaonska kabina, negative}","{ambience general, kupaonska kabina, negative}" +Otišli smo a da uopće nismo dobili usluga .,"{service general, usluga, negative}","{service general, usluga, negative}" +Svidjelo mi se .,"{restaurant general, null, positive}","{restaurant general, null, positive}" +– Toplo preporučujem Mioposto .,"{restaurant general, Mioposto, positive}","{restaurant general, Mioposto, positive}" +"hrana je fantastična, autentična, ukusna i vrlo, vrlo pristupačna.","{food quality, hrana, positive};{food prices, hrana, positive}","{food quality, hrana, positive};{food prices, hrana, positive}" +Ovdje sam jeo tri puta i utvrdio sam da su kvaliteta i raznolikost ribe izvrsni.,"{food quality, ribe, positive};{food style_options, ribe, positive}","{food quality, riba, positive};{food style_options, riba, positive}" +"Ali ona je vrlo prijateljski nastrojena s nekim ljudima, što to čini još iritantnijim.","{service general, null, negative}","{service general, null, negative}" +obični jelovnik ovdje je malo iznad prosjeka što nije vrijedno šmrkavog stava koji imate.,"{food quality, obični jelovnik, neutral};{service general, null, negative}","{food quality, jelovnik, negative}" +"Također, poslužuju NAJBOLJE hummus u Americi, uz kapljicu mirisnog maslinovog ulja (što je, vjerujem, tradicionalan način)!","{food quality, hummus, positive};{food style_options, hummus, positive}","{food quality, hummus, positive}" +odlično pivo,"{drinks quality, pivo, positive}","{drinks quality, pivo, positive}" +Plodovi mora Plus,"{food quality, Plodovi mora, positive}","{food quality, Plodovi mora, positive}" +"tužno je što nema puno ljudi koji često jedu na ovakvim mjestima koja izgledaju skupo jer su u hotelu ... ali su definitivno ona koja ne želite propustiti, pogotovo ako ste u centru San Josea.","{restaurant general, null, positive}","{restaurant general, null, positive};{restaurant prices, null, negative}" +"Poslužuju ga u visokoj, tankoj čaši u obliku pješčanog sata kako bi prikrili činjenicu da u supermarketu dobivate mali sok po cijeni od pola galona.","{drinks style_options, sok, negative};{drinks prices, sok, negative}","{drinks style_options, čaši, negative}" +"hrana je bila u redu, ali usluga je bila toliko loša da je hrana bila hladna, što je omogućilo da svi u mojoj grupi budu posluženi.","{service general, usluga, negative};{food quality, hrana, neutral}","{service general, usluga, negative};{food quality, hrana, neutral};{service general, null, negative}" +odlično obrok – riba na pladnju s omikaseom bilo je apsolutno dekadentno -- nije bilo ništa od žilavosti koja ponekad prati pošteni sushi -- ova je riba bila savršena! ! ! !,"{food quality, riba na pladnju s omikaseom, positive};{food quality, obrok, positive}","{food quality, riba na pladnju s omikaseom, positive};{food quality, obrok, positive}" +Pića su izvrsna i osjećam se kao da sam u zemlji Trećeg svijeta kad uđem na vrata.,"{drinks quality, Pića, positive};{ambience general, null, positive}","{drinks quality, Pića, positive}" +Otvori i ohladi mjesto s najboljim pizza i kava,"{ambience general, mjesto, positive};{food quality, pizza, positive};{drinks quality, kava, positive}","{food quality, pizza, positive};{ambience general, mjesto, positive};{drinks quality, kava, positive}" +Creme brulee od zelenog čaja je obavezan!,"{food quality, Creme brulee od zelenog čaja, positive}","{food quality, Creme brulee od zelenog čaja, positive}" +Našao sam novi dom i upravo sam se preselio s dugotrajnim najmom.,"{restaurant general, null, positive}","{restaurant general, null, positive}" +"Nisu najpričljiviji, ali svaki put kad sam bio tamo bili su jako zaposleni, što je vjerojatno razlog za nedostatak razgovora.","{service general, null, neutral}","{service general, zaposleni, positive};{restaurant miscellaneous, null, positive}" +"Sama pizza nije baš najbolja koju sam IKAD jeo, ali je ipak prilično dobra.","{food quality, pizza, positive}","{food quality, pizza, positive}" +"Imali smo isto konobar drugi put, pa je možda usluga manjkava i naša sreća.","{service general, konobar, positive}","{service general, konobar, negative}" +– To je velika izjava s obzirom na to da izvlačim zamke za rakove i izrađujem kolače sam od svoje sedme godine - ali nešto u vezi s ovim malim vragovima svaki put postaje bolje.,"{food quality, kolače, positive}","{food quality, zamke za rakove, negative};{food quality, kolače, positive}" +Sjajno talijanska hrana!,"{food quality, talijanska hrana, positive}","{food quality, talijanska hrana, positive}" +"Međutim, ovo mjesto je dragulj i neću se prestati vraćati.","{restaurant general, mjesto, positive}","{restaurant general, mjesto, positive}" +"postaje jako prometno, stoga dođite ranije kako biste mogli zgrabiti mjesto, ako morate čekati, nije loše jer usluga je brza!","{service general, usluga, positive}","{service general, usluga, positive};{restaurant miscellaneous, null, positive}" +"Za večeru nam je trebalo samo oko sat vremena, a cijene su bile u redu za strip, gotovo 50 dolara po osobi nakon poreza i napojnice (otprilike prosjek).","{restaurant prices, null, neutral}","{drinks prices, napojnice, positive};{service general, null, positive}" +kolutiće luka su odlični!,"{food quality, kolutiće luka, positive}","{food quality, kolutiće luka, positive}" +"Ako ste u blizini, ne biste trebali biti razočarani.","{restaurant general, null, positive}","{restaurant general, null, positive}" +– Velika financijska četvrt meksičko mjesto .,"{restaurant general, meksičko mjesto, positive}","{restaurant miscellaneous, meksičko mjesto, positive}" +posebna rola za kuću je stvarno dobra.,"{food quality, posebna rola za kuću, positive}","{food quality, rola za kuću, positive}" +konobari vrlo su iskusni i od pomoći pri uparivanju vašeg izbora pića s vašim ukusom hrane ili obrnuto.,"{service general, konobari, positive}","{service general, konobari, positive}" +Savršenstvo .,"{restaurant general, null, positive}","{restaurant general, null, positive}" +Loše služba za korisnike / loše pizza .,"{food quality, pizza, negative};{service general, služba za korisnike, negative}","{service general, služba, negative};{food quality, pizza, negative}" +"Sve u svemu, vratio bih se i ponovno jeo u restoranu.","{restaurant general, restoranu, positive}","{restaurant general, restoranu, positive}" +Poslužitelj dao je nekoliko sake prijedloga koji su bili vrlo dobri.,"{drinks quality, sake, positive};{service general, Poslužitelj, positive}","{service general, Poslužitelj, positive}" +Moj jedini negativan komentar je da bih volio da su komadi malo veći.,"{food style_options, komadi, negative}","{food style_options, komadi, negative}" +Ubrao sam šparoge koje su se pokazale nevjerojatno i savršeno pripremljene.,"{food quality, šparoge, positive}","{food quality, šparoge, positive}" +Ono što bi većini moglo biti zanimljivo je da najgora usluga/stav dolazi od vlasnika ovog objekta.,"{service general, vlasnika, negative}","{service general, usluga, negative}" +"Jedina mana je što je ovo mjesto stvarno skupo, a porcije su male.","{restaurant prices, mjesto, negative};{food style_options, porcije, negative}","{food style_options, porcije, negative};{food prices, mana, negative}" +"Užasno usluga, hrana ok, skupo","{service general, usluga, negative};{restaurant prices, null, negative};{food quality, hrana, neutral}","{restaurant prices, null, negative};{service general, usluga, negative};{food quality, hrana, neutral}" +Iako bi se usluga mogla poboljšati s obzirom na novac koji ste uložili.,"{service general, usluga, negative}","{service general, usluga, negative}" +"Redovito vidite indijske obitelji i prijatelje kako tamo ručaju, što je uvijek dobar znak.","{restaurant miscellaneous, null, positive}","{restaurant miscellaneous, null, positive}" +"Ako želim stajati u redu u nedjelju sat vremena kako bih dobio prosječnu hranu hrana za užinu, onda bih stavio Murphy's na vrh popisa.","{service general, null, negative};{food quality, hrana za užinu, neutral}","{food quality, hrana, negative};{restaurant general, Murphy's, negative}" +Za količinu hrane koju smo dobili cijene su trebale biti niže.,"{food prices, hrane, negative}","{food prices, količinu, negative}" +"Uvijek zauzeti, ali su dobri u tome da vas brzo smjeste i imaju brzu uslugu.","{service general, uslugu, positive};{service general, null, positive}","{service general, uslugu, positive};{restaurant miscellaneous, null, neutral}" +"vinska karta je prekrasna, a hrana me podsjeća na moje nedavno putovanje u Italiju.","{drinks style_options, vinska karta, positive}","{drinks style_options, vinska karta, positive};{food quality, hrana, positive}" +"hrana je bila odlična, margarite također, ali konobarica je bila previše zauzeta ljubaznošću prema svojoj drugoj većoj grupi nego da bi se bolje brinula o mojoj prijateljici i meni.","{drinks quality, margarite, positive};{service general, konobarica, negative};{food quality, hrana, positive}","{service general, konobarica, negative};{food quality, hrana, positive};{drinks quality, margarite, positive}" +Ne mogu reći dovoljno dobrih stvari o ovom restoran i jedva čekam sljedećih nekoliko posjeta.,"{restaurant general, restoran, positive}","{restaurant general, restoran, positive}" +Volim svaki put,"{restaurant general, null, positive}","{restaurant general, null, positive}" +Mi smo mještani i imamo osjećaj da je jedini način na koji ovo mjesto preživljava s takvim prosjekom hrana taj što su većina gostiju vjerojatno samo jednokratni gosti.,"{food quality, hrana, negative}","{restaurant miscellaneous, mjesto, neutral}" +Također volim njihovu cezer salata .,"{food quality, cezer salata, positive}","{food quality, cezer salata, positive}" +Ne čini da se osjećate dobrodošli i tretira vas kao gnjavatora.,"{service general, null, negative}","{service general, null, negative}" +Upravo je prave veličine za jelovnik.,"{restaurant miscellaneous, null, positive}","{food style_options, jelovnik, positive}" +"hrana je fantastična, a osoblje bilo je savršeno svaki put kad smo bili tamo.","{service general, osoblje, positive};{food quality, hrana, positive}","{service general, osoblje, positive};{food quality, hrana, positive}" +pustinja bio je savršen završetak gotovo savršene večere.,"{food quality, večere, positive};{food quality, pustinja, positive}","{food quality, večere, positive};{restaurant general, pustinja, positive}" +"Bio sam ovdje, potrošio sam hrpu novca na posebnu večeru kuhara i bilo je to veliko razočaranje.","{food prices, posebnu večeru kuhara, negative};{food quality, posebnu večeru kuhara, negative}","{food quality, kuhara, negative};{food prices, kuhara, negative}" +PRONAŠAO SAM NOVI DOM NA DRUGOJ AVENIJI! ! ! ! ! ! ! ! ! ! ! !,"{restaurant general, null, positive}","{restaurant general, DRUGOJ AVENIJI, positive}" +"– Morao sam čekati trideset minuta da uđem na vrata u utorak ujutro, ali bilo je vrijedno toga.","{restaurant general, null, positive};{restaurant miscellaneous, null, negative}","{restaurant general, null, positive}" +"– Tužno je vidjeti mjesto koje je nekoć bilo `` ONO `` mjesto za sastajanje i jelo za post ili ručak, a sada budi mjesto koje je veliko `` NE SMIRAJ SE . ``","{restaurant general, mjesto, negative}","{restaurant miscellaneous, mjesto, negative}" +"piletina s limunom imala je okus poput ljepljivih slatkih krafni, a kozice s medom i orahom, ono malo što vam zapravo daju... nije bilo dobro.","{food quality, piletina s limunom, negative};{food quality, kozice s medom i orahom, negative};{food style_options, kozice s medom i orahom, negative}","{food quality, kozice s medom i orahom, negative};{food quality, piletina s limunom, negative}" +"Bilo je romantično - pa čak i lijepo čak i s mojom sestrom, podsjetilo me na Italiju i imalo je umjetničko djelo i glazbu koje su održavale osjećaj da se nalazim u mediteranskoj vili.","{ambience general, null, positive};{ambience general, glazbu, positive};{ambience general, umjetničko djelo, positive}","{ambience general, null, positive}" +"sushi je bio odličan, a posluga je bila brza.","{service general, posluga, positive};{food quality, sushi, positive}","{food quality, sushi, positive};{service general, posluga, positive}" +"Zapravo, mnogi se žele vratiti i drugi put tijekom svog posjeta.","{restaurant general, null, positive}","{restaurant general, null, positive}" +– Najbolje meksičko mjesto za ručak u financijskoj četvrti.,"{restaurant general, meksičko mjesto, positive}","{food quality, meksičko, positive}" +volim ovo mjesto!,"{restaurant general, mjesto, positive}","{restaurant general, mjesto, positive}" +atmosfera je sjajna.,"{ambience general, atmosfera, positive}","{ambience general, atmosfera, positive}" +Savršen za hladan dan.,"{food quality, null, positive}","{restaurant general, null, positive}" diff --git a/experiments/de-en-zh/preds_pt.csv b/experiments/de-en-zh/preds_pt.csv new file mode 100644 index 0000000000000000000000000000000000000000..ccb2f648e8fc7f8bf8875ba0d7ae4c4bd01e0e42 --- /dev/null +++ b/experiments/de-en-zh/preds_pt.csv @@ -0,0 +1,545 @@ +input,gold,pred +"Esperei de 10 a 15 minutos para serviço, pedi uma cerveja e nunca mais fui atendido.","{service general, serviço, negative}","{service general, serviço, negative}" +O ambiente era um intervalo tranquilo e relaxante entre todas as crianças correndo pelo Downtown Disney.,"{ambience general, ambiente, positive}","{ambience general, ambiente, positive}" +pequena jóia escondida,"{restaurant general, null, positive}","{restaurant general, null, positive}" +Fui lá com um amigo de fora da cidade... e nós dois ficamos muito impressionados!,"{restaurant general, null, positive}","{restaurant general, null, positive}" +É ótimo sushi e ainda melhor serviço.,"{service general, serviço, positive};{food quality, sushi, positive}","{service general, serviço, positive};{food quality, sushi, positive}" +"Todos os seus itens do menu são um sucesso, e eles servem mimosas.","{food quality, itens do menu, positive}","{drinks quality, mimosas, positive};{food quality, itens do menu, positive}" +– ... e a melhor experiência de verão deck -- eles até trazem um cobertor para você se sentir frio no clima noturno de Seattle.,"{ambience general, deck, positive};{service general, null, positive}","{ambience general, deck, positive}" +– Depois de 12 anos em Seattle Ray's é considerado o lugar para onde sempre voltamos.,"{restaurant general, Ray's, positive}","{restaurant general, Ray's, positive}" +Você não pode errar aqui.,"{restaurant general, null, positive}","{restaurant general, null, positive}" +Acho que já experimentei cada item do menu pelo menos uma vez e todos são excelentes.,"{food quality, menu, positive}","{food quality, menu, positive}" +– O pepperoni é cortado bem grosso -- Delicioso.,"{food style_options, pepperoni, positive}","{food quality, pepperoni, positive}" +Creme brulee de chá verde fica melhor cada vez que tomo.,"{food quality, Creme brulee de chá verde, positive}","{food quality, Creme brulee de chá verde, positive}" +não é tão bom que você se sinta desconfortável e tenha que se vestir bem.,"{ambience general, null, positive}","{ambience general, null, negative}" +Atmosfera era agradável.,"{ambience general, Atmosfera, positive}","{ambience general, Atmosfera, positive}" +absolutamente fabuloso ! ! !,"{restaurant general, null, positive}","{restaurant general, null, positive}" +EVITE O LUGAR,"{restaurant general, LUGAR, negative}","{restaurant general, LUGAR, negative}" +"Para ser sincero, já comi pizza congelada melhor pizza.","{food quality, pizza, negative}","{food quality, pizza, negative}" +O serviço foi excepcional - às vezes tínhamos a sensação de que estávamos sendo servidos por um exército de garçons amigáveis.,"{service general, garçons, positive};{service general, serviço, positive}","{service general, serviço, positive}" +E eles embalaram tudo muito bem para não derramar.,"{service general, null, positive}","{food style_options, null, positive}" +MUITO BOM !,"{restaurant general, null, positive}","{restaurant general, null, positive}" +O alimento é pecaminoso.,"{food quality, alimento, positive}","{food quality, alimento, negative}" +"Para começar, aproximadamente 8-10 oz de suco de laranja custarão US$ 3.","{drinks prices, suco de laranja, negative}","{drinks prices, suco de laranja, negative};{drinks style_options, suco de laranja, negative}" +bom seleção de saquê.,"{drinks style_options, seleção de saquê, positive}","{drinks style_options, seleção de saquê, positive}" +"Embora eu pudesse ter passado sem os jovens que compartilharam a noite conosco, nossos maravilhosos garçom e comida tornaram a experiência muito positiva.","{food quality, comida, positive};{restaurant miscellaneous, null, positive};{service general, garçom, positive}","{service general, garçom, positive};{food quality, comida, positive}" +Que achado!,"{restaurant general, null, positive}","{restaurant general, null, positive}" +– O Mioposto tem um menu pizza muito criativo e delicioso.,"{food quality, pizza, positive};{food style_options, pizza, positive}","{food style_options, menu pizza, positive};{food quality, menu pizza, positive}" +"Em uma viagem recente, nosso garçom foi extremamente indiferente, enquanto nada menos que três funcionários esperavam de braços e mãos por duas garotas japonesas sentadas nas proximidades.","{service general, garçom, negative}","{service general, garçom, negative}" +"Eu normalmente não terminaria o brócolis quando peço esse tipo de comida, mas pela primeira vez, cada pedaço foi tão marcante quanto o primeiro... o vieiras e o camarões estavam tão frescos e bem cozidos.","{food quality, brócolis, positive};{food quality, camarões, positive};{food quality, vieiras, positive}","{food quality, brócolis, positive};{food quality, vieiras, positive};{food quality, camarões, positive}" +"Não é o mais barato sushi, mas valeu a pena todas as vezes.","{food quality, sushi, positive};{food prices, sushi, neutral}","{restaurant prices, null, negative};{restaurant general, null, positive}" +Você nunca se sente enjoado ou empanturrado depois de comer lá.,"{food quality, null, positive}","{restaurant general, null, positive}" +"Como fazíamos parte de um pequeno grupo de quatro pessoas, nossa comida foi deixada sem comentários;","{service general, null, negative}","{food quality, comida, negative}" +Espero que um dia Scooner ou mais tarde volte a ser o que era antes.,"{restaurant general, Scooner ou mais tarde, negative}","{restaurant general, Scooner, negative}" +"Primeiro, a comida chegou rápido e tudo junto : ) Eu gosto disso... odeio a pretensão de coisas chegando uma depois da outra.","{service general, null, positive}","{service general, null, positive}" +A comida estava ótima!,"{food quality, comida, positive}","{food quality, comida, positive}" +"Se houver uma fila todos os dias da semana durante todo o tempo em que um lugar estiver aberto, você saberá que é ótimo.","{restaurant general, lugar, positive}","{restaurant miscellaneous, lugar, positive}" +A surpresa mais agradável foi o cheque que não superou minhas expectativas como sempre acontece na maioria dos lugares.,"{restaurant prices, null, positive}","{restaurant prices, cheque, neutral}" +"Na melhor das hipóteses, a comida era boa e definitivamente cara.","{food quality, comida, positive};{food prices, comida, negative}","{food quality, comida, neutral};{food prices, comida, negative}" +A área do pátio externo tem um menu abreviado .,"{food style_options, null, neutral}","{ambience general, área do pátio externo, neutral}" +Melhor comida indiana em Los Angeles.,"{food quality, comida indiana, positive}","{food quality, comida indiana, positive}" +Vamos direto ao ponto: isso é incrível!,"{restaurant general, null, positive}","{food quality, null, positive}" +"A comida não é mais o que era antes (poções foram seriamente reduzidas), os preços aumentaram e o serviço é o pior que já experimentei em qualquer lugar (incluindo a Europa continental).","{food quality, comida, negative};{food prices, comida, negative};{food style_options, poções, negative};{service general, serviço, negative}","{restaurant prices, null, negative};{service general, serviço, negative};{food style_options, comida, negative};{food quality, comida, negative}" +Comida libanesa ! Delicioso !,"{food quality, Comida libanesa, positive}","{food quality, Comida libanesa, positive}" +os brócolis estavam tão frescos e saborosos.,"{food quality, brócolis, positive}","{food quality, brócolis, positive}" +E eles dão uma boa quantidade pelo preço.,"{food style_options, null, positive}","{food style_options, quantidade, positive}" +Muito decepcionante,"{restaurant general, null, negative}","{food quality, null, negative}" +O MELHOR de Seattle Lista de vinhos,"{drinks style_options, Lista de vinhos, positive}","{drinks style_options, Lista de vinhos, positive}" +– Não posso dizer o suficiente sobre este lugar.,"{restaurant general, lugar, positive}","{restaurant general, lugar, positive}" +– Eu como neste lugar há mais de 8 anos e nunca comi uma refeição ruim.,"{food quality, refeição, positive}","{food quality, refeição, positive}" +"Fui para casa e pesquisei online novamente, onde descobri que havia um link para um brinde que não funciona, então enviei um e-mail para o restaurante sobre o serviço inexistente e o link enganoso.","{restaurant miscellaneous, restaurante, negative}","{service general, link, negative};{service general, serviço, negative}" +Pedaços extravagantes de peixe exótico em um prato de US$ 100 prato e NENHUM estava comestível.,"{food quality, peixe exótico, negative};{food prices, prato, negative};{food style_options, peixe exótico, negative}","{food quality, peixe, negative};{food style_options, peixe, negative};{food prices, peixe, negative}" +"Eu comi gostoso korma de cordeiro, saag paneer, chamuças, naan, etc.","{food quality, naan, positive};{food quality, korma de cordeiro, positive};{food quality, saag paneer, positive};{food quality, chamuças, positive}","{food quality, korma de cordeiro, positive};{food quality, saag paneer, positive};{food quality, chamuças, positive};{food quality, naan, positive}" +Serve muito bem sushi.,"{food quality, sushi, positive}","{food quality, sushi, positive}" +"Como de costume, o omikase não decepcionou em frescor, embora tenha obtido pontuação baixa em criatividade e seleção.","{food style_options, omikase, negative};{food quality, omikase, positive}","{food style_options, omikase, negative};{food quality, omikase, positive}" +"Arroz estava muito seco, atum também não estava tão fresco.","{food quality, Arroz, negative};{food quality, atum, negative}","{food quality, Arroz, negative};{food quality, atum, negative}" +O ovos de caranguejo Benedict deles é viciante.,"{food quality, ovos de caranguejo Benedict, positive}","{food quality, ovos de caranguejo Benedict, positive}" +Deixe espaço para as deliciosas sobremesas.,"{food quality, sobremesas, positive}","{food quality, sobremesas, positive}" +Nosso servidor foi muito profissional e amigável.,"{service general, servidor, positive}","{service general, servidor, positive}" +Fui lá por recomendação e certamente voltarei mais vezes.,"{restaurant general, null, positive}","{restaurant general, null, positive}" +"A comida era boa, mas era muito suave.","{food quality, comida, positive};{food quality, comida, negative}","{food quality, comida, positive}" +– Meu marido e eu adoramos comer no Mioposto Café.,"{restaurant general, Mioposto Café, positive}","{restaurant general, Mioposto Café, positive}" +– Foi uma ótima experiência gastronômica.,"{restaurant general, null, positive}","{food quality, gastronômica, positive}" +A equipe foi muito simpática.,"{service general, equipe, positive}","{service general, equipe, positive}" +Gastamos facilmente mais de US$ 40 por pessoa (sem incluir álcool) e ainda estávamos com fome.,"{restaurant prices, null, negative};{food style_options, null, negative}","{food prices, null, negative};{food quality, null, negative}" +Este lugar está no mesmo nível de outros lugares em Tóquio no que diz respeito ao frescor.,"{food quality, null, positive}","{food quality, lugar, negative}" +Groovy música tornou o jantar casual.,"{ambience general, música, positive}","{ambience general, música, positive}" +"Depois que um membro do nosso grupo foi esbarrado várias vezes por uma garçonete, um pedido educado para que ele não fosse esbarrado fez com que a garçonete começasse um discurso abusivo.","{service general, garçonete, negative}","{service general, garçonete, negative}" +– O Ray's (surpreendentemente) tem o MELHOR e mais diversificado da cidade carta de vinhos.,"{drinks style_options, carta de vinhos, positive}","{drinks style_options, carta de vinhos, positive}" +Eu provavelmente não voltaria porque não sei se vale a pena.,"{restaurant general, null, negative}","{restaurant general, null, negative}" +batatas fritas e molho são muito gostosos e os preços são fabulosos.,"{restaurant prices, null, positive};{food quality, batatas fritas e molho, positive}","{food prices, null, positive};{food quality, batatas fritas e molho, positive}" +"O sommelier é fantástico, realista e extremamente conhecedor.","{service general, sommelier, positive}","{service general, sommelier, positive}" +grande e grosso calabresa,"{food style_options, calabresa, positive}","{food style_options, calabresa, positive}" +Não vale a pena ir lá e gastar seu dinheiro!!!,"{restaurant general, null, negative}","{restaurant prices, null, negative}" +Insultuosamente caro,"{restaurant prices, null, negative}","{restaurant prices, null, negative}" +O ambiente interno era moderno.,"{ambience general, O ambiente interno, positive}","{ambiente general, ambiente interno, positive}" +NÃO VÁ!,"{restaurant general, null, negative}","{restaurant general, null, negative}" +"Até que isso aconteça, meu conselho é FICAR LONGE.","{restaurant general, null, negative}","{restaurant general, null, negative}" +"Ah, esqueci de mencionar que eles não têm serviço de pão.","{service general, null, negative}","{service general, serviço de pão, negative}" +Eles não são gordurosos nem nada.,"{food quality, null, positive}","{food quality, null, positive}" +"A música é ótima, nenhuma noite é melhor ou pior, os bartenders são generosos com o serviço, e a atmosfera alegre vai levantar seu ânimo.","{ambience general, música, positive};{ambience general, atmosfera, positive};{drinks style_options, bartenders, positive}","{ambience general, atmosfera, positive};{service general, bartenders, positive};{ambience general, música, positive}" +"Agradável ambiente, mas superestimado lugar.","{ambience general, ambiente, positive};{restaurant general, lugar, negative}","{restaurant general, lugar, negative};{ambience general, ambiente, positive}" +O sushi aqui é delicioso!,"{food quality, sushi, positive}","{food quality, sushi, positive}" +– Estou extremamente satisfeito em informar que meu jantar no Ray's Boathouse na sexta-feira passada superou completamente minhas expectativas.,"{restaurant general, Ray's Boathouse, positive}","{restaurant general, Ray's Boathouse, positive}" +"Os jantares sempre foram excelentes, em termos de qualidade da comida.","{food quality, Os jantares, positive}","{food quality, jantares, positive}" +Os aplicativos deles são todos deliciosos.,"{food quality, aplicativos, positive}","{food quality, aplicativos, positive}" +Blue Ribbon faz jus à sua fantástica reputação.,"{restaurant general, Blue Ribbon, positive}","{restaurant general, Blue Ribbon, positive}" +Eu me senti estranho e na próxima vez fui ao banheiro do cassino.,"{restaurant miscellaneous, null, negative}","{restaurant miscellaneous, null, negative}" +– Decidi comer no Stack por causa do jantar pré-show com preço fixo.,"{food prices, jantar pré-show com preço fixo, neutral}","{restaurant prices, Stack, positive}" +"– Levei meus pais aqui para o aniversário deles - fiquei muito, muito decepcionado!!!","{restaurant general, null, negative}","{restaurant miscellaneous, null, negative}" +Imbatível sushi!,"{food quality, sushi, positive}","{food quality, sushi, positive}" +"Para começar, nossa simpática garçonete Brooke rapidamente apareceu para anotar meu pedido de bebida.","{service general, Brooke, positive}","{service general, Brooke, positive}" +"Toda vez que `` 0-sessenta e nove `` é chamado, o barman paga bebidas para todos!","{service general, barman, positive}","{service general, barman, positive}" +"Diversão sem fim, incrível música, ótimo equipe ! ! !","{ambience general, música, positive};{service general, equipe, positive};{restaurant general, null, positive}","{service general, equipe, positive};{ambience general, música, positive};{restaurant general, null, positive}" +Feira seleção de menu.,"{food style_options, seleção de menu, neutral}","{food style_options, seleção de menu, positive}" +Duas crianças travessas estavam sentadas perto de nós na primeira parte do jantar... elas foram substituídas por uma pré-adolescente encantadora que fingia engasgar toda vez que frutos do mar eram mencionados em sua mesa.,"{restaurant miscellaneous, null, negative}","{service general, pré-adolescente, negative}" +"Rejeitei porque, ao tentar consertar os ovos, eles quebraram outra coisa no prato e eu estava frustrado demais para continuar.","{food quality, prato, negative}","{food style_options, ovos, negative}" +"tinha muitos pratos, mas o MELHOR foi o lagosta de 3 maneiras.","{food quality, lagosta de 3 maneiras, positive}","{food quality, lagosta de 3 maneiras, positive};{food style_options, pratos, positive}" +"O aperitivo era interessante, mas o Creme Brulee era muito saboroso e delicioso.","{food quality, aperitivo, positive};{food quality, Creme Brulee, positive}","{food quality, Creme Brulee, positive};{drinks quality, aperitivo, positive}" +A decoração era linda e única.,"{ambience general, decoração, positive}","{ambience general, decoração, positive}" +"É fresco, acolhedor, delicioso e relaxante.","{food quality, null, positive};{ambience general, null, positive}","{ambience general, null, positive};{food quality, null, positive}" +Viciante!,"{restaurant general, null, positive}","{restaurant general, null, positive}" +"Até o grão-de-bico, que normalmente acho muito seco, estava bom.","{food quality, grão-de-bico, positive}","{food quality, grão-de-bico, positive}" +Este lugar é demais! !,"{restaurant general, lugar, positive}","{restaurant general, lugar, positive}" +"Esse é um grande elogio, especialmente no inconstante ramo de restaurantes... já chega!","{restaurant general, null, positive}","{restaurant general, ramo de restaurantes, negative}" +"Depois de ficar sentado ali com meu copo vazio por mais de 20 minutos, fui embora.","{service general, null, negative}","{service general, null, negative}" +Não deixe de experimentar o rolinho de ostra.,"{food quality, rolinho de ostra, positive}","{food quality, rolinho de ostra, positive}" +Estou surpreso que este restaurante seja categorizado como $ $ $ em vez de $ $ $ $.,"{restaurant prices, restaurante, negative}","{restaurant prices, restaurante, negative}" +"Foi decente, mas nada excepcional.","{food quality, null, neutral}","{food quality, null, neutral}" +"O serviço foi meio lento, nossa garçonete demorou uma eternidade para nos dar a conta, embora não estivesse tão cheio.","{service general, O serviço, negative};{service general, garçonete, negative}","{service general, garçonete, negative};{service general, serviço, negative}" +"– Ótimo bebidas, corn beef hash, café, burritos B Fast, sem glúten menu.","{food style_options, menu, positive};{food quality, hash de carne de milho, positive};{drinks quality, café, positive};{food quality, burritos B Fast, positive};{drinks quality, bebidas, positive}","{food quality, burritos B Fast, positive};{drinks quality, bebidas, positive};{food style_options, sem glúten menu, positive};{food quality, corn beef hash, positive};{drinks quality, café, positive}" +O menu de almoço é uma oferta incrível!,"{food prices, menu de almoço, positive}","{food prices, menu de almoço, positive}" +"Demorou uma eternidade para receber nosso pedido, pedir mais água era demais e a única vez que ela foi rápida foi quando pedimos nossa conta, quando conseguimos sua atenção.","{service general, null, negative}","{service general, null, negative}" +O garçom foi um pouco antipático e a sensação do restaurante estava lotada.,"{ambience general, sensação, negative};{service general, garçom, negative}","{service general, garçom, negative};{ambience general, restaurante, negative}" +"– Recentemente tive o prazer de jantar neste delicioso restaurante na 2nd street e, nossa, que noite maravilhosa tivemos.","{restaurant general, restaurante, positive}","{restaurant general, restaurante, positive}" +"A especialidade aqui é decadente panquecas, mas já voltei quatro vezes e fiquei impressionado todas as vezes.","{food quality, panquecas, positive}","{food quality, panquecas, positive};{restaurant general, null, positive}" +– Bem barato para um restaurante mexicano e para o centro da cidade.,"{restaurant prices, null, positive};{location general, null, positive}","{restaurant prices, restaurante mexicano, positive};{location general, centro da cidade, positive}" +"O aperitivo de ostras, lagosta, caranguejo (tamanho pequeno) foi um prato principal perfeito para minha esposa.","{food quality, aperitivo de ostras, lagosta, caranguejo (tamanho pequeno, positive}","{food style_options, aperitivo de ostras, lagosta, caranguejo, positive}" +Acabei de descobrir que você pode ter o lugar só para você à noite e nos fins de semana para uma festa privada. Mal posso esperar para comemorar meu próximo aniversário lá.,"{restaurant miscellaneous, lugar, positive}","{restaurant miscellaneous, lugar, positive}" +"– Como a maioria dos restaurantes em Seattle, o serviço do Mioposto era ruim e a comida era cara.","{food prices, comida, negative};{service general, serviço, negative}","{service general, serviço, negative};{food prices, comida, negative}" +"Você pode ouvi-lo facilmente, então foi um som agradável e não insuportável.","{ambience general, null, positive}","{ambience general, som, positive}" +Basta ir lá e ver com seus próprios olhos.,"{restaurant general, null, positive}","{restaurant general, null, positive}" +É um ótimo lugarzinho com muito potencial para ser um lugar de bairro se o serviço não fosse tão impessoal e corporativo.,"{restaurant general, lugarzinho, positive};{service general, serviço, negative}","{service general, serviço, negative};{restaurant general, lugarzinho, positive}" +"O brunch no Murphy's é de morrer, minha especialidade... omelete de clara de ovo, a comida é sempre preparada na hora.","{food quality, omelete de clara de ovo, positive};{food quality, comida, positive};{food quality, O brunch, positive}","{food quality, comida, positive};{food quality, omelete de clara de ovo, positive}" +Mama Mia – Moro no bairro e me sinto sortuda por morar perto de uma pizzaria tão boa.,"{restaurant general, pizzaria, positive}","{restaurant general, pizzaria, positive}" +– escondido perto do Beverly Center.,"{location general, null, neutral}","{location general, null, neutral}" +A equipe é muito amigável.,"{service general, equipe, positive}","{service general, equipe, positive}" +E o serviço foi simplesmente esplêndido - uma delícia.,"{service general, serviço, positive}","{service general, serviço, positive}" +Ok... – Talvez eu tenha entrado no dia ruim de alguém...,"{restaurant general, null, negative}","{restaurant general, null, negative}" +"Já comi água-viva, carapau, atum rabilho e rolinho de saquê Ikura, entre outros, e todos estavam bons.","{food quality, rolinho de saquê Ikura, positive};{food quality, carapau, positive};{food quality, atum rabilho, positive};{food quality, água-viva, positive}","{food quality, rolinho de saquê Ikura, positive};{food quality, água-viva, positive};{food quality, carapau, positive};{food quality, atum rabilho, positive}" +O QUE MAIS VOCÊ PODE DIZER LEGAL PESSOAS INCRÍVEL COMIDA UAU,"{service general, PESSOAS, positive};{food quality, COMIDA, positive}","{food quality, COMIDA, positive};{restaurant general, PESSOAS, positive}" +Sempre bom.,"{restaurant general, null, positive}","{restaurant general, null, positive}" +Fiquei com a boca muito seca depois e fiquei com aquele gosto característico de glutamato monossódico na garganta depois que saí do restaurante.,"{food quality, null, negative}","{food quality, glutamato monossódico, negative}" +Ah sim... a vista também era boa.,"{location general, vista, positive}","{location general, vista, positive}" +"A gerente interrompia continuamente com ``Há mais alguma coisa que eu possa fazer por você? ``, um comentário estranho porque ela mal tinha escutado, muito menos respondido, à nossa expressão de decepção com a experiência.","{service general, gerente, negative}","{service general, gerente, negative}" +O serviço varia de medíocre a ofensivo.,"{service general, serviço, negative}","{service general, serviço, negative}" +Fresco ingredientes e super saboroso.,"{food quality, null, positive};{food quality, ingredientes, positive}","{food quality, ingredientes, positive};{food quality, null, positive}" +o ambiente do restaurante era agradável e bom para um jantar requintado.,"{ambience general, ambiente, positive}","{ambience general, ambiente do restaurante, positive}" +E o lá em cima é um ótimo lugar para ficar.,"{ambience general, lá em cima, positive}","{ambience general, lá em cima, positive}" +- Nada mal .,"{restaurant general, null, neutral}","{restaurant general, null, neutral}" +Eu comi o prato Kafta e estava perfeito.,"{food quality, prato Kafta, positive}","{food quality, prato Kafta, positive}" +– Este lugar é famoso pelo seu café da manhã.,"{food quality, café da manhã, positive}","{restaurant miscellaneous, lugar, neutral}" +"Esperei 35 minutos por uma mesa para 8 pessoas, o que foi bom para uma multidão tão grande.","{service general, null, neutral}","{service general, null, positive}" +Toda a equipe foi extremamente prestativa e atendeu a todas as minhas necessidades.,"{service general, null, positive}","{service general, equipe, positive}" +"O lugar tinha uma vibração muito boa... boa música, atmosfera e parecia feliz pessoas.","{ambience general, música, positive};{ambience general, atmosfera, positive};{restaurant miscellaneous, pessoas, positive};{ambience general, vibração, positive}","{ambience general, música, positive};{ambience general, vibração, positive};{ambience general, atmosfera, positive}" +"Experimente o Escolha do Chef para sushi, pois o olho de boi defumado era incrível e os rolinhos também eram saborosos.","{food quality, rolinhos, positive};{food quality, olho de boi defumado, positive};{food quality, Escolha do Chef para sushi, positive}","{food quality, Escolha do Chef, positive};{food quality, rolinhos, positive};{food quality, olho de boi defumado, positive}" +"O sushi é tão fresco quanto parece? Você pensaria que o oceano estava no quintal deles, não é brincadeira!","{food quality, sushi, positive}","{food quality, sushi, positive}" +"comida estava bom, com um pouco mais de sabor do que o normal salsa.","{food quality, salsa, positive};{food quality, comida, positive}","{food quality, comida, positive}" +"Para os apreciadores de sushi exigentes e aqueles que já experimentaram o melhor que Nova York tem a oferecer, o peixe é o mais fresco e o serviço é excelente.","{food quality, peixe, positive};{service general, serviço, positive}","{service general, serviço, positive};{food quality, peixe, positive}" +Velho confiável,"{restaurant general, null, positive}","{restaurant general, null, positive}" +Um dos melhores Sushi place da cidade.,"{restaurant general, Sushi place, positive}","{food quality, Sushi, positive}" +"Comida Em termos de comida, é bom, mas um pouco caro para o que você recebe, considerando que o restaurante não é um lugar chique.","{restaurant prices, restaurante, negative};{ambience general, restaurante, neutral};{food quality, Comida, neutral}","{food quality, comida, positive};{food prices, comida, negative}" +"– Adoro a pizza deles, principalmente a pizza de cogumelos.","{food quality, pizza, positive};{food quality, pizza de cogumelos, positive}","{food quality, pizza de cogumelos, positive};{food quality, pizza, positive}" +Eles vieram em uma caixa própria e prática para viagem e com cobertura caseira; muito leves e não muito doces.,"{food quality, null, positive}","{food quality, null, positive};{food style_options, null, positive}" +Gostei da comida,"{food quality, comida, positive}","{food quality, comida, positive}" +Já fui a este restaurante mais de uma dúzia de vezes e não tenho nenhuma reclamação até agora.,"{restaurant general, restaurante, positive}","{restaurant general, restaurante, positive}" +"Prefiro pedir e retirar porque não gosto dos garçons, um moça em particular.","{service general, garçons, negative};{service general, moça, negative}","{service general, garçons, negative}" +achado incrível,"{restaurant general, null, positive}","{restaurant general, achado, positive}" +"Não era o mais fresco frutos do mar de todos, mas o sabor e a apresentação estavam bons.","{food quality, frutos do mar, neutral};{food style_options, frutos do mar, neutral}","{food quality, frutos do mar, negative};{food quality, apresentação, positive};{food quality, sabor, positive}" +"Entretanto, tanto o valor quanto serviço são severamente deficientes.","{restaurant prices, null, negative};{service general, serviço, negative}","{service general, serviço, negative};{food prices, valor, negative}" +Em Grammercy/Union Square/East Village este é o meu vizinho e o meu local preferido.,"{restaurant general, local, positive}","{restaurant general, null, positive}" +"O acompanhamento de batatas é de morrer, assim como o labne (molho de iogurte).","{food quality, acompanhamento de batatas, positive};{food quality, labne (molho de iogurte, positive}","{food quality, acompanhamento de batatas, positive};{food quality, labne (molho de iogurte, positive}" +INCRÍVEL .,"{restaurant general, null, positive}","{restaurant general, null, positive}" +Que delícia saborosa e folhada!,"{food quality, null, positive}","{food quality, null, positive}" +"Ótimo comida, melhor Margaritas!","{food quality, comida, positive};{drinks quality, Margaritas, positive}","{drinks quality, Margaritas, positive};{food quality, comida, positive}" +O serviço é realmente atencioso e charmoso.,"{service general, serviço, positive}","{service general, serviço, positive}" +O mais importante é que ficamos muito animados com a comida depois de ver o menu muito criativo.,"{food style_options, menu, positive}","{food style_options, menu, positive};{food quality, comida, positive}" +Um lugar aconchegante lugar para 2,"{ambience general, lugar, positive}","{ambience general, lugar, positive}" +O melhor é que os preços também são bastante razoáveis.,"{restaurant prices, null, positive}","{restaurant prices, null, positive}" +"Ela prometeu falar com a garçonete que tinha ido embora furiosa, mas não conseguimos levar sua promessa a sério, já que ela não se preocupou em anotar o nome da garçonete.","{service general, null, negative}","{service general, null, negative}" +O chana masala (grão-de-bico) também é excelente.,"{food quality, chana masala (grão-de-bico, positive}","{food quality, chana masala (grão-de-bico, positive}" +"Este estabelecimento realmente sofreu um declínio acentuado após (e esta é uma história recorrente) a exibição do programa FOOD TELEVISIONS `` DINERS , DRIVE-INS , AND DIVES `` apresentado por Guy Fieri , no qual Schooner or Later foi tema de .","{restaurant general, estabelecimento, negative}","{restaurant general, Schooner or Later, negative}" +Eu adoro caranguejos Dungeness e no Ray's você pode comê-los servidos de cerca de 6 maneiras diferentes!,"{food style_options, caranguejos Dungeness, positive}","{food style_options, caranguejos Dungeness, positive}" +A comida era boa e apetitosa.,"{food quality, A comida, positive}","{food quality, comida, positive}" +Foi absolutamente incrível.,"{restaurant general, null, positive}","{restaurant general, null, positive}" +Este é um ótimo lugar para saborear uma deliciosa refeição.,"{food quality, refeição, positive}","{food quality, refeição, positive}" +"além disso, sou alérgico a arroz, e os garçons foram incrivelmente prestativos -- nem piscaram!","{service general, garçons, positive}","{service general, garçons, positive}" +– Fiquei muito decepcionado com a comida no Pagoda.,"{food quality, comida, negative}","{food quality, comida, negative}" +Caro demais,"{restaurant prices, null, negative}","{restaurant prices, null, negative}" +Isso é triste para o que já foi um dos melhores lugares onde você poderia comer.,"{restaurant general, null, negative}","{restaurant general, null, negative}" +"Uma vez lá dentro, a verdadeira experiência começa.","{restaurant general, null, positive}","{ambience general, null, positive}" +e o garçom sugeriu um perfeito saquê ! !,"{drinks quality, saquê, positive}","{service general, garçom, positive}" +O proprietário é beligerante com os hóspedes que têm alguma reclamação.,"{service general, proprietário, negative}","{service general, proprietário, negative}" +"Tudo o que você quer e muito mais, muito fresco.","{food quality, null, positive};{food style_options, null, positive}","{food quality, null, positive}" +Meu amigo gostou do salmão grelhado do Alasca com um delicioso batatas russet cremosas de Washington e crocante feijão verde.,"{food quality, feijão verde, positive};{food quality, batatas russet cremosas de Washington, positive};{food quality, salmão grelhado do Alasca, positive}","{food quality, batatas russet cremosas de Washington, positive};{food quality, salmão grelhado do Alasca, positive};{food quality, feijão verde, positive}" +"A comida era muito boa, filé mignon foi provavelmente o melhor que já experimentei.","{food quality, comida, positive};{food quality, filé mignon, positive}","{food quality, filé mignon, positive};{food quality, comida, positive}" +"– O restaurante Mercedes é tão saboroso, o serviço é inegavelmente incrível!","{food quality, null, positive};{service general, serviço, positive}","{service general, serviço, positive};{restaurant general, restaurante Mercedes, positive}" +Posso recomendar fortemente seus vários saag e paneer e korma.,"{food quality, saag, positive};{food quality, paneer, positive};{food quality, korma, positive}","{food quality, saag, positive};{food quality, paneer, positive};{food quality, korma, positive}" +A comida é ótima e eles fazem um bloody mary incrível.,"{drinks quality, bloody mary, positive};{food quality, comida, positive}","{drinks quality, bloody mary, positive};{food quality, comida, positive}" +"Legal comida, mas sem tempero!","{food quality, comida, positive};{food quality, comida, negative}","{food quality, comida, negative}" +"Outra vantagem é a sensação de espaço aberto do restaurante, com paredes de vidro em todos os lados.","{ambience general, null, positive}","{ambience general, paredes de vidro, positive}" +Que delícia!,"{food quality, null, positive}","{food quality, null, positive}" +"O banheiro em si é muito pequeno, com dois vasos sanitários e apenas uma pia, a menina ficava totalmente no caminho pendurando toalhas de papel no dispensador.","{restaurant miscellaneous, banheiro, negative}","{ambience general, banheiro, negative}" +Adorei as enchiladas e canja de galinha - e não deixe de conferir as especiais.,"{food quality, enchiladas, positive};{food quality, especiais, positive};{food quality, canja de galinha, positive}","{food quality, enchiladas, positive};{food quality, canja de galinha, positive}" +A comida é simplesmente inesquecível!,"{food quality, comida, positive}","{food quality, comida, positive}" +A gerência realmente deveria prestar atenção e treinar seus garçons e ensinar-lhes algumas boas maneiras.,"{service general, garçons, negative}","{service general, gerçons, negative}" +Os funcionários são simpáticos e a decoração é ética e colorida.,"{service general, funcionários, positive};{ambience general, decoração, positive}","{ambience general, decoração, positive};{service general, funcionários, positive}" +O melhor Chuwam Mushi que já comi.,"{food quality, Chuwam Mushi, positive}","{food quality, Chuwam Mushi, positive}" +"Porções foi o suficiente para mim, mas pode não ser para alguém que come muito.","{food style_options, Porções, neutral}","{food style_options, Porções, neutral}" +Experimente a Pizza Ensalata!,"{food quality, Pizza Ensalata, positive}","{food quality, Pizza Ensalata, positive}" +Ainda assim eu recomendaria este lugar.,"{restaurant general, lugar, positive}","{restaurant general, lugar, positive}" +"– O sushi aqui é perfeitamente bom, mas por US$ 5 cada, ou as fatias de peixe deveriam ser maiores, ou não deveria haver pretensão de que este é um restaurante com preços moderados (mesmo para Nova York).","{restaurant prices, restaurante, negative};{food prices, sushi, negative};{food style_options, sushi, negative};{food quality, sushi, positive}","{food quality, sushi, positive};{food prices, fatias de peixe, negative};{food style_options, fatias de peixe, negative}" +Você certamente terá um momento muito encantador.,"{restaurant general, null, positive}","{restaurant general, null, positive}" +"Desde então, voltamos e também tivemos uma ótima experiência, experimentando mais pratos pequenos e uma variedade de cerveja (gelada e boa).","{drinks quality, cerveja, positive};{restaurant general, null, positive}","{drinks quality, cerveja, positive};{food quality, pratos pequenos, positive};{restaurant general, null, positive}" +Melhor Sushi da cidade.,"{food quality, Sushi, positive}","{food quality, Sushi, positive}" +a equipe foi muito simpática e cortês e obviamente chinesa.,"{service general, equipe, positive}","{service general, equipe, positive}" +"Pedimos uma seleção de pratos pequenos, e cebolas em tiras, pizza de queijo de cabra, aspargos grelhados e brie frito com frutas estavam todos muito bons.","{food quality, aspargos grelhados, positive};{food quality, brie frito com frutas, positive};{food quality, pizza de queijo de cabra, positive};{food quality, cebolas em tiras, positive}","{food quality, cebolas em tiras, positive};{food quality, aspargos grelhados, positive};{food quality, pizza de queijo de cabra, positive};{food quality, brie frito com frutas, positive}" +Bom trabalho!,"{restaurant general, null, positive}","{restaurant general, null, positive}" +"Porém, uma coisa que percebi mais tarde foi que o restaurante usava MSG ou um amaciante de carne no bife.","{food quality, bife, negative}","{food quality, bife, negative}" +Ótimo seleção de saquês.,"{drinks style_options, seleção de saquês, positive}","{drinks style_options, saquês, positive}" +Parabéns a esses caras.,"{restaurant general, null, positive}","{restaurant general, null, positive}" +"A menos que você esteja apenas para tomar algumas bebidas, eu não recomendo ir lá.","{restaurant general, null, negative}","{restaurant general, null, negative}" +Ótimo garrafa de vinho.,"{drinks quality, garrafa de vinho, positive}","{drinks quality, garrafa de vinho, positive}" +O prato combinado abra-se o gergelim é uma pechincha pela quantidade de comida oferecida.,"{food prices, abra-se o gergelim, positive};{food style_options, abra-se o gergelim, positive}","{food style_options, prato combinado abra-se o gergelim, positive}" +MUITO SUPERESTIMADO !!! ! ! !,"{restaurant general, null, negative}","{restaurant general, null, positive}" +Valeu a pena esperar,"{restaurant general, null, positive}","{restaurant general, null, positive}" +Não existe nada melhor que isso.,"{restaurant general, null, positive}","{restaurant general, null, positive}" +melhor camarão com mel que já provamos.,"{food quality, camarão com mel, positive}","{food quality, camarão com mel, positive}" +Eles foram apresentados no Food Network e merecem.,"{restaurant miscellaneous, null, positive}","{restaurant miscellaneous, null, positive}" +Adoro o ambiente quente e aconchegante .,"{ambience general, null, positive}","{ambience general, ambiente quente e aconchegante, positive}" +Atitude arrogante,"{service general, null, negative}","{service general, null, negative}" +"A atmosfera é inspiradora, e a decoração é festiva e surpreendente...","{ambience general, atmosfera, positive};{ambience general, decoração, positive}","{ambience general, atmosfera, positive};{ambience general, decoração, positive}" +"Os rolinhos especiais deles são impressionantes, embora eu não consiga lembrar o que comemos.","{food quality, rolinhos especiais, positive}","{food quality, rolinhos especiais, positive}" +– Adorei o ravióli de abóbora e o nhoque de queijo de cabra (5 grandes em um prato em vez de 20 ou mais nhoques pequenos) e minha irmã adorou filé mignon sobre espinafre e purê de batatas.,"{food style_options, nhoque de queijo de cabra, positive};{food quality, filé mignon sobre espinafre e purê de batatas, positive};{food quality, ravióli de abóbora, positive};{food quality, nhoque de queijo de cabra, positive}","{food quality, ravióli de abóbora, positive};{food quality, nhoque de queijo de cabra, positive};{food style_options, nhoque de queijo de cabra, positive};{food quality, filé mignon sobre espinafre e purê de batatas, positive}" +"Não é o maior porções, mas é adequado.","{food style_options, porções, neutral}","{food style_options, porções, neutral}" +"Vá com alguns amigos, espere cerca de meia hora com uma xícara de café e aproveite mais do que a média café da manhã.","{food quality, café da manhã, positive};{restaurant general, null, positive}","{restaurant miscellaneous, null, positive}" +ótimo serviço.,"{service general, serviço, positive}","{service general, serviço, positive}" +"Depois, fomos cobrados pelo saquê mais caro (US$ 20 ou mais por porção), quando na verdade bebemos um saquê que custou menos da metade desse preço.","{service general, null, negative}","{drinks prices, saquê, negative}" +Delicioso,"{food quality, null, positive}","{food quality, null, positive}" +frango ao curry e frango tikka masala são meus pratos de carne favoritos.,"{food quality, frango ao curry, positive};{food quality, frango tikka masala, positive}","{food quality, frango ao curry, positive};{food quality, frango tikka masala, positive}" +"melhor restaurante do mundo, ótimo decoração, ótimo atendimento ao cliente, amigável gerente","{restaurant general, restaurante, positive};{service general, gerente, positive};{service general, atendimento ao cliente, positive};{ambience general, decoração, positive}","{service general, gerente, positive};{ambience general, decoração, positive};{restaurant general, restaurante, positive};{service general, atendimento ao cliente, positive}" +As bebidas eram boas.,"{drinks quality, As bebidas, positive}","{drinks quality, bebidas, positive}" +"A apresentação da comida foi um bônus adicional, a aparência era tão boa quanto o sabor!","{food quality, comida, positive};{food style_options, comida, positive}","{food style_options, apresentação da comida, positive}" +"Mesmo assim, o pedido não estava correto e ainda ficamos esperando alguns itens.","{service general, null, negative}","{service general, null, negative}" +– Fomos tratados de forma muito rude aqui uma vez no café da manhã.,"{service general, null, negative}","{service general, null, negative}" +"Ótimo comida, espetacular localização e amigável serviço nos fazem voltar ano após ano.","{service general, serviço, positive};{food quality, comida, positive};{location general, localização, positive}","{location general, localização, positive};{food quality, comida, positive};{service general, serviço, positive}" +UAU ! ! ! ! ! ! ! !,"{restaurant general, null, positive}","{restaurant general, null, positive}" +– Evite perda de tempo e NÃO visite.,"{restaurant general, null, negative}","{restaurant general, null, negative}" +A comida era boa e barata.,"{food quality, A comida, positive};{food prices, A comida, positive}","{food quality, comida, positive};{food prices, comida, positive}" +Mmm...bom!,"{restaurant general, null, positive}","{food quality, null, positive}" +É ótimo se você passou o dia lá e não quis dirigir para comer.,"{location general, null, positive}","{restaurant miscellaneous, null, positive}" +"Considerando tudo isso, devo dizer que Ray's Boathouse merece seu título de instituição de Seattle.","{restaurant general, Ray's Boathouse, positive}","{restaurant miscellaneous, Ray's Boathouse, positive}" +Ótimo custo-benefício sushi com alta qualidade e bom ambiente.,"{ambience general, ambiente, positive};{food quality, sushi, positive};{food prices, sushi, positive}","{food quality, sushi, positive};{ambience general, ambiente, positive};{food prices, sushi, positive}" +"Era tanta coisa que mal consegui terminar, mas terminei, porque estava uma delícia.","{food style_options, null, neutral};{food quality, null, positive}","{food quality, null, positive}" +Eu amo isso restaurante,"{restaurant general, restaurante, positive}","{restaurant general, restaurante, positive}" +Não recomendado ! ! !,"{restaurant general, null, negative}","{restaurant general, null, negative}" +Ficamos ali por 10 minutos enquanto funcionários andavam de um lado para o outro nos ignorando.,"{service general, funcionários, negative}","{service general, funcionários, negative}" +"Minha namorada e eu concordamos que comida era muito medíocre, especialmente considerando o preço.","{food quality, comida, negative};{food prices, comida, negative}","{food quality, comida, negative};{food prices, comida, negative}" +"– A comida aqui é incrível, embora a qualidade seja inconsistente durante almoço.","{food quality, comida, positive};{food quality, almoço, negative}","{food quality, comida, negative};{food quality, comida, positive}" +Não tenho nada de ruim a dizer sobre este lugar.,"{restaurant general, lugar, positive}","{restaurant general, lugar, positive}" +"o único problema é que você realmente tem que esquentar a pizza antes que ela fique comestível, mesmo quando você pede com antecedência.","{food quality, pizza, negative}","{food quality, pizza, negative}" +– Este é o meu restaurante ``para levar convidados de fora da cidade'NULL' e eles sempre gostam e elogiam muito.,"{restaurant general, restaurante, positive}","{restaurant miscellaneous, restaurante, positive}" +Eu comi o prato de kafta e gostei.,"{food quality, prato de kafta, positive}","{food quality, prato de kafta, positive}" +Estava claro que ele realmente não se importava.,"{service general, null, negative}","{service general, null, negative}" +A salada Caesar que pedi tinha tanto limão que não consegui comer.,"{food quality, salada Caesar, negative}","{food quality, salada Caesar, negative}" +"Nosso garçom continuou atento durante toda a noite, mas fiquei intrigado com uma questão: quem acha que o Ray's é um lugar apropriado para levar crianças pequenas para jantar?","{restaurant miscellaneous, Ray's, neutral};{service general, garçom, positive}","{service general, garçom, positive}" +"Bom Comida, Ótimo Serviço, Preços médios (para a Strip)","{food quality, Comida, positive};{restaurant prices, null, neutral};{service general, Serviço, positive}","{restaurant prices, null, neutral};{service general, Serviço, positive};{food quality, Comida, positive}" +18h de um sábado antes de uma peça da Broadway e fomos rapidamente acomodados e servidos.,"{service general, null, positive}","{service general, null, positive}" +"Eles prestam muita atenção em tudo, desde sopa de missô até o complexo pãezinhos.","{food quality, pãezinhos, positive};{food quality, sopa de missô, positive}","{food quality, pãezinhos, positive};{food quality, sopa de missô, positive}" +US$ 6 com gorjeta.,"{restaurant prices, null, positive}","{service general, null, negative}" +A atmosfera era ótima.,"{ambience general, atmosfera, positive}","{ambience general, atmosfera, positive}" +"Em outras palavras, se eles não estão ganhando dinheiro com você, então você não tem uma classificação alta na escala 'serviço' deles.","{service general, serviço, negative}","{service general, null, negative}" +– Gostei muito da minha refeição aqui.,"{food quality, refeição, positive}","{food quality, refeição, positive}" +"A música tocada era muito descolada, pop dos anos 20-30 mas o subwoofer do sistema de som estava localizado embaixo do meu assento, o que se tornou irritante no meio do jantar.","{ambience general, null, positive};{ambience general, null, negative}","{ambience general, música, positive};{ambience general, subwoofer do sistema de som, negative}" +Santo Homus!,"{food quality, Homus, positive}","{restaurant general, Santo Homus, positive}" +"Como entrada, gostei muito das vieiras do Alasca grelhadas complementadas com acelga, corações de alcachofra, erva-doce e pecorino toscano.","{food style_options, vieiras do Alasca grelhadas, positive};{food quality, vieiras do Alasca grelhadas, positive}","{food quality, vieiras do Alasca grelhadas complementadas com acelga, corações de alcachofra, erva-doce e pecorino toscano, positive}" +"A decoração é rústica, tradicional japonesa.","{ambience general, decoração, neutral}","{ambience general, decoração, positive}" +"Não só a seleção pode ser inovadora, mas também há um bom equilíbrio entre o tradicional sushi.","{food style_options, seleção, positive};{food style_options, sushi, positive}","{food style_options, seleção, positive};{food quality, sushi, positive}" +É provável que você fique desapontado.,"{restaurant general, null, negative}","{restaurant general, null, negative}" +"A comida é ótima, os bartenders fazem um esforço extra.","{food quality, comida, positive};{service general, bartenders, positive}","{service general, bartenders, positive};{food quality, comida, positive}" +O restaurante oferece uma extensa carta de vinhos e um ambiente que você não vai esquecer!,"{ambience general, ambiente, positive};{drinks style_options, carta de vinhos, positive}","{drinks style_options, carta de vinhos, positive};{ambience general, ambiente, positive}" +"O naan foi um dos melhores que já comi e eu realmente gostei do bhartha, não muito tomate.","{food quality, naan, positive};{food quality, bhartha, positive}","{food quality, naan, positive};{food quality, bhartha, positive}" +Aos donos do Open Sesame... Bravo... Mal posso esperar para voltar a jantar no seu restaurante!,"{restaurant general, Open Sesame, positive}","{restaurant general, Open Sesame, positive}" +"o peixe estava fresco, embora tenha sido cortado muito fino.","{food style_options, peixe, negative};{food quality, peixe, positive}","{food quality, peixe, positive};{food style_options, peixe, negative}" +Já estive lá muitas vezes e é sempre um bom momento.,"{restaurant general, null, positive}","{restaurant general, null, positive}" +Meu favorito pizzaria em Seattle,"{restaurant general, pizzaria, positive}","{restaurant general, pizzaria, positive}" +Eu recomendo fortemente este lugar para todos que querem experimentar comida indiana pela primeira vez.,"{food quality, comida indiana, positive}","{restaurant general, lugar, positive}" +Superestimado,"{restaurant general, null, negative}","{restaurant general, null, positive}" +Pior Serviço que já tive,"{service general, Serviço, positive}","{service general, Serviço, negative}" +"Acontece que o proprietário estava sentado bem ao nosso lado e, quando veio verificar nossos problemas, foi muito indiferente e ofereceu um desconto simbólico de 20% na nossa conta.","{service general, proprietário, negative}","{service general, proprietário, negative}" +Fui lá com alguns amigos uma noite para jogar bingo e assistir ao jogo dos Sox e foi demais!,"{restaurant general, null, positive}","{restaurant miscellaneous, null, positive}" +COMPLETAMENTE SUPERESTIMADO!,"{restaurant general, null, negative}","{restaurant general, null, negative}" +"– Ovos, panquecas, batatas, frutas frescas e iogurte — tudo o que eles servem é delicioso.","{food quality, null, positive};{food quality, panquecas, positive};{food quality, iogurte, positive};{food quality, batatas, positive};{food quality, Ovos, positive};{food quality, frutas frescas, positive}","{food quality, panquecas, positive};{food quality, iogurte, positive};{food quality, Ovos, positive};{food quality, frutas frescas, positive};{food quality, batatas, positive}" +– Ray's é O lugar para ir para jantares de frutos do mar de alta qualidade frutos do mar.,"{food quality, frutos do mar, positive}","{food quality, frutos do mar, positive}" +Também gosto muito da simplicidade da decoração e do ambiente intimista sensação de um pequeno restaurante.,"{ambience general, sensação, positive};{ambience general, decoração, positive}","{ambience general, ambiente, positive};{ambience general, decoração, positive}" +Estamos voltando . : D,"{restaurant general, null, positive}","{restaurant general, null, positive}" +"Eu deveria ter pensado em mencionar isso, mas nunca imaginei que a comida fosse tão suave.","{food quality, comida, negative}","{food quality, comida, negative}" +"Quando entrei, fiquei surpreso com a incrível decoração em madeira.","{ambience general, decoração em madeira, positive}","{ambience general, decoração em madeira, positive}" +"É um lugar pequeno lugar, então se você chegar antes das 20h em um fim de semana (quinta-feira? domingo), será mais fácil conseguir uma mesa ou um assento no sushi bar.","{restaurant miscellaneous, lugar, neutral}","{restaurant miscellaneous, lugar, neutral}" +Melhor Bairro Standby.,"{restaurant general, Standby, positive}","{restaurant general, Bairro Standby, positive}" +Eu voltaria lá num piscar de olhos.,"{restaurant general, null, positive}","{restaurant general, null, positive}" +"O preço é *muito* razoável, principalmente pela qualidade da comida.","{food prices, comida, positive}","{food prices, comida, positive};{food quality, comida, positive}" +"bastante comida, acredite em mim.","{food style_options, comida, positive}","{food quality, comida, positive}" +É o local perfeito para um encontro romântico a dois ou um encontro secreto!,"{ambience general, null, positive};{restaurant miscellaneous, null, positive}","{restaurant miscellaneous, local, positive}" +Também tem ótimas margaritas!,"{drinks quality, margaritas, positive}","{drinks quality, margaritas, positive}" +É despretensioso e underground.,"{ambience general, null, positive}","{restaurant general, null, positive}" +O lugar é a melhor opção depois da comida da minha mãe.,"{food quality, null, positive}","{restaurant general, lugar, positive}" +"O melhor lugar para um café da manhã de domingo em meio a iates, depois dê um passeio pelo Mercado de Agricultores nas proximidades.","{restaurant miscellaneous, lugar, positive}","{restaurant miscellaneous, lugar, positive}" +"Se puder, venha até este lugar de barco e passe uma noite inteira lá.","{restaurant miscellaneous, lugar, positive}","{restaurant general, lugar de barco, positive}" +"de sobremesa pedimos o creme brulee de manga e gengibre... oh la la, uma delícia!!!","{food quality, creme brulee de manga e gengibre, positive}","{food quality, creme brulee de manga e gengibre, positive}" +"Vale a pena esperar, principalmente porque eles ligam para você quando a mesa estiver pronta.","{restaurant general, null, positive}","{service general, null, positive}" +Eles têm uma grande variedade de peixes e até listam de quais oceanos eles vêm; Atlântico ou Pacífico.,"{food style_options, peixes, positive}","{food style_options, variedade de peixes, positive}" +"Bem, acho que é difícil estar sentado quando se é invisível para a equipe.","{service general, equipe, negative}","{service general, equipe, negative}" +"Ótimo, aberto e amigável ambiente.","{ambience general, ambiente, positive}","{restaurant general, ambiente, positive};{restaurant miscellaneous, ambiente, positive}" +Uma breve conversa com o gerente no final da refeição foi a maior decepção -- dizer que ficamos `` decepcionados `` seria um eufemismo.,"{service general, gerente, negative}","{service general, gerente, negative}" +"O Ray's é uma espécie de instituição de Seattle, mas, dadas suas vistas deslumbrantes Sound, eu suspeitava que os elogios se deviam mais ao cenário do que à comida e ao serviço.","{location general, Sound, positive}","{location general, Ray's, positive};{restaurant general, Ray's, positive};{food quality, comida, neutral};{service general, serviço, neutral}" +Jurei nunca mais voltar para uma refeição quente cerveja e medíocre refeição.,"{drinks quality, cerveja, negative};{food quality, refeição, negative}","{food quality, refeição, negative};{drinks quality, cerveja, negative}" +"Se estiver bom tempo lá fora, peça uma mesa na varanda.","{ambience general, varanda, positive}","{ambience general, varanda, positive}" +Ótimo comida com um ambiente incrível!,"{food quality, comida, positive};{ambience general, ambiente, positive}","{ambiente general, ambiente, positive};{food quality, comida, positive}" +Terminei a refeição com o inusitado sobremesa de degustação de vinho do Porto e chocolate... uma delícia!,"{food quality, sobremesa de degustação de vinho do Porto e chocolate, positive}","{food quality, sobremesa de degustação de vinho do Porto e chocolate, positive}" +Pedi o aperitivo de frutos do mar e camarão e estava bom.,"{food quality, aperitivo de frutos do mar e camarão, neutral}","{food quality, aperitivo de frutos do mar e camarão, positive}" +As pizzas são de massa fina e o menu oferece combinações e coberturas muito criativas.,"{food style_options, menu, positive};{food style_options, pizzas, positive}","{food quality, pizzas, positive};{food style_options, menu, positive};{food style_options, combinações, positive};{food style_options, coberturas, positive}" +É um ótimo lugar para aproveitar comida e encontrar amigos.,"{food quality, comida, positive};{restaurant miscellaneous, lugar, positive}","{restaurant general, lugar, positive};{food quality, comida, positive}" +"O serviço foi excelente, o café foi bom até mesmo para os padrões do Starbucks e a comida foi excepcional.","{food quality, comida, positive};{service general, serviço, positive};{drinks quality, café, positive}","{service general, serviço, positive};{food quality, comida, positive};{coffee quality, café, positive}" +Este é o lugar para relaxar e aproveitar a melhor qualidade comida que a indústria pode oferecer.,"{food quality, comida, positive};{ambience general, lugar, positive}","{restaurant general, lugar, positive};{food quality, comida, positive}" +Eu voltaria só pela experiência vinho.,"{drinks quality, vinho, positive}","{drinks quality, vinho, positive}" +O melhor lula de Seattle!,"{food quality, lula, positive}","{food quality, lula, positive}" +A apresentação do Snooze é excelente e é um daqueles lugares que você se sente mais sofisticado só por estar lá; mas retire as camadas e você terá um IHOP caro com um Snooze sofisticado.,"{food style_options, menu, negative};{restaurant prices, Snooze, negative};{ambience general, Snooze, positive}","{restaurant prices, Snooze, negative};{ambience general, Snooze, positive};{food style_options, apresentação, positive}" +"Reclamei com o gerente, mas ele nem se desculpou.","{service general, gerente, negative}","{service general, gerente, negative}" +Muito mais do que uma ótima vista!,"{location general, vista, positive}","{location general, vista, positive}" +A atmosfera estava apenas ok.,"{ambience general, atmosfera, neutral}","{ambience general, atmosfera, neutral}" +"Depois de sentar, demorou cerca de 30 minutos para finalmente receber a refeição.","{service general, null, negative}","{service general, null, negative}" +"– Em uma era de cortes de custos incrementais em restaurantes, é bom ver um lugar que contraria essa tendência e simplesmente oferece alta qualidade comida e bom serviço, ponto final.","{food quality, comida, positive};{service general, serviço, positive}","{service general, serviço, positive};{food quality, comida, positive}" +"Gostei muito do ambiente, mas a comida não valeu o preço.","{food quality, comida, negative};{ambience general, ambiente, positive};{food prices, comida, negative}","{food prices, comida, negative};{ambience general, ambiente, positive}" +"Ele fica em um shopping perto do Beverly Center, não é o melhor localização, mas a comida me faz voltar para mais.","{food quality, comida, positive};{location general, localização, neutral}","{food quality, comida, positive};{location general, localização, neutral}" +"Na minha refeição tive que devolver meus ovos por um simples pedido de quebrar as gemas antes de cozinhar, e teria que devolvê-los novamente se não tivesse rejeitado a refeição completamente.","{food quality, ovos, negative};{food quality, refeição, negative}","{food quality, ovos, negative}" +A banda foi muito boa e o serviço foi atencioso.,"{service general, serviço, positive};{ambience general, banda, positive}","{service general, serviço, positive};{ambience general, banda, positive}" +"– Como descrever o melhor sushi em Nova York: hmmmm, delicioso, incrível, fantástico, suculento, perfeito, nah, todas as opções acima.","{food quality, sushi, positive}","{food quality, sushi, positive}" +– O charme localização ao longo da marina em Long Beach e a mediocridade comida do Schooner or Later infelizmente não compensam seu péssimo atendimento atendimento ao cliente.,"{food quality, comida, neutral};{location general, localização ao longo da marina em Long Beach, positive};{service general, atendimento ao cliente, negative}","{service general, atendimento ao cliente, negative};{location general, localização, positive};{food quality, comida, negative}" +"Fomos acomodados imediatamente, a mesa era privada e agradável.","{ambience general, mesa, positive}","{ambience general, mesa, positive};{service general, null, positive}" +"bom saquê, bom comida – sinceramente, não sei muito sobre japonês comida.","{food quality, comida, positive};{drinks quality, saquê, positive}","{drinks quality, saquê, positive};{food quality, comida, positive}" +Traga seu celular porque você pode ter que esperar para entrar no melhor restaurante de sushi do mundo : BLUE RIBBON SUSHI.,"{restaurant general, BLUE RIBBON SUSHI, positive}","{restaurant general, BLUE RIBBON SUSHI, positive}" +"No final, nossa conta chegou a US$ 27 por 4 pequenas panquecas, um burrito de café da manhã, um suco de laranja e um chá gelado (eu tomei água).","{drinks prices, chá gelado, negative};{food prices, burrito de café da manhã, negative};{food style_options, panquecas, negative};{drinks prices, suco de laranja, negative};{food prices, panquecas, negative}","{food prices, panquecas, negative};{food prices, burrito de café da manhã, negative};{food prices, suco de laranja, negative};{food prices, chá gelado, negative}" +Bom comida!,"{food quality, comida, positive}","{food quality, comida, positive}" +"O serviço de buffet é de outro mundo, e sopa de frango e legumes Raouls abala meu mundo!!!","{food quality, sopa de frango e legumes Raouls, positive};{food quality, serviço de buffet, positive}","{food quality, sopa de frango e legumes Raouls, positive};{food quality, serviço de buffet, positive}" +Eu deveria ter pedido a conta quando vi isso; mas o menu deles era tão único que continuei.,"{food style_options, menu, positive}","{food style_options, menu, positive}" +Ótimo Café da manhã,"{food quality, Café da manhã, positive}","{food quality, Café da manhã, positive}" +Robalo com risoto de lagosta foi o melhor.,"{food quality, Robalo com risoto de lagosta, positive}","{food quality, Robalo com risoto de lagosta, positive}" +– A atmosfera é ótima para qualquer ocasião especial que você queira comemorar.,"{ambience general, atmosfera, positive}","{ambience general, atmosfera, positive}" +"Ótimo peixe da estação e frutos do mar, com um ambiente elegante à beira-mar.","{ambience general, à beira-mar, positive};{food quality, frutos do mar, positive};{food quality, peixe da estação, positive}","{ambience general, ambiente, positive};{food quality, frutos do mar, positive};{food quality, peixe da estação, positive}" +As pizzas não são enormes e a massa é fina... tenha isso em mente quando fizer o pedido.,"{food style_options, massa, neutral};{food style_options, pizzas, neutral}","{food style_options, pizzas, neutral}" +A única coisa positiva sobre o Mioposto é a boa localização.,"{location general, localização, positive}","{location general, localização, positive}" +Eu também aprecio a entrega deles.,"{service general, entrega, positive}","{service general, entrega, positive}" +Muito decepcionado.,"{restaurant general, null, negative}","{food quality, null, negative}" +A pizza é deliciosa e as saladas são fantásticas.,"{food quality, pizza, positive};{food quality, saladas, positive}","{food quality, saladas, positive};{food quality, pizza, positive}" +Mais fresco sushi – Adoro isto restaurante.,"{restaurant general, restaurante, positive};{food quality, sushi, positive}","{food quality, sushi, positive}" +O bife foi feito exatamente como eu gosto (malpassado) e estava bom e suculento.,"{food quality, bife, positive}","{food quality, bife, positive};{food style_options, bife, positive}" +"Sério, você não pode errar se o que você procura é diversão local despretensiosa.","{ambience general, null, positive}","{restaurant miscellaneous, null, positive}" +Os proprietários são muito divertidos e a seleção de cervejas vale a pena ficar.,"{drinks style_options, seleção de cervejas, positive};{service general, proprietários, positive}","{drinks style_options, seleção de cervejas, positive};{service general, proprietários, positive}" +Ótimo seleção de chope e garrafa e o pizza é demais.,"{food quality, pizza, positive};{drinks style_options, seleção de chope e garrafa, positive}","{drinks style_options, seleção de chope, positive};{food quality, pizza, positive};{drinks style_options, garrafa, positive}" +"Garanto que você não ficará desapontado, também há serviço de manobrista.","{restaurant general, null, positive};{restaurant miscellaneous, null, positive}","{service general, serviço de manobrista, positive}" +Jantar tarde da noite com comida excepcional .,"{food quality, comida, positive}","{food quality, comida, positive}" +"As porções são grandes, então não peça muito.","{food style_options, null, neutral}","{food style_options, porções, positive}" +Definitivamente tem uma das melhores jukebox que já vi em muito tempo.,"{ambience general, jukebox, positive}","{ambience general, jukebox, positive}" +O serviço foi decente.,"{service general, O serviço, neutral}","{service general, serviço, neutral}" +Absolutamente delicioso.,"{food quality, null, positive}","{food quality, null, positive}" +"Ah, e as batatas fritas com queijo são incríveis!","{food quality, batatas fritas com queijo, positive}","{food quality, batatas fritas com queijo, positive}" +Todos que estavam sentados lá fora concordaram que esse foi o pior serviço que já recebemos.,"{service general, serviço, negative}","{service general, serviço, negative}" +"Posso não ser um guru de sushi, mas posso dizer que a comida aqui é apenas razoável e que não há muito mais do que isso.","{food quality, comida, negative}","{food quality, comida, negative}" +"Excelente comida, agradável ambiente, bastante caro","{food quality, comida, positive};{ambience general, ambiente, positive};{restaurant prices, null, negative}","{restaurant prices, null, negative};{ambience general, ambiente, positive};{food quality, comida, positive}" +"Derrete na boca nigiri e sashmi, e muito saboroso rolinhos também.","{food quality, nigiri, positive};{food quality, rolinhos, positive};{food quality, sashmi, positive}","{food quality, nigiri, positive};{food quality, sashmi, positive};{food quality, rolinhos, positive}" +Finalmente uma refeição que você vai lembrar por muito tempo!,"{food quality, refeição, positive}","{food quality, refeição, positive}" +"Melhor comida, fenomenal serviço","{food quality, comida, positive};{service general, serviço, positive}","{service general, serviço, positive};{food quality, comida, positive}" +Recomendo para uma noite em que você quer esbanjar! (foi um pouco caro),"{restaurant prices, null, negative};{restaurant general, null, positive}","{restaurant prices, null, negative};{restaurant general, null, positive}" +"Embora este restaurante tivesse comida razoavelmente boa, a equipe do restaurante parecia completamente indiferente à nossa presença, e essa atitude se refletiu na falta de serviço.","{food quality, comida, positive};{service general, equipe do restaurante, negative}","{service general, equipe, negative};{food quality, comida, positive};{service general, serviço, negative}" +Sem comparação,"{restaurant general, null, positive}","{restaurant general, null, positive}" +"então sobre os camarões, eles estavam frescos e tinham uma leve crocância sobre a massa... tããão bons... as nozes foram cortadas em pedaços menores e muito crocantes e saborosas.","{food quality, nozes, positive};{food quality, camarões, positive};{food quality, massa, positive}","{food quality, camarões, positive};{food quality, nozes, positive}" +Estou muito feliz por ter um maravilhoso restaurante italiano no meu bairro.,"{restaurant general, restaurante italiano, positive}","{restaurant general, restaurante italiano, positive}" +Esperamos uma hora para sermos acomodados.,"{service general, null, negative}","{service general, null, negative}" +"Fizemos nosso pedido e, embora tivéssemos pedido 4 entradas, a comida só chegou 45 minutos depois... COM NOSSO PRATO PRINCIPAL.","{service general, null, negative}","{service general, null, negative}" +Mal posso esperar para voltar no próximo fim de semana!,"{restaurant general, null, positive}","{restaurant general, null, positive}" +"Se você está interessado em pratos saborosos (sem gosto ou cheiro de peixe), grandes porções e criativos pratos de sushi, este é o seu lugar...","{food quality, null, positive};{food style_options, pratos de sushi, positive};{food style_options, porções, positive}","{food style_options, pratos de sushi, positive};{food quality, pratos saborosos, positive};{food style_options, porções, positive}" +Um lugar perfeito para receber hóspedes de fora da cidade em qualquer época do ano.,"{restaurant general, null, positive}","{restaurant miscellaneous, lugar, positive}" +Provei todos os três itens que ela preparou prato e eles estavam excelentes.,"{food quality, prato, positive}","{food quality, prato, positive}" +Bom para jantar tarde da noite (planejamento de última hora) sem reservas.,"{restaurant miscellaneous, null, positive}","{restaurant miscellaneous, null, positive}" +nunca me decepciono com lá comida.,"{food quality, comida, positive}","{food quality, comida, positive}" +– De longe o melhor bar do East Village...,"{restaurant general, bar, positive}","{restaurant general, bar, positive}" +É um ótimo lugar para observar as pessoas.,"{restaurant miscellaneous, lugar, positive}","{ambience general, lugar, positive}" +"Espaço era limitado, mas a comida compensava.","{restaurant miscellaneous, Espaço, negative};{food quality, comida, positive}","{food quality, comida, positive};{ambience general, Espaço, negative}" +"As vieiras são aparentemente cozidas em manteiga de azeitona preta, o que as torna realmente únicas (para não mencionar saborosas).","{food style_options, vieiras, positive};{food quality, vieiras, positive}","{food quality, vieiras, positive}" +Este lugar é charmoso e relaxante.,"{ambience general, lugar, positive}","{ambience general, lugar, positive}" +nada mastigável.,"{food quality, null, positive}","{food quality, null, negative}" +Ficamos em Seattle apenas uma noite e estou muito feliz por termos escolhido Rays para jantar!,"{restaurant general, Rays, positive}","{restaurant general, Rays, positive}" +"– Nunca esquecerei a incrível refeição, serviço e ambiente que experimentei neste restaurante.","{ambience general, ambiente, positive};{service general, serviço, positive};{food quality, refeição, positive}","{ambience general, ambiente, positive};{food quality, refeição, positive};{service general, serviço, positive}" +Incrível aperitivo especial de cavala espanhola e perfeito sushi de caixa (isso enguia com abacate -- hum hum hum).,"{food quality, enguia com abacate, positive};{food quality, sushi de caixa, positive};{food quality, aperitivo especial de cavala espanhola, positive}","{food quality, aperitivo especial de cavala espanhola, positive};{food quality, sushi de caixa, positive};{food quality, enguia com abacate, positive}" +"Nos fins de semana, você pode ter que esperar algumas horas.","{service general, null, neutral}","{service general, null, negative}" +– A comida não era ótima e os garçons eram rudes.,"{food quality, comida, negative};{service general, garçons, negative}","{service general, garçons, negative};{food quality, comida, negative}" +"O bife 9 oz veio em seguida e estava ótimo, pelo menos no começo.","{food quality, 9 oz, positive}","{food quality, bife 9 oz, positive}" +"Quando cheguei lá, sentei-me no andar de cima, onde a atmosfera era aconchegante e o serviço era horrível!","{ambience general, atmosfera, positive};{service general, serviço, negative}","{service general, serviço, negative};{ambience general, atmosfera, positive}" +"A carta de vinhos é incrível, extensa e diversificada, a comida é toda incrível e a equipe foi toda muito simpática, boa no que faz e culta.","{food quality, comida, positive};{drinks style_options, carta de vinhos, positive};{service general, equipe, positive}","{food quality, comida, positive};{drinks style_options, carta de vinhos, positive};{service general, equipe, positive}" +– NÃO PODE FICAR MELHOR ! ! ! ! !,"{restaurant general, null, positive}","{restaurant general, null, positive}" +Nas tardes de domingo há uma banda tocando e é muito divertido.,"{ambience general, banda, positive}","{ambience general, banda, positive}" +"Tudo, e eu quero dizer tudo no menu é delicioso.","{food quality, menu, positive}","{food quality, menu, positive}" +"Sei que muitas pessoas têm seus tipos favoritos de pizza e pizzarias, mas o pizzaria do Mioposto carece de qualidade e bom gosto.","{food quality, pizza, negative}","{food quality, pizzaria, negative}" +Há apenas um lugar na costa leste que tem tudo isso e muito mais.,"{restaurant general, lugar, positive}","{restaurant general, lugar, positive}" +Sempre um vencedor.,"{restaurant general, null, positive}","{restaurant general, null, positive}" +"As avaliações anteriores diziam que era adequado para crianças... me dá um tempo com duas crianças pequenas, isso é anos-luz.","{restaurant miscellaneous, null, negative}","{restaurant miscellaneous, null, negative}" +As pizzas são leves e deliciosas.,"{food quality, pizzas, positive}","{food quality, pizzas, positive}" +"Veja a arte nas paredes, muito colorida!","{ambience general, arte nas paredes, positive}","{ambience general, arte nas paredes, positive}" +Medíocre comida,"{food quality, comida, neutral}","{food quality, comida, negative}" +Nunca mais voltarei.,"{restaurant general, null, negative}","{restaurant general, null, negative}" +Tivemos muita dificuldade em chamar a atenção da garçonete e finalmente tivemos que nos levantar e entrar para falar com um gerente.,"{service general, garçonete, negative}","{service general, garçonete, negative}" +Nunca muito lotado e sempre ótimo serviço.,"{restaurant miscellaneous, null, positive};{service general, serviço, positive}","{service general, serviço, positive};{ambience general, null, positive}" +você está com um encontro quente e ele/ela está com vontade de sushi ... então este pode ser o lugar.,"{food quality, sushi, positive}","{restaurant miscellaneous, lugar, positive}" +"– Não acredito que Murphy's existe há mais de 25 anos, incrível.","{restaurant miscellaneous, Murphy's, positive}","{restaurant general, Murphy's, positive}" +"Pode ficar cheio nas sextas-feiras para conseguir uma mesa, mas depois de sentar, o serviço é tão eficiente que você pode entrar e sair de lá rapidamente.","{service general, serviço, positive}","{service general, serviço, positive}" +"É servido com molho de pimenta ou redução de vinho tinto, embora ambos tenham sabor indistinguível.","{food quality, redução de vinho tinto, neutral};{food quality, molho de pimenta, neutral}","{food quality, molho de pimenta, negative};{food quality, redução de vinho tinto, negative}" +Os garçons mais simpáticos da cidade.,"{service general, garçons, positive}","{service general, garçons, positive}" +O serviço foi cortês e atencioso.,"{service general, serviço, positive}","{service general, serviço, positive}" +"No momento em que escrevo isso, tentei distribuir um link novamente e ainda não funciona.","{restaurant miscellaneous, null, negative}","{restaurant miscellaneous, null, negative}" +"quaisquer outras necessidades que pudéssemos ter não poderiam ter sido atendidas, pois ninguém parou na mesa.","{service general, null, negative}","{service general, null, negative}" +"Bom Sushi, Preço Alto","{food quality, Sushi, positive};{food prices, Sushi, negative}","{food quality, Sushi, positive};{food prices, Sushi, negative}" +Mas os servidores foram extremamente atenciosos e muito amigáveis.,"{service general, servidores, positive}","{service general, servidores, positive}" +"Eu estive neste lugar, pessoal, e é RUIM.","{restaurant general, lugar, negative}","{restaurant general, lugar, negative}" +ótimo serviço,"{service general, serviço, positive}","{service general, serviço, positive}" +Foi como jantar em um restaurante completamente diferente.,"{restaurant general, null, positive}","{restaurant general, null, positive}" +Dois polegares para cima!,"{food quality, null, positive}","{restaurant general, null, positive}" +Imagine minha feliz surpresa ao descobrir que as visualizações são apenas a terceira melhor coisa sobre Ray!,"{location general, visualizações, positive};{restaurant general, Ray, positive}","{restaurant general, Ray, positive}" +"Sem dúvida, o melhor atum que já comi.","{food quality, atum, positive}","{food quality, atum, positive}" +"Se você for ver Danny Gans ou estiver hospedado no Mirage, não perca este.","{restaurant general, null, positive}","{restaurant miscellaneous, null, positive}" +ótimo local para almoçar,"{restaurant general, local para almoçar, positive}","{restaurant general, local, positive}" +Eu adoro café da manhã aqui.,"{food quality, café da manhã, positive}","{restaurant general, café da manhã, positive}" +O sashimi foi o mais fresco e macio que já provei.,"{food quality, sashimi, positive}","{food quality, sashimi, positive}" +Você não ficará desapontado com o menu.,"{food style_options, menu, positive}","{food style_options, menu, positive}" +"Muitas pessoas falam sobre o ótimo pizza e o ruim serviço, então não podem ser apenas os desabafos de alguns clientes insatisfeitos.","{food quality, pizza, positive};{service general, serviço, negative}","{service general, serviço, negative};{food quality, pizza, positive}" +Eu não voltarei.,"{restaurant general, null, negative}","{restaurant general, null, negative}" +meu serviço foi estelar!,"{service general, serviço, positive}","{service general, serviço, positive}" +com certeza voltaremos a este restaurante.,"{restaurant general, restaurante, positive}","{restaurant general, restaurante, positive}" +Definitivamente voltarei.,"{restaurant general, null, positive}","{restaurant general, null, positive}" +"Talvez seja bom para aquela noite em que os chefs decidem usar peixe, que é meio decente.","{food quality, peixe, negative}","{food quality, peixe, negative}" +"– Só fui ao Open Sesame uma vez, mas ainda estou me recuperando da experiência! !","{restaurant general, Open Sesame, positive}","{restaurant general, Open Sesame, negative}" +"As panquecas eram certamente criativas, mas US$ 8,50 por 3 a 6 `` panquecas (uma delas tinha mais de 5 ``) na versão de panquecas (amostra de 3 panquecas) diferentes é um preço bem alto.","{food style_options, panquecas, positive};{food prices, panquecas, negative}","{food style_options, panquecas, positive};{food prices, panquecas, negative};{food style_options, panquecas (amostra de 3 panquecas, positive}" +"NO ENTANTO, numa tarde de domingo, meu marido e eu fomos (embora com meus altos protestos) e ficamos agradavelmente surpresos.","{restaurant general, null, positive}","{restaurant general, null, positive}" +Vale a pena,"{restaurant general, null, positive}","{restaurant general, null, positive}" +Cuidado - é real comida para pessoas que amam o melhor.,"{food quality, comida, positive}","{food quality, comida, positive}" +"Tenho um porém aqui: havia um atendente de banheiro no banheiro, o que era estranho.","{restaurant miscellaneous, banheiro, negative}","{service general, atendente de banheiro, negative}" +O melhor prato é o camarão com nozes -- simplesmente extraordinário.,"{food quality, camarão com nozes, positive}","{food quality, camarão com nozes, positive}" +"As panquecas deveriam ser maiores (pelo menos 8 ``) para justificar o gasto, mesmo com as ofertas exclusivas.","{food style_options, panquecas, negative}","{food style_options, panquecas, negative};{food prices, panquecas, negative}" +– Minha primeira vez jantando neste restaurante foi com meu filho e foi absolutamente horrível!,"{restaurant general, restaurante, negative}","{restaurant general, restaurante, negative}" +Excelente,"{restaurant general, null, positive}","{restaurant general, null, positive}" +"O estacionamento é razoavelmente bom, eles têm seu próprio estacionamento e você pode estacionar no parque próximo.","{restaurant miscellaneous, null, positive}","{parking general, estacionamento, positive}" +Salada Caesar estava excelente.,"{food quality, Salada Caesar, positive}","{food quality, Salada Caesar, positive}" +"– Não entendo como fiquei tanto tempo sem conhecer esse lugar... a salada de fajita, a colorado, as fajitas - TUDO é delicioso.","{food quality, colorado, positive};{food quality, salada de fajita, positive};{food quality, fajitas, positive}","{food quality, salada de fajita, positive};{food quality, fajitas, positive};{food quality, colorado, positive}" +melhor comida chinesa que já provei há muito tempo,"{food quality, comida chinesa, positive}","{food quality, comida chinesa, positive}" +O preço também estava certo.,"{restaurant prices, null, positive}","{restaurant prices, null, positive}" +Delicioso ... !,"{food quality, null, positive}","{food quality, null, positive}" +"Colocamos nosso nome e, embora houvesse mesas vagas, fomos informados de que a espera seria de 30 minutos.","{service general, null, negative}","{service general, null, negative}" +O café também é muito bom.,"{drinks quality, café, positive}","{food quality, café, positive}" +Esperamos mais de 30 minutos por nossas bebidas e mais de 1 hora e meia por nossa comida.,"{service general, null, negative}","{service general, null, negative}" +Os garçons atrás do balcão são sempre simpáticos e prestativos.,"{service general, garçons atrás do balcão, positive}","{service general, garçons, positive}" +"Nosso garçom era inexistente e depois que nossa comida finalmente chegou, mais de uma hora depois do pedido, não nos deram água nem utensílios.","{service general, garçom, negative}","{service general, garçom, negative};{service general, null, negative}" +– Este lugar é incrivelmente superestimado.,"{restaurant general, lugar, negative}","{restaurant general, lugar, negative}" +Muito ruim atendimento ao cliente.,"{service general, atendimento ao cliente, negative}","{service general, atendimento ao cliente, negative}" +Não podemos dizer o suficiente sobre suas deliciosas pizzas gourmet !,"{food quality, null, positive}","{food quality, pizzas gourmet, positive}" +"Além disso, enquanto o peixe é inquestionavelmente fresco, pãezinhos tendem a ser inexplicavelmente insossos.","{food quality, peixe, positive};{food quality, pãezinhos, negative}","{food quality, pãezinhos, negative};{food quality, peixe, positive}" +O único inconveniente é a lotação lugares sentados e a lentidão serviço.,"{service general, serviço, negative};{restaurant miscellaneous, lugares sentados, negative}","{service general, serviço, negative};{ambience general, lugares, negative}" +"Não há muitos lugares para fumar em Nova York, mas encontrei meu lugar favorito para fumar varanda na cidade.","{restaurant miscellaneous, varanda, positive}","{ambience general, varanda, positive}" +Nós compartilhamos o prato da família e eu gostei especialmente do bacalhau preto em saquê kasu.,"{food quality, bacalhau preto em saquê kasu, positive}","{food quality, bacalhau preto em saquê kasu, positive};{food style_options, prato da família, positive}" +"Mas o espaço é pequeno e adorável, e o serviço é útil.","{service general, serviço, positive};{ambience general, espaço, positive}","{ambience general, espaço, positive};{service general, serviço, positive}" +Valeu a pena esperar.,"{restaurant general, null, positive}","{restaurant general, null, positive}" +delicioso .,"{food quality, null, positive}","{food quality, null, positive}" +Delicioso,"{food quality, null, positive}","{food quality, null, positive}" +- Medíocre Serviço / Qualidade,"{service general, Serviço, neutral}","{service general, Serviço, negative};{food quality, Qualidade, negative}" +"– Este é um dos meus lugares favoritos para almoçar, enorme porções, rápido serviço e incrível NULL! !","{drinks quality, margaritas, positive};{restaurant general, null, positive};{service general, serviço, positive};{food style_options, porções, positive}","{food style_options, porções, positive};{restaurant general, NULL, positive};{service general, serviço, positive}" +Melhor Bolinhos de Caranguejo da Cidade,"{food quality, Bolinhos de Caranguejo, positive}","{food quality, Bolinhos de Caranguejo, positive}" +"Tudo o que comi aqui é bom, saladas de taco, burritos, enchiladas eu adoro este lugar.","{food quality, null, positive};{food quality, saladas de taco, positive};{food quality, burritos, positive};{food quality, enchiladas, positive};{restaurant general, lugar, positive}","{food quality, enchiladas, positive};{food quality, burritos, positive};{food quality, saladas de taco, positive};{restaurant general, lugar, positive}" +"Ótimo Pizza, Ruim Serviço","{service general, Serviço, negative};{food quality, Pizza, positive}","{service general, Serviço, negative};{food quality, Pizza, positive}" +esplêndido,"{restaurant general, null, positive}","{restaurant general, null, positive}" +Minha melhor amiga comeu o shawarma de frango e ela AINDA fala que é o melhor de todos!,"{food quality, shawarma de frango, positive}","{food quality, shawarma de frango, positive}" +Chintzy porções,"{food style_options, porções, negative}","{food style_options, porções, negative}" +Bom come.,"{food quality, come, positive}","{food quality, come, positive}" +"Normalmente, os lugares perguntam o quão picante você quer, mas não perguntam.","{service general, null, negative}","{restaurant miscellaneous, lugar, negative}" +"Sempre achei os garçons e, se você sentar no bar, os cozinheiros muito simpáticos.","{service general, cozinheiros, positive}","{service general, garçons, positive};{service general, cozinheiros, positive}" +Nada no menu é menos que incrível.,"{food quality, menu, positive}","{food quality, menu, positive}" +"Meu grupo de dois estava se sentindo particularmente ambicioso, e nós esbanjamos no Shilshole Sampler... uma bela variedade de enormes camarões brancos do golfo, atum albacora defumado, o fantástico amêijoas de Manila temperado com endro do Ray, vieiras em um saboroso molho de soja e uma pequena pilha de caranguejo Dungeness sobre um sublime molho de manteiga.","{food quality, molho de soja, positive};{food quality, molho de manteiga, positive};{food style_options, camarões brancos do golfo, positive};{food style_options, Shilshole Sampler, positive};{food quality, amêijoas de Manila, positive}","{food quality, amêijoas de Manila temperado com endro do Ray, positive};{food quality, Shilshole Sampler, positive};{food quality, caranguejo Dungeness sobre um sublime molho de manteiga, positive};{food quality, atum albacora defumado, positive};{food style_options, Shilshole Sampler, positive};{food quality, camarões brancos do golfo, positive}" +"Fiquei francamente chocado quando li as críticas negativas - este lugar é fantástico; não nos decepcionou de forma alguma, e já comemos aqui mais de 10 vezes.","{restaurant general, lugar, positive}","{restaurant general, lugar, positive}" +"Você é um fã de sushi, você ama peixes cortados com maestria peixe, ótimos saquê, um matador local SOHO e, claro: salmão, atum, linguado, linguado, bacalhau, cavala, geleia peixe, ouriço-do-mar, camarão, lagosta, dourada, truta, peixe-leite, atum-rabilho, enguia, caranguejo, sardinha, tamboril, ovas, vieira, ostras e uma variedade de toro.","{food quality, sushi, positive};{food style_options, toro, positive};{food style_options, peixe, positive};{drinks quality, saquê, positive};{location general, local SOHO, positive}","{food quality, peixes cortados com maestria, positive};{drinks quality, saquê, positive};{food style_options, sushi, positive};{food style_options, peixes, positive}" +O serviço é fantástico neste lugar divertido.,"{restaurant general, lugar, positive};{service general, serviço, positive}","{ambience general, lugar, positive};{service general, serviço, positive}" +"Além disso, havia apenas um banheiro - provavelmente precisaria de mais para uma multidão tão grande.","{restaurant miscellaneous, banheiro, negative}","{restaurant miscellaneous, null, negative}" +Saímos sem nunca receber atendimento.,"{service general, atendimento, negative}","{service general, atendimento, negative}" +Eu gostei.,"{restaurant general, null, positive}","{restaurant general, null, positive}" +– Recomendo muito Mioposto .,"{restaurant general, Mioposto, positive}","{restaurant general, Mioposto, positive}" +"A comida é fantástica, autêntica, deliciosa e muito, muito acessível.","{food quality, comida, positive};{food prices, comida, positive}","{food quality, comida, positive};{food prices, comida, positive}" +Já comi aqui três vezes e achei a qualidade e a variedade do peixe excelentes.,"{food style_options, peixe, positive};{food quality, peixe, positive}","{food quality, peixe, positive};{food style_options, peixe, positive}" +"Mas ela é muito amigável com certas pessoas, o que torna isso ainda mais irritante.","{service general, null, negative}","{service general, null, negative}" +"O menu regular aqui é um pouco acima da média, o que não vale a atitude arrogante que você recebe.","{food quality, menu regular, neutral};{service general, null, negative}","{service general, null, negative};{food prices, menu, positive};{food style_options, menu, positive}" +"Eles também servem O MELHOR homus da América, com um fiozinho de azeite de oliva aromático (que, acredito eu, é o método tradicional)!","{food quality, homus, positive};{food style_options, homus, positive}","{food quality, homus, positive};{food quality, fiozinho de azeite de oliva aromático, positive}" +ótimo cerveja,"{drinks quality, cerveja, positive}","{drinks quality, cerveja, positive}" +Frutos do mar Mais,"{food quality, Frutos do mar, positive}","{food quality, Frutos do mar Mais, positive}" +"é triste que não haja muitas pessoas que frequentem lugares como esses que parecem caros porque ficam no hotel... mas eles são definitivamente um lugar que você não vai querer perder, especialmente se estiver no centro de San José.","{restaurant general, null, positive}","{restaurant general, lugar, positive};{restaurant prices, lugar, negative}" +Eles servem em um copo alto e fino em formato de ampulheta para disfarçar o fato de que você está comprando um suco pequeno suco pelo preço de meio galão em um supermercado.,"{drinks style_options, suco, negative};{drinks prices, suco, negative}","{drinks style_options, copo, negative};{drinks prices, suco, negative}" +"A comida estava boa, mas o serviço era tão ruim que a comida estava fria quando todos do meu grupo foram servidos.","{food quality, comida, neutral};{service general, serviço, negative}","{food quality, comida, positive};{service general, serviço, negative}" +ótimo refeição – o peixe no prato omikase estava absolutamente decadente -- não havia nada da viscosidade que às vezes acompanha sushi razoável -- este peixe estava perfeito! ! ! !,"{food quality, peixe no prato omikase, positive};{food quality, refeição, positive}","{food quality, peixe no prato omikase, positive};{food quality, refeição, positive}" +"As bebidas são excelentes, e sinto-me como se estivesse num país do Terceiro Mundo quando entro pela porta.","{drinks quality, As bebidas, positive};{ambience general, null, positive}","{drinks quality, bebidas, positive};{ambience general, null, positive}" +Aberto e Fresco Lugar com o Melhor Pizza e Café,"{ambience general, Lugar, positive};{food quality, Pizza, positive};{drinks quality, Café, positive}","{food quality, Pizza, positive};{restaurant general, Lugar, positive}" +Creme brulee de chá verde é imperdível!,"{food quality, Creme brulee de chá verde, positive}","{food quality, Creme brulee de chá verde, positive}" +Encontrei uma nova casa e acabei de me mudar com um contrato de longo prazo.,"{restaurant general, null, positive}","{restaurant miscellaneous, null, positive}" +"Eles não são os mais falantes, mas todas as vezes que estive lá eles estavam muito ocupados, o que provavelmente explica a falta de conversa.","{service general, null, neutral}","{service general, null, positive}" +"A pizza em si não é exatamente a melhor que já comi, mas ainda assim é muito boa.","{food quality, pizza, positive}","{food quality, pizza, positive}" +"Tivemos o mesmo garçom na segunda vez, então talvez o serviço seja irregular e nossa sorte esteja boa.","{service general, garçom, positive}","{service general, garçom, negative}" +"– Essa é uma afirmação importante, considerando que eu mesmo puxo armadilhas para caranguejos e faço os bolos desde os meus sete anos, mas há algo sobre esses diabinhos que fica melhor a cada vez.","{food quality, bolos, positive}","{food quality, caranguejos, positive}" +Fabuloso Comida italiana!,"{food quality, Comida italiana, positive}","{food quality, Comida italiana, positive}" +"No entanto, este lugar é uma jóia, e não vou parar de voltar.","{restaurant general, lugar, positive}","{restaurant general, lugar, positive}" +"fica bem cheio, então chegue cedo para conseguir um lugar, se tiver que esperar, não é ruim porque o serviço é rápido!","{service general, serviço, positive}","{service general, serviço, positive};{restaurant miscellaneous, null, neutral}" +"O jantar levou apenas cerca de uma hora e os preços estavam bons para a região, quase US$ 50/pessoa, depois de impostos e gorjeta (aproximadamente a média).","{restaurant prices, null, neutral}","{restaurant prices, null, positive};{service general, null, positive}" +Os anéis de cebola são ótimos!,"{food quality, anéis de cebola, positive}","{food quality, anéis de cebola, positive}" +"Se você estiver na área, não ficará desapontado.","{restaurant general, null, positive}","{restaurant general, null, positive}" +– Ótimo distrito financeiro ponto mexicano.,"{restaurant general, ponto mexicano, positive}","{restaurant general, ponto mexicano, positive}" +O rolo especial da casa é realmente bom.,"{food quality, rolo especial da casa, positive}","{food quality, rolo especial da casa, positive}" +Os garçons são muito experientes e prestativos ao combinar sua escolha de bebida com seu gosto pela comida ou vice-versa.,"{service general, garçons, positive}","{service general, garçons, positive}" +Perfeição.,"{restaurant general, null, positive}","{restaurant general, null, positive}" +Ruim atendimento ao cliente / Ruim pizza.,"{food quality, pizza, negative};{service general, atendimento ao cliente, negative}","{service general, atendimento ao cliente, negative};{food quality, pizza, negative}" +"No geral, eu voltaria e comeria no restaurante novamente.","{restaurant general, restaurante, positive}","{restaurant general, restaurante, positive}" +Servidor fez várias sugestões saquê que foram muito boas.,"{drinks quality, saquê, positive};{service general, Servidor, positive}","{service general, Servidor, positive}" +Meu único comentário negativo é que eu gostaria que as peças fossem um pouco maiores.,"{food style_options, peças, negative}","{food style_options, peças, negative}" +"Eu escolhi o aspargos, que ficou incrível e perfeitamente preparado.","{food quality, aspargos, positive}","{food quality, aspargos, positive};{food style_options, aspargos, positive}" +O que pode ser interessante para a maioria é que o pior serviço/atitude vem dos proprietários deste estabelecimento.,"{service general, proprietários, negative}","{service general, serviço, negative}" +A única desvantagem é que este lugar é muito caro e as porções são pequenas.,"{restaurant prices, lugar, negative};{food style_options, porções, negative}","{food prices, porções, negative};{food style_options, porções, negative};{restaurant prices, lugar, negative}" +"Terrível serviço, comida ok, caro","{food quality, comida, neutral};{service general, serviço, negative};{restaurant prices, null, negative}","{service general, serviço, negative};{food quality, comida, neutral};{food prices, comida, negative}" +Embora o serviço pudesse ser melhorado considerando o dinheiro que você investiu.,"{service general, serviço, negative}","{service general, serviço, negative}" +"É comum ver famílias e amigos indianos jantando lá, o que é sempre um bom sinal.","{restaurant miscellaneous, null, positive}","{restaurant miscellaneous, null, positive}" +"Se eu quisesse ficar na fila de um domingo por uma hora para conseguir uma comida mediana comida de brunch, então eu colocaria o Murphy's no topo da lista.","{food quality, comida de brunch, neutral};{service general, null, negative}","{restaurant miscellaneous, Murphy's, negative}" +Pela quantidade de comida que recebemos os preços deveriam ter sido mais baixos.,"{food prices, comida, negative}","{food prices, comida, negative};{food style_options, comida, neutral}" +"Sempre ocupado, mas eles são bons em atendê-lo prontamente e têm um serviço rápido .","{service general, null, positive}","{service general, serviço, positive}" +A carta de vinhos é maravilhosa e a comida me lembra minha recente viagem à Itália.,"{drinks style_options, carta de vinhos, positive}","{food quality, comida, positive};{drinks style_options, carta de vinhos, positive}" +"a comida estava ótima, as margaritas também, mas a garçonete estava muito ocupada sendo gentil com seu outro grupo maior do que para cuidar melhor de mim e do meu amigo.","{service general, garçonete, negative};{food quality, comida, positive};{drinks quality, margaritas, positive}","{service general, garçonete, negative};{drinks quality, margaritas, positive};{food quality, comida, positive}" +Não posso dizer coisas boas o suficiente sobre este restaurante e mal posso esperar pelas próximas visitas.,"{restaurant general, restaurante, positive}","{restaurant general, restaurante, positive}" +Adoro sempre,"{restaurant general, null, positive}","{restaurant general, null, positive}" +Somos moradores locais e temos a sensação de que a única maneira deste lugar sobreviver com tanta mediocridade comida é porque a maioria dos clientes são provavelmente turistas que só vêm uma vez.,"{food quality, comida, negative}","{restaurant miscellaneous, lugar, negative};{food quality, comida, negative}" +Também adoro a salada caeser.,"{food quality, salada caeser, positive}","{food quality, salada caeser, positive}" +Ela não faz você se sentir bem-vindo e te trata como um incômodo.,"{service general, null, negative}","{service general, null, negative}" +É do tamanho certo para o menu.,"{restaurant miscellaneous, null, positive}","{food style_options, null, positive}" +"A comida é fantástica, e a equipe de garçons foi perfeita todas as vezes que estivemos lá.","{food quality, comida, positive};{service general, equipe de garçons, positive}","{service general, equipe de garçons, positive};{food quality, comida, positive}" +A sobremesa foi o final perfeito para um jantar quase perfeito.,"{food quality, jantar, positive};{food quality, sobremesa, positive}","{food quality, sobremesa, positive}" +"Estive aqui, gastei muito dinheiro num jantar especial do chef e foi uma grande decepção.","{food prices, chef special dinner, negative};{food quality, jantar especial do chef, negative}","{food quality, jantar especial do chef, negative};{food prices, jantar especial do chef, negative}" +ENCONTREI UMA NOVA CASA NA SEGUNDA AVENIDA ! ! ! ! ! ! ! ! ! ! ! !,"{restaurant general, null, positive}","{restaurant general, NOVA CASA, positive}" +"– Tive que esperar trinta minutos para entrar em uma manhã de terça-feira, mas valeu muito a pena.","{restaurant general, null, positive};{restaurant miscellaneous, null, negative}","{restaurant general, null, positive};{wait times, null, negative}" +"– É triste ver um lugar que já foi `` O `` lugar para se encontrar e comer no café da manhã ou almoço, agora ser o lugar que é um grande `` NÃO SE INCOMODE ``.","{restaurant general, lugar, negative}","{restaurant general, lugar, negative}" +"O frango com limão tinha gosto de donuts doces e pegajosos e os camarões com nozes e mel, os poucos que eles realmente oferecem... não eram bons.","{food quality, frango com limão, negative};{food style_options, camarões com nozes e mel, negative};{food quality, camarões com nozes e mel, negative}","{food quality, frango com limão, negative};{food quality, camarões com nozes e mel, negative}" +"Foi romântico - e até legal, mesmo com minha irmã, me lembrou da Itália, e tinha obras de arte e música que mantinham a sensação de estar em uma vila mediterrânea.","{ambience general, música, positive};{ambience general, null, positive};{ambience general, obras de arte, positive}","{ambience general, null, positive}" +O sushi estava excelente e o garçons foi rápido.,"{service general, garçons, positive};{food quality, sushi, positive}","{service general, garçons, positive};{food quality, sushi, positive}" +"Na verdade, muitos querem retornar uma segunda vez durante sua visita.","{restaurant general, null, positive}","{restaurant general, null, positive}" +– Melhor lugar mexicano para almoçar no distrito financeiro.,"{restaurant general, lugar mexicano, positive}","{restaurant general, lugar mexicano, positive}" +eu amo esse lugar!,"{restaurant general, lugar, positive}","{restaurant general, lugar, positive}" +a atmosfera é ótima.,"{ambience general, atmosfera, positive}","{ambience general, atmosfera, positive}" +Perfeito para um dia frio.,"{food quality, null, positive}","{restaurant general, null, positive}" diff --git a/experiments/de-en-zh/preds_sk.csv b/experiments/de-en-zh/preds_sk.csv new file mode 100644 index 0000000000000000000000000000000000000000..f27770fdc9f32368a96dd1935ac28bf1d5489252 --- /dev/null +++ b/experiments/de-en-zh/preds_sk.csv @@ -0,0 +1,545 @@ +input,gold,pred +Čakal som 10 - 15 minút na služba objednané pivo a už sa nikdy nepodávalo.,"{service general, služba, negative}","{service general, služba, negative}" +atmosféra bola pokojná a relaxačná prestávka medzi všetkými deťmi pobehujúcimi v Downtown Disney.,"{ambience general, atmosféra, positive}","{ambience general, atmosféra, positive}" +skrytý malý jem,"{restaurant general, null, positive}","{restaurant general, null, positive}" +Išiel som tam s priateľom mimo mesta ... a obaja sme boli veľmi ohromení!,"{restaurant general, null, positive}","{restaurant general, null, positive}" +Má skvelé sushi a ešte lepšie služba.,"{service general, služba, positive};{food quality, sushi, positive}","{service general, služba, positive};{food quality, sushi, positive}" +Všetky ich položky menu sú hitom a podávajú mimózy.,"{food quality, položky menu, positive}","{food quality, položky menu, positive}" +"– ... a najlepší letný zážitok paluba -- dokonca vám prinesú aj deku, ak vám bude zima vo večernom počasí v Seattli.","{ambience general, paluba, positive};{service general, null, positive}","{ambience general, paluba, positive}" +"– Po 12 rokoch v Seattli Ray's hodnotím ako miesto, kam sa vždy vraciame.","{restaurant general, Ray's, positive}","{restaurant general, Ray's, positive}" +Tu sa nemôžete pokaziť.,"{restaurant general, null, positive}","{restaurant miscellaneous, null, negative}" +"Myslím, že som pravdepodobne vyskúšal každú položku v ich menu aspoň raz, všetko je vynikajúce.","{food quality, menu, positive}","{food quality, menu, positive}" +– feferónky nakrájané na skutočne hrubé – mňam.,"{food style_options, feferónky, positive}","{food quality, feferónky, negative}" +"Creme brulee zo zeleného čaju sa zlepšuje zakaždým, keď si ho dám.","{food quality, Creme brulee zo zeleného čaju, positive}","{food quality, zelený čaj, positive}" +"nie príliš jemná myšlienka, že sa cítite nepohodlne a musíte sa prezliecť.","{ambience general, null, positive}","{restaurant miscellaneous, null, negative}" +Atmosféra bola pekná.,"{ambience general, Atmosféra, positive}","{ambience general, Atmosféra, positive}" +úplne báječné! ! !,"{restaurant general, null, positive}","{restaurant general, null, positive}" +VYHNITE SA MIESTO,"{restaurant general, MIESTO, negative}","{restaurant general, MIESTO, positive}" +"Aby som bol úprimný, mal som lepšiu mrazenú pizza.","{food quality, pizza, negative}","{food quality, mrazená pizza, positive}" +"služba bola výnimočná - niekedy bol pocit, že nás obsluhuje armáda priateľských čašníci.","{service general, služba, positive};{service general, čašníci, positive}","{service general, služba, positive}" +A všetko pekne zabalili aby sa to nevylialo .,"{service general, null, positive}","{food style_options, null, positive}" +VEĽMI DOBRÉ!,"{restaurant general, null, positive}","{restaurant general, null, positive}" +jedlo je hriešne.,"{food quality, jedlo, positive}","{food quality, jedlo, positive}" +Na začiatok vás približne 8-10 uncí pomarančový džús bude stáť 3 doláre.,"{drinks prices, pomarančový džús, negative}","{food prices, pomarančový džús, negative};{food style_options, pomarančový džús, negative}" +dobrý výber saké .,"{drinks style_options, výber saké, positive}","{drinks quality, saké, positive}" +"Aj keď by som sa mohol zaobísť bez mládeže, ktorá s nami zdieľala večer, náš úžasný server a jedlo urobili tento zážitok veľmi pozitívnym.","{restaurant miscellaneous, null, positive};{service general, server, positive};{food quality, jedlo, positive}","{food quality, jedlo, positive};{service general, server, positive}" +Aký nález!,"{restaurant general, null, positive}","{restaurant general, null, positive}" +– Mioposto má veľmi kreatívne a chutné menu pizze.,"{food quality, menu pizze, positive};{food style_options, menu pizze, positive}","{food style_options, menu pizze, positive};{food quality, menu pizze, positive}" +"Na nedávnej ceste bol náš čašník mimoriadne odmietavý, zatiaľ čo najmenej traja zamestnanci čakali rukami a nohami na dvojicu japonských dievčat sediacich neďaleko.","{service general, čašník, negative}","{service general, čašník, negative};{service general, zamestnanci, negative}" +"Za normálnych okolností by som nedojedol brokolica, keď si objednávam tento druh jedla, ale po prvýkrát bol každý kúsok taký bohatý ako ten prvý... mušle a krevety boli také čerstvé a pekne uvarené.","{food quality, krevety, positive};{food quality, mušle, positive};{food quality, brokolica, positive}","{food quality, brokolica, positive};{food quality, mušle, positive};{food quality, krevety, positive}" +"Nie je to najlacnejšie sushi, ale vždy to stálo za to.","{food quality, sushi, positive};{food prices, sushi, neutral}","{food quality, sushi, positive};{food prices, sushi, negative}" +Po jedle sa nikdy necítite zle a napchato.,"{food quality, null, positive}","{restaurant general, null, positive}" +Ako súčasť malej štvorčlennej párty bolo naše jedlo vynechané bez komentára;,"{service general, null, negative}","{service general, null, negative}" +"Dúfam, že jedného dňa Scooner alebo neskôr sa vráti to, čo bolo kedysi.","{restaurant general, Scooner alebo neskôr, negative}","{restaurant general, Scooner, positive}" +"Po prvé, jedlo prišlo rýchlo a všetko spolu:) páči sa mi to... neznášam domýšľavosť vecí, ktoré prichádzajú jedna za druhou.","{service general, null, positive}","{service general, null, positive}" +jedlo bolo skvelé!,"{food quality, jedlo, positive}","{food quality, jedlo, positive}" +"Ak existuje linka v deň v týždni po celú dobu otvorenia miesto, viete, že je to skvelé.","{restaurant general, miesto, positive}","{restaurant miscellaneous, linka, positive}" +"Najpríjemnejším prekvapením bol šek, ktorý neprekonal moje očakávania, ako to na väčšine miest vždy býva.","{restaurant prices, null, positive}","{food quality, šek, positive}" +V najlepšom prípade jedlo bolo dobré a určite predražené.,"{food quality, jedlo, positive};{food prices, jedlo, negative}","{food quality, jedlo, negative};{food prices, jedlo, negative}" +Vonkajšia terasa má skrátenú menu .,"{food style_options, menu, neutral}","{restaurant miscellaneous, terasa, negative}" +Najlepšie indické jedlo v L.A.,"{food quality, indické jedlo, positive}","{food quality, indické jedlo, positive}" +Vystrihnúť na vec – to je úžasné!,"{restaurant general, null, positive}","{restaurant general, null, positive}" +"jedlo už nie je to, čo bolo (elixíry vážne sa znížili), ceny stúpli a služba je to najhoršie, čo som kedy zažil (vrátane kontinentálnej Európy).","{service general, služba, negative};{food style_options, elixíry, negative};{food quality, jedlo, negative};{food prices, jedlo, negative}","{food quality, elixíry, negative};{food prices, jedlo, negative};{service general, služba, negative}" +Libanonské jedlo ! Mňam!,"{food quality, Libanonské jedlo, positive}","{food quality, Libanonské jedlo, positive}" +brokolica boli tak čerstvé a chutné.,"{food quality, brokolica, positive}","{food quality, brokolica, positive}" +A dávajú dobré množstvo za cenu.,"{food style_options, null, positive}","{food prices, dávajú dobré množstvo, positive};{food quality, dávajú dobré množstvo, positive}" +Veľmi sklamanie,"{restaurant general, null, negative}","{restaurant general, null, negative}" +TO NAJLEPŠIE v Seattli Vínny lístok,"{drinks style_options, WinelVínny lístokist, positive}","{drinks quality, Vínny lístok, positive}" +– Nemôžem o tom povedať dosť miesto .,"{restaurant general, miesto, positive}","{restaurant general, miesto, positive}" +– Stravujem sa na tomto mieste už viac ako 8 rokov a nikdy som nemal ani jedno zlé jedlo.,"{food quality, jedlo, positive}","{food quality, jedlo, positive}" +"Išiel som domov a znova som ich vyhľadal online, kde som zistil, že existuje odkaz na darček, ktorý nefunguje, a tak som poslal e-mail do reštaurácia o neexistujúcej službe a klamlivom odkaze.","{restaurant miscellaneous, reštaurácia, negative}","{service general, odkaz, negative};{service general, službe, negative}" +Efektné kúsky exotické ryby na 100 dolároch tanier a ANI JEDNA sa nedala jesť.,"{food quality, exotické ryby, negative};{food prices, tanier, negative};{food style_options, exotické ryby, negative}","{food quality, kúsky exotické ryby, negative};{food prices, kúsky exotické ryby, negative}" +"Mal som mňam jahňacie korma, saag paneer, samosas, naan atď.","{food quality, jahňacie korma, positive};{food quality, naan, positive};{food quality, saag paneer, positive};{food quality, samosas, positive}","{food quality, jahňacie korma, positive};{food quality, naan, positive};{food quality, saag paneer, positive};{food quality, samosas, positive}" +Podáva naozaj dobre sushi.,"{food quality, sushi, positive}","{food quality, sushi, positive}" +"Ako obvykle omikase nesklamala v čerstvosti, hoci v kreativite a výbere zaznamenala nízke skóre.","{food style_options, omikase, negative};{food quality, omikase, positive}","{food quality, omikase, negative};{food style_options, omikase, positive}" +"Ryža je príliš suchá, tuniak tiež nebola taká čerstvá.","{food quality, tuniak, negative};{food quality, Ryža, negative}","{food quality, ryža, negative};{food quality, tuniak, negative}" +Ich krabie vajcia benedikt je návykový.,"{food quality, krabie vajcia benedikt, positive}","{food quality, vajcia benedikt, positive}" +Ušetrite miesto pre báječné dezerty .,"{food quality, dezerty, positive}","{food quality, dezerty, positive}" +Náš server bol veľmi profesionálny a priateľský.,"{service general, server, positive}","{service general, server, positive}" +Išiel som sem na odporúčanie a určite sa vrátim znova a znova.,"{restaurant general, null, positive}","{restaurant general, null, positive}" +"jedlo bolo všetko dobré, ale bolo to príliš mierne.","{food quality, jedlo, negative};{food quality, jedlo, positive}","{food quality, jedlo, positive};{food quality, mierne, negative}" +– Môj manžel a ja radi jeme v Mioposto Café .,"{restaurant general, Mioposto Café, positive}","{restaurant general, Mioposto Café, positive}" +- Bol to skvelý kulinársky zážitok.,"{restaurant general, null, positive}","{food quality, kulinársky zážitok, positive}" +personál bol skutočne priateľský.,"{service general, personál, positive}","{service general, personál, positive}" +Ľahko sme minuli viac ako 40 dolárov na osobu (bez alkoholu) a stále sme boli hladní.,"{restaurant prices, null, negative};{food style_options, null, negative}","{food quality, null, negative};{food prices, null, negative}" +"Čo sa týka čerstvosti, je to tu s miestami v Tokiu.","{food quality, null, positive}","{food quality, null, positive}" +Groovy hudba urobil večeru neformálnou.,"{ambience general, hudba, positive}","{ambience general, hudba, positive}" +"Potom, čo jedného člena našej skupiny opakovane zrazila čašníčka, zdvorilá žiadosť, aby nebol zrazený, spôsobila, že čašníčka urážal.","{service general, čašníčka, negative}","{service general, čašníčka, negative}" +– Ray's (prekvapivo) má to NAJLEPŠIE a najrozmanitejšie v meste vínny lístok.,"{drinks style_options, vínny lístok, positive}","{drinks style_options, vínny lístok, positive};{drinks quality, vínny lístok, positive}" +"Pravdepodobne by som sa nevrátil, pretože neviem, či to stojí za to.","{restaurant general, null, negative}","{restaurant general, null, negative}" +čipy a salsa sú také chutné a ceny sú báječné.,"{restaurant prices, null, positive};{food quality, čipy a salsa, positive}","{food prices, null, positive};{food quality, čipy a salsa, positive}" +"someliér je fantastický, prostý a mimoriadne informovaný.","{service general, someliér, positive}","{service general, someliér, positive}" +veľké husté feferónky,"{food style_options, feferónky, positive}","{food quality, feferónky, negative}" +Vôbec sa neoplatí ísť a minúť tam svoje peniaze! ! !,"{restaurant general, null, negative}","{restaurant general, null, negative};{restaurant prices, null, negative}" +Urážlivo predražené,"{restaurant prices, null, negative}","{restaurant prices, null, negative}" +Vnútorné prostredie bolo moderné.,"{ambience general, Vnútorné prostredie, positive}","{ambience general, vnútorné prostredie, positive}" +NECHOĎTE !,"{restaurant general, null, negative}","{restaurant general, null, negative}" +"Kým sa to nestane, moja rada je ZOSTAŇ PREČ.","{restaurant general, null, negative}","{restaurant general, null, negative}" +"Oh, zabudol som spomenúť, že nemajú službu chleba.","{service general, null, negative}","{service general, službu chleba, negative}" +Nie sú mastné ani nič podobné .,"{food quality, null, positive}","{food quality, null, positive}" +"hudba je skvelá, žiadna noc nie je lepšia alebo horšia, barové ponuky sú veľkorysé s nalievaním a veselá atmosféra vám zdvihne náladu.","{drinks style_options, barové ponuky, positive};{ambience general, atmosféra, positive};{ambience general, hudba, positive}","{ambience general, atmosféra, positive};{drinks style_options, barové ponuky, positive};{ambience general, hudba, positive}" +"Pekné atmosféra, ale vysoko nadhodnotené miesto.","{restaurant general, miesto, negative};{ambience general, atmosféra, positive}","{ambience general, atmosféra, positive};{restaurant general, miesto, negative}" +sushi tu je vynikajúce!,"{food quality, sushi, positive}","{food quality, sushi, positive}" +"– Som nesmierne rád, že môžem oznámiť, že moja večera v Ray's Boathouse minulý piatok úplne prekonala moje očakávania.","{restaurant general, Ray's Boathouse, positive}","{restaurant general, Ray's Boathouse, positive}" +"Večere boli vždy vynikajúce, pokiaľ ide o kvalitu potravín.","{food quality, Večere, positive}","{food quality, Večere, positive}" +Všetky ich aplikácie sú vynikajúce.,"{food quality, aplikácie, positive}","{food quality, aplikácie, positive}" +Blue Ribbon dostojí svojej fantastickej povesti.,"{restaurant general, Blue Ribbon, positive}","{restaurant general, Blue Ribbon, positive}" +Cítil som sa trápne a nabudúce som išiel do kúpeľne v kasíne.,"{restaurant miscellaneous, null, negative}","{restaurant miscellaneous, null, negative}" +– Rozhodol som sa jesť v Stack kvôli ich fixná cena pred predstavením .,"{food prices, fixná cena pred predstavením, neutral}","{restaurant prices, Stack, positive}" +– Vzal som sem svojich rodičov na ich výročie – som veľmi sklamaný! ! !,"{restaurant general, null, negative}","{restaurant miscellaneous, null, negative}" +Neprekonateľné sushi!,"{food quality, sushi, positive}","{food quality, sushi, positive}" +"Na začiatok bola naša milá servírka Brooke rýchlo po ruke, aby prijala moju objednávku na drink.","{service general, Brooke, positive}","{service general, servírka Brooke, positive}" +"Zakaždým, keď sa `` 0-sixtynine `` nazýva barman, kúpi všetkým nápoje!","{service general, barman, positive}","{service general, barman, positive}" +"Nekonečná zábava, úžasné hudba, skvelé personál! ! !","{restaurant general, null, positive};{service general, personál, positive};{ambience general, hudba, positive}","{service general, personál, positive};{ambience general, hudba, positive};{restaurant general, null, positive}" +Fair výber z menu .,"{food style_options, výber z menu, neutral}","{food style_options, menu, neutral}" +"Dve nezbedné deti sedeli blízko nás počas prvej časti našej večere... nahradila ich rozkošná nedospelá tínedžerka, ktorá predstierala dávenie zakaždým, keď sa pri jej stole spomenuli morské plody.","{restaurant miscellaneous, null, negative}","{service general, nedospelá tínedžerka, negative}" +"Odmietol som to, pretože v procese pokusu opraviť vajcia rozbili niečo iné v miske a bol som príliš frustrovaný na to, aby som pokračoval.","{food quality, miske, negative}","{food quality, vajcia, negative}" +"mal veľa jedál, ale NAJLEPŠIE bolo homár 3 spôsoby.","{food quality, homár 3 spôsoby, positive}","{food quality, homár 3 spôsoby, positive};{food style_options, jedál, negative}" +"predjedlo bolo zaujímavé, ale Creme Brulee bolo veľmi pikantné a chutné.","{food quality, Creme Brulee, positive};{food quality, predjedlo, positive}","{food quality, Creme Brulee, positive};{food quality, predjedlo, positive}" +dekor bol krásny a jedinečný.,"{ambience general, dekor, positive}","{ambience general, dekor, positive}" +"Je to čerstvé, príjemné, chutné a relaxačné.","{food quality, null, positive};{ambience general, null, positive}","{food quality, null, positive};{restaurant general, null, positive}" +Návykové!,"{restaurant general, null, positive}","{restaurant general, návykové, negative}" +"Dokonca aj cícer, ktorý sa mi normálne zdá príliš suchý, bol dobrý.","{food quality, cícer, positive}","{drinks quality, cícer, positive}" +Toto miesto rockuje! !,"{restaurant general, miesto, positive}","{restaurant general, miesto, positive}" +"To je obrovský kompliment, najmä v nestálom reštauračnom biznise, ... už dosť!","{restaurant general, null, positive}","{restaurant miscellaneous, null, positive}" +"Potom, čo som tam sedel s prázdnym pohárom viac ako 20 minút, odišiel som.","{service general, null, negative}","{service general, null, negative}" +Určite vyskúšajte ustrice roll .,"{food quality, ustrice roll, positive}","{food quality, ustrice roll, positive}" +"Som prekvapený, že táto reštaurácia je kategorizovaná ako $ $ $ a nie $ $ $ $.","{restaurant prices, reštaurácia, negative}","{restaurant prices, reštaurácia, negative}" +"Bolo to slušné, ale nič výnimočné.","{food quality, null, neutral}","{restaurant general, null, neutral}" +"Služba bola trochu pomalá, našej čašníčke trvalo večnosť, kým nám dala náš šek, aj keď to nebolo také zaneprázdnené.","{service general, čašníčke, negative};{service general, Služba, negative}","{service general, čašníčke, negative};{service general, Služba, negative}" +"– Skvelé nápoje , kukuričný hovädzí hash, káva , B rýchle burritos , Bezlepkové menu .","{food style_options, menu, positive};{food quality, kukuričný hovädzí hash, positive};{food quality, B rýchle burritos, positive};{drinks quality, káva, positive};{drinks quality, nápoje, positive}","{food quality, Bezlepkové menu, positive};{food quality, kukuričný hovädzí hash, positive};{drinks quality, nápoje, positive};{food quality, burritos, positive};{drinks quality, káva, positive}" +obedové menu je skvelá ponuka!,"{food prices, obedové menu, positive}","{food style_options, obedové menu, positive}" +"Trvalo celú večnosť, kým sme dostali objednávku, doplnenie vody bolo príliš veľa na to, aby sme ju žiadali, a jediný prípad, keď bola rýchla, bolo, keď sme požiadali o náš účet, keď sme mohli upútať jej pozornosť.","{service general, null, negative}","{service general, null, negative}" +čašník bol trochu nepriateľský a pocit reštaurácie bol preplnený.,"{service general, čašník, negative};{ambience general, pocit, negative}","{service general, čašník, negative};{ambience general, reštaurácie, negative}" +"– Nedávno som mal to potešenie stolovať v tejto nádhernej reštaurácia na 2. ulici a wow, aký skvelý večer sme mali.","{restaurant general, reštaurácia, positive}","{restaurant general, reštaurácia na 2. ulici, positive}" +"Špecialitou sú dekadentné palacinky, ale teraz som sa vrátil štyrikrát a zakaždým som bol ohromený.","{food quality, palacinky, positive}","{food quality, palacinky, positive}" +- Docela lacné na posedenie v Mexiku A v centre mesta.,"{restaurant prices, null, positive};{location general, null, positive}","{restaurant prices, null, positive};{location general, null, positive}" +"predjedlo z ustríc, homára, kraba (malá veľkosť) bolo pre moju ženu dokonalým jedlom.","{food quality, predjedlo z ustríc, homára, kraba (malá veľkosť, positive}","{food quality, predjedlo z ustríc, homára, kraba (malá veľkosť, positive}" +"Práve som zistil, že môžete mať miesto pre seba cez noci a víkendy na súkromnú párty - už sa neviem dočkať, kedy tam oslávim moje ďalšie narodeniny.","{restaurant miscellaneous, miesto, positive}","{restaurant miscellaneous, miesto, positive}" +"– Ako vo väčšine reštaurácií v Seattli, Mioposto's služba bola zlá a jedlo bola predražená.","{service general, služba, negative};{food prices, jedlo, negative}","{service general, služba, negative};{food prices, jedlo, negative}" +"Môžete ho však ľahko počuť, takže to bol príjemný zvuk a nie arogantný.","{ambience general, null, positive}","{ambience general, zvuk, positive}" +Choďte tam a presvedčte sa sami.,"{restaurant general, null, positive}","{restaurant general, null, positive}" +"Je to skvelá maličkosť miesto s množstvom potenciálu stať sa susedom, ak by služba nebola taká neosobná a korporátna.","{service general, služba, negative};{restaurant general, miesto, positive}","{service general, služba, negative};{restaurant general, miesto, positive}" +"Brunch u Murphyho je zomrieť pre , moja špecialita ... omeleta z vaječných bielkov, jedlo je vždy čerstvo pripravené.","{food quality, Brunch, positive};{food quality, jedlo, positive};{food quality, omeleta z vaječných bielkov, positive}","{food quality, omeleta z vaječných bielkov, positive}" +"Mama Mia – Bývam v susedstve a mám šťastie, že bývam v takom skvelom pizzeria .","{restaurant general, pizzeria, positive}","{restaurant general, pizzeria, positive}" +– schovaný pri Beverly Center .,"{location general, null, neutral}","{restaurant miscellaneous, null, positive}" +personál je celkom priateľský.,"{service general, personál, positive}","{service general, personál, positive}" +A služba bola jednoducho vynaložená - celkom potešenie.,"{service general, služba, positive}","{service general, služba, positive}" +Ok... – Možno som vstúpil do niekoho zlého dňa...,"{restaurant general, null, negative}","{restaurant general, null, negative}" +"Mal som okrem iného Medúza, Stavrida, Tuniak modroplutvý a Sake Ikura roll a všetky boli dobré.","{food quality, Medúza, positive};{food quality, Sake Ikura roll, positive};{food quality, Tuniak modroplutvý, positive};{food quality, Stavrida, positive}","{food quality, Medúza, positive};{food quality, Stavrida, positive};{food quality, Tuniak modroplutvý, positive};{food quality, Sake Ikura roll, positive}" +ČO EŠTE MÔŽETE POVEDAŤ PEKNÉ ĽUDIA ÚŽASNÉ JEDLO WOW,"{food quality, JEDLO, positive};{service general, ĽUDIA, positive}","{food quality, JEDLO, positive};{restaurant general, null, positive}" +Vždy dobré.,"{restaurant general, null, positive}","{restaurant general, null, positive}" +"V ústach som mal potom veľmi sucho a mal som ten podpis? MSG? Chuť pretrvávajúca v mojom hrdle po tom, čo som odišiel z reštaurácie.","{food quality, null, negative}","{food quality, MSG, negative}" +Ach áno ... aj ten pohľad bol dobrý.,"{location general, pohľad, positive}","{location general, pohľad, positive}" +"manažér neustále prerušoval slovami `` Môžem pre vás ešte niečo urobiť? ``, zvláštny komentár, pretože takmer nepočúvala, nieto ešte reagovala na náš výraz sklamania z našej skúsenosti.","{service general, manažér, negative}","{service general, manažér, negative}" +služba sa pohybuje od priemernej až po urážlivú.,"{service general, služba, negative}","{service general, služba, negative}" +Čerstvé prísady a super chutné.,"{food quality, null, positive};{food quality, prísady, positive}","{food quality, prísady, positive};{food quality, null, positive}" +atmosféra reštaurácie bola pekná a vhodná na dobré jedlo.,"{ambience general, atmosféra, positive}","{ambience general, atmosféra, positive}" +A hore je skvelé miesto na stretnutie.,"{ambience general, hore, positive}","{restaurant general, hore, positive}" +– Nie je to zlé.,"{restaurant general, null, neutral}","{restaurant general, null, positive}" +Mal som tanier Kafta a bolo to perfektné.,"{food quality, tanier Kafta, positive}","{food quality, Kafta, positive}" +– Toto miesto je známe svojimi raňajky .,"{food quality, raňajky, positive}","{food quality, raňajky, positive}" +"Čakal sa 35 minút na stôl pre 8, čo bolo v poriadku pre taký veľký dav.","{service general, null, neutral}","{service general, Čakal sa 35 minút na stôl, neutral}" +Celý personál bol mimoriadne ústretový a staral sa o každú moju potrebu.,"{service general, personál, positive}","{service general, personál, positive}" +"Na mieste bolo naozaj pekné atmosféra ... dobré hudba, atmosféra a veselý vzhľad ľudia.","{restaurant miscellaneous, ľudia, positive};{ambience general, atmosféra, positive};{ambience general, hudba, positive}","{ambience general, atmosféra, positive};{ambience general, vzhľad ľudia, positive};{ambience general, hudba, positive}" +"Vyskúšajte Chef's Choice pre sushi, pretože údený žltochvost bol neuveriteľný a rolky boli tiež chutné.","{food quality, rolky, positive};{food quality, Chef's Choice pre sushi, positive};{food quality, údený žltochvost, positive}","{food quality, údený žltochvost, positive};{food quality, rolky, positive}" +"sushi je také čerstvé, ako príde? Mysleli by ste si , že oceán je na ich dvore , žiadny vtip !","{food quality, sushi, positive}","{food quality, sushi, positive}" +"jedlo bolo v poriadku, trochu chutnejšie ako normálne salsa.","{food quality, salsa, positive};{food quality, jedlo, positive}","{food quality, jedlo, positive}" +"Pre vyberavých sushi a tých, ktorí ochutnali to najlepšie, čo NYC ponúka, je ryba najčerstvejšie a služba je vynikajúca.","{service general, služba, positive};{food quality, ryba, positive}","{service general, služba, positive};{food quality, ryba, positive};{food style_options, vyberavých sushi, positive}" +Starý spoľahlivý,"{restaurant general, null, positive}","{restaurant general, spoľahlivý, positive}" +Jedno z najlepších Sushi miesto v meste.,"{restaurant general, Sushi miesto, positive}","{food quality, Sushi, positive}" +"Jedlo múdre, je to v poriadku, ale trochu drahé za to, čo dostanete, pretože reštaurácia nie je luxusné miesto.","{food quality, Jedlo, neutral};{restaurant prices, reštaurácia, negative};{ambience general, reštaurácia, neutral}","{restaurant prices, reštaurácia, negative};{food quality, jedlo, positive};{ambience general, reštaurácia, neutral}" +"Milujte ich pizzu, najmä hubovú pizzu.","{food quality, pizza, positive};{food quality, hubovú pizzu, positive}","{food quality, hubovú pizzu, positive};{food quality, pizzu, positive}" +Prišli vo svojej vlastnej šikovnej škatuľke a s trochou domácej polevy; veľmi ľahké a nie príliš sladké.,"{food quality, null, positive}","{food quality, polevy, positive};{food style_options, škatuľke, positive}" +Užil si jedlo,"{food quality, jedlo, positive}","{food quality, jedlo, negative}" +Bol som v tejto reštaurácii viac ako tucetkrát bez sťažností.,"{restaurant general, reštaurácii, positive}","{restaurant general, reštaurácii, positive}" +"Radšej si to objednajte a vyzdvihnite, pretože sa mi nepáčia najmä servery, jeden mladá žena.","{service general, mladá žena, negative};{service general, servery, negative}","{service general, servery, negative}" +úžasný nález,"{restaurant general, null, positive}","{restaurant general, null, positive}" +"Nebolo to najčerstvejšie morské plody, ale chuť a prezentácia boli v poriadku.","{food quality, morské plody, neutral};{food style_options, morské plody, neutral}","{food quality, morské plody, positive};{food style_options, morské plody, positive}" +Hodnota a služba však výrazne chýbajú.,"{service general, služba, negative};{restaurant prices, null, negative}","{service general, služba, negative};{food quality, Hodnota, negative}" +V Grammercy/Union Square/East Village sú to moji susedia a moje obľúbené miesto.,"{restaurant general, miesto, positive}","{restaurant general, null, positive}" +"strana zemiakov má zomrieť, rovnako ako labne (jogurtový dip) .","{food quality, strana zemiakov, positive};{food quality, labne (jogurtový dip, positive}","{food quality, strana zemiakov, negative};{food quality, labne (jogurtový dip), negative}" +ÚŽASNÉ .,"{restaurant general, null, positive}","{restaurant general, null, positive}" +"Aká chutná, šupinatá pochúťka!","{food quality, null, positive}","{food quality, pochúťka, negative}" +"Skvelé jedlo, lepšie Margarity!","{drinks quality, Margarity, positive};{food quality, jedlo, positive}","{food quality, Margarity, positive};{food quality, jedlo, positive}" +služba je skutočne pozorná a očarujúca.,"{service general, služba, positive}","{service general, služba, positive}" +"Najdôležitejšie je, že sme boli tak nadšení z jedla, keď sme videli veľmi kreatívne menu.","{food style_options, menu, positive}","{food style_options, menu, positive}" +Útulné miesto pre 2,"{ambience general, miesto, positive}","{ambience general, miesto, positive}" +"Najlepšie na tom je, že ceny sú tiež celkom rozumné.","{restaurant prices, null, positive}","{restaurant prices, null, positive}" +"Sľúbila, že sa porozpráva s čašníčkou, ktorá rozzúrená odletela, ale jej sľub sme sotva mohli brať vážne, keďže sa neobťažovala získať meno čašníčky.","{service general, null, negative}","{service general, sľúbila, negative}" +chana masala (garbanzo fazuľa) sú tiež vynikajúce.,"{food quality, chana masala (garbanzo fazuľa, positive}","{food quality, chana masala (garbanzo fazuľa, positive}" +"Toto podnik skutočne zaznamenalo výrazný pokles po (a toto je opakujúci sa príbeh) odvysielaní FOOD TELEVISIONS `` DINERS , DRIVE-INS , AND DIVES `` organizovaných Guyom Fierim, v ktorom bol Škuner alebo neskôr predmetom .","{restaurant general, podnik, negative}","{restaurant miscellaneous, Škuner, negative}" +Milujem Kraby Dungeness a v Ray's ich dostanete naservírované asi 6 rôznymi spôsobmi!,"{food style_options, Kraby Dungeness, positive}","{food quality, Dungeness, positive};{food style_options, Kraby, positive}" +Jedlo bolo dobré a chutné.,"{food quality, Jedlo, positive}","{food quality, jedlo, positive}" +Bolo to úplne úžasné.,"{restaurant general, null, positive}","{restaurant general, null, positive}" +Toto je skvelé miesto na získanie vynikajúceho jedla.,"{food quality, jedla, positive}","{food quality, jedla, positive}" +navyše som alergický na ryžu a obsluha čašník bola neuveriteľne ústretová - ani nemihla!,"{service general, čašník, positive}","{service general, obsluha, negative}" +– Bol som veľmi sklamaný z jedlo v Pagode.,"{food quality, jedlo, negative}","{food quality, jedlo v Pagode, positive}" +Predražené,"{restaurant prices, null, negative}","{restaurant prices, null, negative}" +"Je to smutné pre to, čo bolo kedysi jedným z najlepších miest, aké ste kedy mohli jesť.","{restaurant general, null, negative}","{restaurant general, null, negative}" +"Akonáhle ste vo vnútri, skutočný zážitok začína.","{restaurant general, null, positive}","{ambience general, vnútri, positive}" +a čašník navrhol perfektné saké! !,"{drinks quality, saké, positive}","{drinks quality, čašník, positive}" +"vlastník je agresívny voči hosťom, ktorí majú sťažnosť.","{service general, vlastník, negative}","{service general, vlastník, negative}" +"Všetko, čo chcete, a ešte viac, veľmi čerstvé.","{food quality, null, positive};{food style_options, null, positive}","{food quality, null, positive}" +Môjmu priateľovi chutil grilovaný aljašský kráľovský losos s delikátnymi smotanovými washingtonskými červenohnedými zemiakmi a chrumkavými zelenými fazuľkami.,"{food quality, grilovaný aljašský kráľovský losos, positive};{food quality, smotanovými washingtonskými červenohnedými zemiakmi, positive};{food quality, zelenými fazuľkami, positive}","{food quality, grilovaný aljašský kráľovský losos, positive};{food quality, smotanoví washingtonští červenohnedzí zemiak, positive};{food quality, zelené fazuľky, positive}" +"jedlo bolo veľmi dobré, filet mignon bolo pravdepodobne to najlepšie, čo som kedy skúšal.","{food quality, filet mignon, positive};{food quality, jedlo, positive}","{food quality, filet mignon, positive};{food quality, jedlo, positive}" +"- Reštaurácia Mercedes je taká chutná, že služba je nepopierateľne úžasná!","{service general, služba, positive};{food quality, null, positive}","{food quality, Reštaurácia Mercedes, positive};{service general, služba, positive}" +Môžem vrelo odporučiť ich rôzne saag a paneer a korma.,"{food quality, saag, positive};{food quality, paneer, positive};{food quality, korma, positive}","{food quality, saag, positive};{food quality, paneer, positive};{food quality, korma, positive}" +jedlo je skvelé a robia priemer krvavá Mária.,"{drinks quality, krvavá Mária, positive};{food quality, jedlo, positive}","{food quality, jedlo, positive}" +"Pekné jedlo, ale bez korenia!","{food quality, jedlo, negative};{food quality, jedlo, positive}","{food quality, jedlo, positive}" +Ďalším plusom je otvorená pocit reštaurácie so sklenenými stenami na všetkých stranách.,"{ambience general, pocit, positive}","{ambience general, pocit reštaurácie, positive}" +Mňam!,"{food quality, null, positive}","{restaurant general, null, positive}" +"Samotná kúpeľňa je veľmi malá s dvoma toaletami a iba jedným umývadlom, dievča zostalo úplne na ceste a vešalo papierové utierky z dávkovača.","{restaurant miscellaneous, kúpeľňa, negative}","{ambience general, kúpeľňa, negative}" +Milujte enchiladas a kuracia polievka – a určite si pozrite ich špeciály .,"{food quality, enchiladas, positive};{food quality, špeciály, positive};{food quality, kuracia polievka, positive}","{food quality, enchiladas, positive};{food quality, kuracia polievka, positive};{food quality, špeciály, positive}" +jedlo je jednoducho nezabudnuteľné!,"{food quality, jedlo, positive}","{food quality, jedlo, positive}" +Manažment by si mal naozaj všímať a vyškoliť ich čašníkov a naučiť ich nejakému správnemu správaniu.,"{service general, čašníkov, negative}","{service general, čašníkov, negative};{service general, Manažment, negative}" +personál je priateľský a dekor bol etický a farebný.,"{ambience general, dekor, positive};{service general, personál, positive}","{food style_options, dekor, positive};{service general, personál, positive}" +"Najlepšie Chuwam Mushi, aké som kedy mal.","{food quality, Chuwam Mushi, positive}","{food quality, Chuwam Mushi, positive}" +"Porcie mi stačilo, ale možno nie pre veľkého jedlíka.","{food style_options, Porcie, neutral}","{food style_options, porcie, positive}" +Vyskúšajte Pizza Ensalata!,"{food quality, Pizza Ensalata, positive}","{food quality, Pizza Ensalata, positive}" +Napriek tomu by som to odporučil miesto.,"{restaurant general, miesto, positive}","{restaurant general, miesto, negative}" +"– sushi tu je úplne dobré, ale za 5 dolárov za kus by mali byť plátky ryby väčšie, alebo by sa nemalo predstierať, že ide o strednú cenu reštaurácia (aj pre NYC) .","{food prices, sushi, negative};{food style_options, sushi, negative};{restaurant prices, reštaurácia, negative};{food quality, sushi, positive}","{food quality, sushi, positive};{food prices, sushi, negative};{food style_options, sushi, negative}" +Určite zažijete veľmi očarujúce chvíle.,"{restaurant general, null, positive}","{restaurant general, null, positive}" +"Odvtedy sme sa vrátili a tiež sme mali skvelý zážitok, ochutnali sme viac malých tanierov a rôzne pivo (studené a dobré).","{restaurant general, null, positive};{drinks quality, pivo, positive}","{food quality, malých tanierov, positive};{drinks quality, pivo (studené a dobré, positive}" +Najlepšie Sushi v meste.,"{food quality, Sushi, positive}","{food quality, Sushi, positive}" +personál bol veľmi milý a zdvorilý a zjavne čínsky.,"{service general, personál, positive}","{service general, personál, positive}" +"Objednali sme si výber z malých tanierov a cibuľa na topánkach, pizza s kozím syrom, grilovaná špargľa a vyprážané brie s ovocím boli všetky veľmi dobré.","{food quality, pizza s kozím syrom, positive};{food quality, vyprážané brie s ovocím, positive};{food quality, grilovaná špargľa, positive};{food quality, cibuľa na topánkach, positive}","{food quality, cibuľa na topánkach, positive};{food quality, pizza s kozím syrom, positive};{food quality, grilovaná špargľa, positive};{food quality, vyprážané brie s ovocím, positive};{food quality, výber z malých tanierov, positive}" +Pekná práca!,"{restaurant general, null, positive}","{restaurant general, null, positive}" +"Jedna vec, ktorú som si neskôr uvedomil, bolo, že reštaurácia používala na steak MSG alebo zmäkčovač mäsa.","{food quality, steak, negative}","{food quality, steak, negative}" +Skvelé výber saké .,"{drinks style_options, výber saké, positive}","{drinks quality, saké, positive}" +Sláva týmto chlapom.,"{restaurant general, null, positive}","{restaurant general, týmto chlapom, positive}" +"Ak sa práve nezastavíte na pár drinkov, neodporúčam vám ísť sem.","{restaurant general, null, negative}","{restaurant general, null, negative}" +Skvelé fľaša vína.,"{drinks quality, fľaša vína, positive}","{drinks quality, fľaša vína, positive}" +otvorený sezamový kombinovaný tanier je výhodná ponuka za hromadu jedla.,"{food style_options, otvorený sezamový kombinovaný tanier, positive};{food prices, otvorený sezamový kombinovaný tanier, positive}","{food prices, sezamový kombinovaný tanier, positive};{food style_options, sezamový kombinovaný tanier, positive};{food quality, sezamový kombinovaný tanier, positive}" +DÔRAZNE PREHODNENÉ! ! ! !,"{restaurant general, null, negative}","{restaurant general, null, negative}" +Oplatí sa čakať,"{restaurant general, null, positive}","{restaurant general, null, negative}" +Lepšie to už nebude.,"{restaurant general, null, positive}","{restaurant general, null, negative}" +"najlepšie krevety s medom walnyt, ktoré každý ochutnal.","{food quality, krevety s medom walnyt, positive}","{food quality, krevety s medom walnyt, positive}" +Objavili sa v potravinovej sieti a zaslúžia si to.,"{restaurant miscellaneous, null, positive}","{restaurant miscellaneous, null, positive}" +Milujem teplé a útulné prostredie.,"{ambience general, prostredie, positive}","{ambience general, prostredie, positive}" +Snotty Attitude,"{service general, null, negative}","{service general, Attitude, negative}" +atmosféra je ašpirujúca a dekor je slávnostná a úžasná...,"{ambience general, dekor, positive};{ambience general, atmosféra, positive}","{ambience general, atmosféra, positive};{ambience general, dekor, positive}" +"Ich špeciálne rolky sú pôsobivé, aj keď si nepamätám, čo sme mali.","{food quality, špeciálne rolky, positive}","{food quality, rolky, positive}" +– Miloval som tekvicové ravioli a halušky z kozieho syra (5 veľkých na tanier namiesto asi 20 malých halušiek) a moja sestra ju milovala filet mignon na špenáte a roztlačený zemiaky.,"{food quality, halušky z kozieho syra, positive};{food style_options, halušky z kozieho syra, positive};{food quality, filet mignon na špenáte a roztlačený zemiaky, positive};{food quality, tekvicové ravioli, positive}","{food quality, halušky z kozieho syra, positive};{food quality, tekvicové ravioli, positive};{food style_options, halušky z kozieho syra, positive}" +"Nie najväčšie porcie, ale primerané.","{food style_options, porcie, neutral}","{food style_options, porcie, neutral}" +"Choďte s niekoľkými priateľmi, počkajte asi pol hodiny s šálkou joe a vychutnajte si viac, ako je váš priemer raňajky.","{restaurant general, null, positive};{food quality, raňajky, positive}","{restaurant miscellaneous, null, positive}" +skvelé služba.,"{service general, služba, positive}","{service general, služba, positive}" +"Potom nám bolo účtované ich najdrahšie saké (20 dolárov + za porciu), keď sme v skutočnosti vypili saké za menej ako polovicu tejto ceny.","{service general, null, negative}","{drinks prices, saké, negative}" +Chutné,"{food quality, null, positive}","{food quality, null, positive}" +kuracie kari a kuracie tikka masala sú moje obľúbené mäsové jedlá.,"{food quality, kuracie kari, positive};{food quality, kuracie tikka masala, positive}","{food quality, kuracie kari, positive};{food quality, kuracie tikka masala, positive}" +"najlepšia reštaurácia na svete, skvelá výzdoba, skvelá služby zákazníkom, priateľská manažér","{service general, manažér, positive};{service general, služby zákazníkom, positive};{restaurant general, reštaurácia, positive};{ambience general, výzdoba, positive}","{restaurant general, reštaurácia, positive};{ambience general, výzdoba, positive};{service general, služby zákazníkom, positive};{service general, manažér, positive}" +Nápoje boli dobré.,"{drinks quality, Nápoje, positive}","{drinks quality, Nápoje, positive}" +"Prezentácia jedlo bola ďalším bonusom, vyzeralo to rovnako skvele, ako to chutilo!","{food quality, jedlo, positive};{food style_options, jedlo, positive}","{food style_options, jedlo, positive};{food quality, jedlo, positive}" +Dokonca aj vtedy nebola objednávka správna a stále sme čakali na pár položiek.,"{service general, null, negative}","{service general, null, negative}" +– Raz sa k nám pri raňajkách správali veľmi hrubo.,"{service general, null, negative}","{service general, null, negative}" +"Skvelé jedlo, veľkolepé umiestnenie a priateľské služba nás neustále vracajú rok čo rok.","{service general, služba, positive};{food quality, jedlo, positive};{location general, umiestnenie, positive}","{service general, služba, positive};{food quality, jedlo, positive};{ambience general, umiestnenie, positive}" +WOW! ! ! ! ! ! ! !,"{restaurant general, null, positive}","{restaurant general, null, positive}" +- Ušetrite stratu času a nenavštevujte stránku.,"{restaurant general, null, negative}","{restaurant general, stránka, negative}" +Jedlo bolo dobré a lacné.,"{food quality, Jedlo, positive};{food prices, Jedlo, positive}","{food quality, Jedlo, positive};{food prices, Jedlo, positive}" +Mmm... dobre!,"{restaurant general, null, positive}","{food quality, null, positive}" +"Je to skvelé, ak ste tam strávili deň a nechceli ste ísť autom jesť.","{location general, null, positive}","{restaurant miscellaneous, null, positive}" +"Keď to vezmeme do úvahy, musím povedať, že Ray's Boathouse si svoj titul ako inštitúcia v Seattli zaslúži.","{restaurant general, Ray's Boathouse, positive}","{restaurant miscellaneous, Ray's Boathouse, positive}" +Skvelá hodnota sushi s vysokou kvalitou a pekným nastavenie.,"{ambience general, nastavenie, positive};{food quality, sushi, positive};{food prices, sushi, positive}","{food quality, sushi, positive};{restaurant prices, null, positive}" +"Bolo toho tak veľa, že som to ledva dojedol, ale urobil som to, pretože to bolo vynikajúce.","{food style_options, null, neutral};{food quality, null, positive}","{food quality, null, positive}" +Milujem to reštaurácia,"{restaurant general, reštaurácia, positive}","{restaurant general, reštaurácia, positive}" +Neodporúča sa! ! !,"{restaurant general, null, negative}","{restaurant general, null, negative}" +"Stáli sme tam 10 minút, zatiaľ čo zamestnanci chodili tam a späť a ignorovali nás.","{service general, zamestnanci, negative}","{service general, zamestnanci, negative}" +"Môj g / f a ja sme sa zhodli, že jedlo bolo veľmi priemerné, najmä vzhľadom na cenu.","{food quality, jedlo, negative};{food prices, jedlo, negative}","{food quality, jedlo, negative};{food prices, jedlo, negative}" +"– jedlo je tu neuveriteľné, hoci kvalita je počas obed nekonzistentná.","{food quality, obed, negative};{food quality, jedlo, positive}","{food quality, jedlo, positive};{food quality, kvalita, negative}" +K tomu nemám čo povedať miesto .,"{restaurant general, miesto, positive}","{restaurant general, miesto, positive}" +"Jediným problémom je, že naozaj musíte zohriať pizzu skôr, ako je jedlá, aj keď si objednáte dopredu.","{food quality, pizzu, negative}","{food quality, pizzu, negative}" +"– Toto je môj ``, ktorý musím priviesť hostí z mesta do `` reštaurácia a vždy si to užívajú a chvália.","{restaurant general, reštaurácia, positive}","{restaurant miscellaneous, `` reštaurácia, positive}" +Mal som tanier kafta a užil som si to.,"{food quality, tanier kafta, positive}","{food quality, kafta, positive}" +"Bolo jasné, že mu to bolo úplne jedno.","{service general, null, negative}","{restaurant general, null, negative}" +"Caesar šalát, ktorý som si objednal, mal toľko citrónu, že som ho nemohol zjesť.","{food quality, Caesar šalát, negative}","{food quality, Caesar šalát, negative}" +"Náš server bol aj naďalej pozorný počas noci, ale zostal som zmätený jedným problémom: Kto si myslí, že Ray's je vhodným miestom na zobratie malých detí na večeru?","{restaurant miscellaneous, Ray's, neutral};{service general, server, positive}","{service general, server, positive};{restaurant miscellaneous, Ray's, negative}" +"Dobré jedlo, skvelé služba, priemerné ceny (pre Strip)","{service general, služba, positive};{restaurant prices, null, neutral};{food quality, jedlo, positive}","{restaurant prices, null, neutral};{service general, služba, positive};{food quality, jedlo, positive}" +18:00 v sobotu pred hrou na Broadwayi a rýchlo sme boli usadení a obsluhovaní.,"{service general, null, positive}","{service general, obsluhovaní, positive}" +Venujú také podrobnosti všetkému od miso polievka až po komplex rožky.,"{food quality, rožky, positive};{food quality, miso polievka, positive}","{food quality, miso polievka, positive};{food quality, komplex rožky, positive}" +6 dolárov s prepitným.,"{restaurant prices, null, positive}","{restaurant prices, null, negative}" +atmosféra bola skvelá.,"{ambience general, atmosféra, positive}","{ambience general, atmosféra, positive}" +"Inými slovami, ak z vás nezarábajú $ $, potom nemáte vysokú mieru na ich 'service scale'.","{service general, service, negative}","{service general, service scale, negative}" +– Veľmi sa mi páčilo moje jedlo tu .,"{food quality, jedlo, positive}","{food quality, jedlo, positive}" +"Hra hudba bola veľmi módna, 20-30 niečo popové hudba, ale subwoofer k zvukovému systému sa nachádzal pod mojím sedadlom, čo začalo byť počas večere otravné.","{ambience general, subwoofer k zvukovému systému, negative};{ambience general, hudba, positive}","{ambience general, Hra hudba, negative}" +Svätý Hummus!,"{food quality, Hummus, positive}","{food quality, Hummus, positive}" +"Pre môj entr & eacute ; Úplne som si užil vyprážané aljašské morské mušle doplnené o mangold , artičokové srdiečka , fenikel a pecorino toscano .","{food style_options, vyprážané aljašské morské mušle, positive};{food quality, vyprážané aljašské morské mušle, positive}","{food quality, vyprážané aljašské morské mušle doplnené o mangold, artičokové srdiečka, fenikel a pecorino toscano, positive}" +"dekor je rustikálny, tradičný japonský.","{ambience general, dekor, neutral}","{ambience general, dekor, positive}" +"Nielen, že výber môže byť inovatívny, ale je tu aj pekná rovnováha tradičného sushi.","{food style_options, sushi, positive};{food style_options, výber, positive}","{food style_options, výber, positive};{food quality, sushi, positive}" +Pravdepodobne budete sklamaní.,"{restaurant general, null, negative}","{restaurant general, null, negative}" +"jedlo je skvelé, barmani idú o tú míľu navyše.","{service general, barmani, positive};{food quality, jedlo, positive}","{drinks quality, barmani, negative};{food quality, jedlo, positive}" +"Reštaurácia ponúka rozsiahlu vínna karta a atmosféru, na ktorú nezabudnete!","{drinks style_options, vínna karta, positive};{ambience general, atmosféru, positive}","{ambience general, atmosféru, positive};{drinks style_options, vínna karta, positive}" +"naan bolo jedno z najlepších, aké som mal, a naozaj som si užil bhartha, nie príliš paradajkový.","{food quality, naan, positive};{food quality, bhartha, positive}","{food quality, naan, positive};{food quality, bhartha, positive}" +"Majiteľom Open Sesame ... Bravo ... už sa neviem dočkať, kedy sa vrátim na večeru do vašej reštaurácie!","{restaurant general, Open Sesame, positive}","{restaurant general, Open Sesame, positive}" +"ryba bola čerstvá, hoci bola nakrájaná na veľmi tenko.","{food quality, ryba, positive};{food style_options, ryba, negative}","{food quality, ryba, positive}" +Odvtedy som tam bol veľa a vždy je to dobrý čas.,"{restaurant general, null, positive}","{restaurant general, null, positive}" +Moja obľúbená pizza v Seattli,"{restaurant general, pizza, positive}","{food quality, pizza, positive}" +"Vrelo odporúčam toto miesto všetkým, ktorí chcú prvýkrát vyskúšať indické jedlo.","{food quality, indické jedlo, positive}","{food quality, indické jedlo, positive}" +Preceňované,"{restaurant general, null, negative}","{restaurant general, null, negative}" +"Najhoršie Služba, akú som kedy mal","{service general, Služba, positive}","{service general, Služba, negative}" +"Ako sa ukázalo, majiteľ sedel hneď vedľa nás a keď prišiel skontrolovať naše problémy, bol veľmi odmietavý a ponúkol symbolickú 20% zľavu z nášho účtu.","{service general, majiteľ, negative}","{service general, majiteľ, negative}" +Jednu noc som tam išiel s niekoľkými priateľmi hrať bingo a pozerať sa na hru sox a bola to pecka!,"{restaurant general, null, positive}","{restaurant general, null, positive}" +ÚPLNE NADHODNOTENÉ!,"{restaurant general, null, negative}","{restaurant general, null, positive}" +"– vajcia, palacinky, zemiaky, čerstvé ovocie a jogurt – všetko, čo podávajú, je vynikajúce.","{food quality, null, positive};{food quality, zemiaky, positive};{food quality, jogurt, positive};{food quality, palacinky, positive};{food quality, vajcia, positive};{food quality, čerstvé ovocie, positive}","{food quality, zemiaky, positive};{food quality, vajcia, positive};{food quality, palacinky, positive};{food quality, čerstvé ovocie, positive};{food quality, jogurt, positive}" +"– Ray's je miesto, kam ísť pre vysokú kvalitu večere z morských plodov.","{food quality, večere z morských plodov, positive}","{food quality, večere z morských plodov, positive}" +Tiež sa mi veľmi páči jednoduchosť dekor a intímny pocit malej reštaurácie.,"{ambience general, pocit, positive};{ambience general, dekor, positive}","{ambience general, dekor, positive};{ambience general, reštaurácie, positive}" +Ideme späť . :D,"{restaurant general, null, positive}","{restaurant general, null, positive}" +"Mal som si to predstaviť, ale nikdy som neočakával, že jedlo bude také mierne.","{food quality, jedlo, negative}","{food quality, jedlo, negative}" +"Keď som vošiel, bol som zaskočený ich neuveriteľným drevený dekor.","{ambience general, drevený dekor, positive}","{ambience general, dekor, positive}" +"Je to maličké miesto, takže ak sa tam dostanete pred 20:00 cez víkend (štvrtok? Ne), ľahšie získate stôl alebo miesto v sushi bare.","{restaurant miscellaneous, miesto, neutral}","{restaurant miscellaneous, miesto, positive}" +Najlepšie susedstvo Pohotovostný režim .,"{restaurant general, Pohotovostný režim, positive}","{restaurant miscellaneous, susedstvo Pohotovostný režim, positive}" +Hneď by som sa tam vrátil.,"{restaurant general, null, positive}","{restaurant general, null, positive}" +"Je to *veľmi * za rozumnú cenu, najmä pre kvalitu jedlo.","{food prices, jedlo, positive}","{food prices, jedlo, positive};{food quality, jedlo, positive}" +"veľa jedlo, ver mi.","{food style_options, jedlo, positive}","{food style_options, jedlo, positive}" +Je to ideálne miesto na romantické rande vo dvoch alebo na tajné stretnutie!,"{ambience general, miesto, positive};{restaurant miscellaneous, miesto, positive}","{restaurant miscellaneous, miesto, positive}" +Tiež si dajte skvelé margarity!,"{drinks quality, margarity, positive}","{food quality, margarity, positive}" +Je to nenáročné a podzemné.,"{ambience general, null, positive}","{restaurant general, null, positive}" +Miesto je ďalšia najlepšia vec k vareniu mojich mamičiek.,"{food quality, null, positive}","{restaurant general, Miesto, positive}" +Najlepšie miesto na oddychové nedeľné raňajky medzi jachtami a potom sa prejdite na neďaleký Farmársky trh.,"{restaurant miscellaneous, miesto, positive}","{location general, miesto, positive}" +"Ak môžete, príďte na toto miesto loďou a urobte si z toho celý večer.","{restaurant miscellaneous, miesto, positive}","{restaurant miscellaneous, miesto, positive}" +na púšť sme mali mango zázvorový krém brulee ... oh la la mňam! ! !,"{food quality, mango zázvorový krém brulee, positive}","{food quality, mango zázvorový krém brulee, positive}" +"Stojí za to čakať, najmä preto, že vám zavolajú, keď bude stôl pripravený.","{restaurant general, null, positive}","{service general, null, positive}" +"Majú širokú škálu ryby a dokonca uvádzajú, z ktorých oceánov pochádzajú; Atlantický alebo Tichý oceán.","{food style_options, ryby, positive}","{food style_options, ryba, positive}" +"No, myslím, že je ťažké sedieť, keď je jeden pre zamestnancov neviditeľný personál.","{service general, personál, negative}","{service general, personál, negative}" +Skvelé otvorené a priateľské atmosféra.,"{ambience general, atmosféra, positive}","{ambience general, atmosféra, positive};{restaurant general, null, positive}" +"Krátky rozhovor s manažérom na konci jedla bol najväčším sklamaním – povedať, že sme boli `` vyrazení ``, by bolo slabé slovo.","{service general, manažérom, negative}","{service general, manažérom, negative}" +"Ray's je niečo ako inštitúcia v Seattli, ale vzhľadom na jej nádherné Zvukové výhľady som mal podozrenie, že ocenenia boli spôsobené skôr scenériou ako jedlom a službami.","{location general, Zvukové výhľady, positive}","{restaurant miscellaneous, Ray's, neutral};{location general, Zvukové výhľady, positive}" +"Prisahal som, že sa nikdy nevrátim pre teplé pivo a priemerné jedlo.","{food quality, jedlo, negative};{drinks quality, pivo, negative}","{drinks quality, teplé pivo, negative};{food quality, jedlo, negative}" +"Ak je vonku pekne, požiadajte o stôl na balkón .","{ambience general, balkón, positive}","{location general, stôl na balkón, positive}" +Skvelé jedlo s úžasnou atmosféra!,"{food quality, jedlo, positive};{ambience general, atmosféra, positive}","{ambience general, atmosféra, positive};{food quality, jedlo, positive}" +Jedlo som zakončil nezvyčajným dezert z portského a ochutnávka čokolády ... mňam!,"{food quality, dezert z portského a ochutnávka čokolády, positive}","{food quality, portského a ochutnávka čokolády, positive}" +Dostal som predjedlo z mäkkýšov a kreviet a bolo to v poriadku.,"{food quality, predjedlo z mäkkýšov a kreviet, neutral}","{food quality, predjedlo z mäkkýšov a kreviet, positive}" +pizza je tenká kôrka a menu ponúka veľmi kreatívne kombinácie a polevy.,"{food style_options, pizza, positive};{food style_options, menu, positive}","{food style_options, menu, positive};{food quality, pizza, positive}" +"Je to skvelé miesto, kde si môžete vychutnať jedlo a stretnúť sa s priateľmi.","{food quality, jedlo, positive};{restaurant miscellaneous, miesto, positive}","{restaurant general, miesto, positive}" +"služba bola vynikajúca, káva bola dobrá aj podľa štandardov Starbucks a jedlo bola vynikajúca.","{service general, služba, positive};{food quality, jedlo, positive};{drinks quality, káva, positive}","{food quality, jedlo, positive};{service general, služba, positive};{coffee quality, káva, positive}" +"Toto je miesto, kde si môžete oddýchnuť a vychutnať si najlepšiu kvalitu jedlo, ktoré môže toto odvetvie ponúknuť.","{ambience general, miesto, positive};{food quality, jedlo, positive}","{food quality, jedlo, positive};{restaurant general, miesto, positive}" +Vrátil by som sa sám pre zážitok víno.,"{drinks quality, víno, positive}","{drinks quality, víno, positive}" +Najlepšie kalamáre v Seattli!,"{food quality, kalamáre, positive}","{restaurant general, kalamáre, positive}" +"Prezentácia Snooze je vynikajúca a je to jedno z miest, kde sa cítite sofistikovanejšie už len preto, že ste tam; ale zlúpnite vrstvy a máte predražený IHOP s vysokým obočím Snooze .","{food style_options, menu, negative};{restaurant prices, Snooze, negative};{ambience general, Snooze, positive}","{restaurant general, Snooze, negative};{ambience general, Snooze, positive}" +"Sťažoval som sa manažérovi, ale ani sa neospravedlnil.","{service general, manažérovi, negative}","{service general, manažérovi, negative}" +Oveľa viac ako len skvelé zobrazenie!,"{location general, zobrazenie, positive}","{restaurant general, null, positive}" +atmosféra bola v poriadku.,"{ambience general, atmosféra, neutral}","{ambience general, atmosféra, positive}" +"Po usadení trvalo asi 30 minút, kým ste konečne dostali jedlo.","{service general, null, negative}","{service general, null, negative}" +"– Vo veku postupného znižovania nákladov v reštauráciách je pekné vidieť miesto, ktoré tento trend vzdoruje a jednoducho poskytuje vysokú kvalitu jedlo a dobré služba, bodka.","{service general, služba, positive};{food quality, jedlo, positive}","{restaurant prices, miesto, positive};{food quality, jedlo, positive};{service general, služba, positive}" +"Veľmi sa mi páčilo atmosféra, ale jedlo nestálo za cenu.","{food quality, jedlo, negative};{ambience general, atmosféra, positive};{food prices, jedlo, negative}","{restaurant general, null, negative};{ambience general, atmosféra, positive}" +"Nachádza sa v obchodnom centre neďaleko Beverly Center, nie je to najväčšie umiestnenie, ale jedlo ma núti vracať sa viac.","{food quality, jedlo, positive};{location general, umiestnenie, neutral}","{restaurant miscellaneous, umiestnenie, negative};{food quality, jedlo, positive}" +"Pri mojom jedlo som musel poslať späť svoje vajcia na jednoduchú žiadosť o rozbitie jarmov pred varením a musel by som ich znova poslať späť, keby som neodmietol jedlo všetci spolu.","{food quality, jedlo, negative};{food quality, vajcia, negative}","{food style_options, vajcia, negative}" +pásmo bolo veľmi dobré a služba bolo pozorné.,"{service general, služba, positive};{ambience general, pásmo, positive}","{service general, služba, positive};{food quality, pásmo, positive}" +"– Ako opísať to najlepšie sushi v NYC: hmmmm, lahodné, úžasné, fantastické, šťavnaté, dokonalé, nie, všetko vyššie uvedené.","{food quality, sushi, positive}","{food quality, sushi, positive}" +"– Škuner alebo Later je očarujúce umiestnenie pozdĺž prístavu v Long Beach a priemerné jedlo, bohužiaľ, nevykompenzuje jeho veľmi zlé zákaznícky servis.","{location general, umiestnenie pozdĺž prístavu v Long Beach, positive};{service general, zákaznícky servis, negative};{food quality, jedlo, neutral}","{location general, Škuner alebo Later, positive};{food quality, jedlo, neutral};{service general, zákaznícky servis, negative}" +"Okamžite sme sedeli, stôl bol súkromný a pekný.","{ambience general, stôl, positive}","{ambience general, stôl, positive}" +"dobrý saké , dobrý jedlo – úprimne, o japončine toho veľa neviem jedlo vôbec.","{food quality, jedlo, positive};{drinks quality, saké, positive}","{food quality, jedlo, positive};{drinks quality, saké, positive}" +"Prineste si mobil, pretože možno budete musieť počkať, kým sa dostanete do najlepšej sushi reštaurácie na svete: BLUE RIBBON SUSHI.","{restaurant general, BLUE RIBBON SUSHI, positive}","{restaurant general, BLUE RIBBON SUSHI, positive}" +"Nakoniec náš šek vyšiel na 27 dolárov za 4 malé palacinky, raňajkové burrito, pomarančový džús a ľadový čaj (mal som vodu).","{food prices, palacinky, negative};{food prices, raňajkové burrito, negative};{drinks prices, ľadový čaj, negative};{food style_options, palacinky, negative};{drinks prices, pomarančový džús, negative}","{food prices, null, negative};{food style_options, null, negative};{food quality, null, negative}" +Dobré jedlo!,"{food quality, jedlo, positive}","{food quality, jedlo, positive}" +catering je mimo tohto sveta a kuracia zeleninová polievka Raouls otriasa mojím svetom! ! !,"{food quality, kuracia zeleninová polievka Raouls, positive};{food quality, catering, positive}","{food quality, kuracia zeleninová polievka, negative};{food quality, catering, negative}" +"Mal som požiadať o šek, keď som to videl; ale ich menu bolo také jedinečné, že som pokračoval.","{food style_options, menu, positive}","{food style_options, menu, positive}" +Skvelé raňajky,"{food quality, raňajky, positive}","{food quality, raňajky, positive}" +Morský vlk na homárovom rizote bol najlepší.,"{food quality, Morský vlk na homárovom rizote, positive}","{food quality, Morský vlk na homárovom rizote, positive}" +"– Atmosféra atmosféra je skvelá pre každú špeciálnu príležitosť, ktorú by ste chceli osláviť.","{ambience general, atmosféra, positive}","{ambience general, atmosféra, positive}" +Skvelé sezónne ryby a morské plody s nóbl prostredie na nábreží.,"{food quality, morské plody, positive};{ambience general, prostredie na nábreží, positive};{food quality, sezónne ryby, positive}","{food quality, sezónne ryby a morské plody, positive};{ambience general, prostredie, positive}" +"pizza nie sú veľké a kôrka je tenká... majte to na pamäti, keď budete objednávať.","{food style_options, pizza, neutral};{food style_options, kôrka, neutral}","{food style_options, pizza, negative};{food quality, kôrka, positive}" +Jedinou pozitívnou vecou na Mioposto je pekné umiestnenie.,"{location general, umiestnenie, positive}","{location general, umiestnenie, positive}" +Oceňujem aj ich doručenie.,"{service general, doručenie, positive}","{service general, doručenie, positive}" +Veľmi sklamaný.,"{restaurant general, null, negative}","{restaurant general, null, negative}" +pizza je vynikajúca a šaláty sú fantastické.,"{food quality, pizza, positive};{food quality, šaláty, positive}","{food quality, šaláty, positive};{food quality, pizza, positive}" +Najčerstvejšie sushi – milujem to reštaurácia .,"{restaurant general, reštaurácia, positive};{food quality, sushi, positive}","{food quality, sushi, positive}" +steak bol urobený presne podľa mojich predstáv (stredne vzácny) a bol pekný a šťavnatý.,"{food quality, steak, positive}","{food quality, steak, positive};{food quality, steak, neutral}" +"Vážne, nemôžete sa pokaziť, ak hľadáte nenáročnú miestnu zábavu.","{ambience general, null, positive}","{restaurant miscellaneous, null, negative}" +majitelia sú skvelá zábava a výber piva stojí za to zostať.,"{service general, majitelia, positive};{drinks style_options, výber piva, positive}","{drinks style_options, výber piva, positive};{service general, majitelia, positive}" +Skvelé výber čapov a fliaš a pizza kamene.,"{food quality, pizza, positive};{drinks style_options, výber čapov a fliaš, positive}","{drinks style_options, čapov a fliaš, positive}" +"Garantujem vám, že nebudete sklamaní, je tu aj parkovanie s obsluhou.","{restaurant general, null, positive};{restaurant miscellaneous, null, positive}","{parking general, parkovanie, positive}" +Neskoré nočné stolovanie s výnimočným jedlo.,"{food quality, jedlo, positive}","{food quality, jedlo, positive};{restaurant miscellaneous, null, positive}" +"porcie sú však veľké, takže si neobjednajte príliš veľa.","{food style_options, porcie, neutral}","{food style_options, porcie, positive}" +"Rozhodne má jeden z najlepších jukebox, aké som po dlhom čase videl.","{ambience general, jukebox, positive}","{ambience general, jukebox, positive}" +Služba bola slušná.,"{service general, Služba, neutral}","{service general, Služba, positive}" +Absolútne chutné.,"{food quality, null, positive}","{food quality, null, positive}" +"Oh, a syrové hranolky sú úžasné!","{food quality, syrové hranolky, positive}","{food quality, syrové hranolky, positive}" +"Všetci, ktorí sedeli vzadu vonku, súhlasili s tým, že to bola najhoršia služba, akú sme kedy dostali.","{service general, služba, negative}","{service general, služba, negative}" +"Možno nie som sushi guru, ale môžem vám povedať, že jedlo tu je v poriadku a že v tom nie je nič iné.","{food quality, jedlo, negative}","{food quality, jedlo, positive}" +"Vynikajúce jedlo, pekné prostredie, pomerne drahé","{ambience general, prostredie, positive};{restaurant prices, null, negative};{food quality, jedlo, positive}","{food quality, jedlo, positive};{ambience general, prostredie, positive};{restaurant prices, null, negative}" +Roztopte sa v ústach nigiri a sashmi a tiež veľmi chutné rolky.,"{food quality, nigiri, positive};{food quality, rolky, positive};{food quality, sashmi, positive}","{food quality, nigiri, positive};{food quality, sashmi, positive};{food quality, rolky, positive}" +"Konečne jedlo, na ktoré budete ešte dlho spomínať!","{food quality, jedlo, positive}","{food quality, jedlo, positive}" +"Najlepšie jedlo, fenominálne služba","{service general, služba, positive};{food quality, jedlo, positive}","{food quality, jedlo, positive};{service general, služba, positive}" +"Odporúčam to na noc, keď chcete plytvať! (bolo to trochu drahé)","{restaurant prices, null, negative};{restaurant general, null, positive}","{restaurant prices, null, negative};{restaurant miscellaneous, null, positive}" +"Zatiaľ čo táto reštaurácia mala pomerne dobrú jedlo, personál reštaurácie sa zdala byť úplne ľahostajná k našej prítomnosti a tento postoj sa odrážal v nedostatku služieb.","{service general, personál reštaurácie, negative};{food quality, jedlo, positive}","{service general, personál, negative};{food quality, jedlo, positive}" +Žiadne porovnanie,"{restaurant general, null, positive}","{restaurant general, null, neutral}" +"takže o krevety, boli čerstvé a mali mierne chrumkavosť okolo cesto ... veľmi dobré ... vlašské orechy boli nakrájané na menšie kúsky a veľmi chrumkavé a chutné.","{food quality, krevety, positive};{food quality, cesto, positive};{food quality, vlašské orechy, positive}","{food quality, vlašské orechy, positive};{food quality, krevety, positive}" +"Som tak šťastný, že mám vo svojom okolí skvelú taliansku reštauráciu.","{restaurant general, taliansku reštauráciu, positive}","{restaurant general, taliansku reštauráciu, positive}" +Na sedenie sme čakali hodinu.,"{service general, null, negative}","{service general, null, negative}" +"Zadali sme objednávku a hoci sme si objednali 4 predjedlá, jedlo prišlo až o 45 minút neskôr... S NAŠIM HLAVNÝM JEDOM.","{service general, null, negative}","{service general, null, negative}" +"Nemôžem sa dočkať, až sa vrátim tento nadchádzajúci víkend!","{restaurant general, null, positive}","{restaurant general, null, positive}" +"Ak máte záujem o dobrú chuť (bez rybej chuti a vône), veľké porcie a kreatívne sushi jedlá, toto je vaše miesto...","{food style_options, porcie, positive};{food quality, null, positive};{food style_options, sushi jedlá, positive}","{food quality, sushi, positive};{food style_options, porcie, positive};{food style_options, jedlá, positive}" +"Perfektné miesto, ktoré si vezmete mimo mesta hostí kedykoľvek počas roka.","{restaurant general, miesto, positive}","{restaurant general, miesto, positive}" +Ochutnal som všetky tri položky na nej tanier a boli vynikajúce.,"{food quality, tanier, positive}","{food quality, položky na nej, positive}" +Dobré pre neskoré nočné stolovanie (plánovanie na poslednú chvíľu) bez výhrad.,"{restaurant miscellaneous, null, positive}","{restaurant miscellaneous, null, positive}" +Nikdy som tam nebol sklamaný jedlo.,"{food quality, jedlo, positive}","{food quality, jedlo, positive}" +– Zďaleka najlepší bar vo východnej dedine ...,"{restaurant general, bar, positive}","{restaurant general, bar, positive}" +"Je to skvelé miesto, ktoré ľudia sledujú.","{restaurant miscellaneous, miesto, positive}","{restaurant general, miesto, positive}" +"Priestor bol obmedzený, ale jedlo to vynahradilo.","{restaurant miscellaneous, Priestor, negative};{food quality, jedlo, positive}","{restaurant miscellaneous, Priestor, negative};{food quality, jedlo, positive}" +"hrebenatky sú zjavne varené na masle z čiernych olív, vďaka čomu sú skutočne jedinečné (nehovoriac o chuti).","{food quality, hrebenatky, positive};{food style_options, hrebenatky, positive}","{food quality, hrebenatky, positive}" +Toto miesto je očarujúce a relaxačné.,"{ambience general, miesto, positive}","{ambience general, miesto, positive}" +vôbec nie žuvacie .,"{food quality, null, positive}","{food quality, žuvacie, negative}" +"Boli sme v Seattli len na jednu noc a som tak rád, že sme si vybrali Rays na večeru!","{restaurant general, Rays, positive}","{restaurant general, Rays, positive}" +"– Nikdy nezabudnem na úžasné jedlo, služba a atmosféra, ktoré zažívam v tejto reštaurácii.","{service general, služba, positive};{food quality, jedlo, positive};{ambience general, atmosféra, positive}","{ambience general, atmosféra, positive};{food quality, jedlo, positive};{service general, služba, positive}" +Úžasné špeciálne predjedlo zo španielskej makrely a dokonalé krabicové sushi (to úhor s avodcao -- ehm hm ).,"{food quality, krabicové sushi, positive};{food quality, úhor s avodcao, positive};{food quality, špeciálne predjedlo zo španielskej makrely, positive}","{food quality, krabicové sushi, positive};{food quality, španielskej makrely, positive};{food quality, špeciálne predjedlo, positive}" +Cez víkendy možno budete musieť počkať niekoľko hodín.,"{service general, null, neutral}","{service general, null, negative}" +- jedlo nebolo skvelé a čašníci boli neslušní.,"{service general, čašníci, negative};{food quality, jedlo, negative}","{service general, čašníci, negative};{food quality, jedlo, negative}" +"Nasledoval steak 9 oz a chutil skvele, aspoň spočiatku.","{food quality, 9 oz, positive}","{food quality, chutil, positive};{food style_options, steak 9 oz, positive}" +"Keď som sa tam dostal, posadil som sa po schodoch, kde bola atmosféra útulná a služba bola hrozná!","{service general, služba, negative};{ambience general, atmosféra, positive}","{service general, služba, negative};{ambience general, atmosféra, positive}" +"vínny lístok je neuveriteľný, rozsiahly a rôznorodý, všetko jedlo je neuveriteľné a personál bol veľmi milý, dobrý vo svojej práci a kultivovaný.","{service general, personál, positive};{food quality, jedlo, positive};{drinks style_options, vínny lístok, positive}","{service general, personál, positive};{food quality, jedlo, positive};{drinks style_options, vínny lístok, positive}" +– LEPŠIE TO NEBUDE! ! ! ! !,"{restaurant general, null, positive}","{restaurant general, null, negative}" +V nedeľu popoludní hrá kapela a je tu veľa zábavy.,"{ambience general, kapela, positive}","{ambience general, kapela, positive}" +Všetko a myslím tým všetko v menu je delikátne.,"{food quality, menu, positive}","{food quality, menu, positive}" +"Viem, že veľa ľudí má svoje obľúbené typy miest pizza a pizza, ale Mioposto pizza nemá kvalitu a dobrú chuť.","{food quality, pizza, negative}","{food quality, pizza, negative}" +"Na východnom pobreží je len jedno miesto, ktoré má všetko a ešte oveľa viac.","{restaurant general, miesto, positive}","{restaurant general, miesto, positive}" +Vždy víťaz.,"{restaurant general, null, positive}","{restaurant general, null, positive}" +"V predchádzajúcich recenziách sa uvádzalo, že priateľské k deťom... dajte mi pokoj s dvoma malými deťmi, ktoré majú svetelné roky.","{restaurant miscellaneous, null, negative}","{restaurant miscellaneous, priateľské k deťom, positive}" +pizza sú ľahké a chutné.,"{food quality, pizza, positive}","{food quality, pizza, positive};{food style_options, pizza, positive}" +"Pozrite sa na umenie na stenách, veľmi farebné!","{ambience general, umenie na stenách, positive}","{ambience general, umenie na stenách, positive}" +Priemerný jedlo,"{food quality, jedlo, neutral}","{food quality, jedlo, neutral}" +Už sa nikdy nevrátim.,"{restaurant general, null, negative}","{restaurant general, null, negative}" +"Mali sme veľmi ťažké získať pozornosť čašníčka a nakoniec sme museli vstať a ísť dovnútra, aby sme sa porozprávali s manažérom.","{service general, čašníčka, negative}","{service general, čašníčka, negative}" +Nikdy nie príliš preplnené a vždy skvelé služba.,"{service general, služba, positive};{restaurant miscellaneous, null, positive}","{service general, služba, positive};{ambience general, null, positive}" +ste na horúcom rande a on/ona má nutkanie na sushi ... potom by to mohlo byť to pravé miesto.,"{food quality, sushi, positive}","{restaurant miscellaneous, rande, positive}" +"– Nemôžem uveriť Murphy's existuje už viac ako 25 rokov, úžasné.","{restaurant miscellaneous, Murphy's, positive}","{restaurant general, Murphy's, positive}" +"V piatok môžete byť zaneprázdnení pri stole, ale keď sa usadíte, služba služba je taká efektívna, že môžete rýchlo prísť a odísť.","{service general, služba, positive}","{service general, služba, positive}" +"to ? sa podáva buď s korenistá omáčka alebo redukcia z červeného vína, hoci obe boli chuťovo na nerozoznanie.","{food quality, korenistá omáčka, neutral};{food quality, redukcia z červeného vína, neutral}","{food quality, omáčka, negative};{drinks quality, redukcia z červeného vína, negative}" +Najkrajší čašníci v meste.,"{service general, čašníci, positive}","{ambience general, čašníci, positive}" +služba bola zdvorilá a pozorná.,"{service general, služba, positive}","{service general, služba, positive}" +Pri písaní tohto článku som znova skúsil dať ich odkaz a stále to nefunguje.,"{restaurant miscellaneous, null, negative}","{restaurant miscellaneous, odkaz, negative}" +"akékoľvek ďalšie potreby, ktoré sme mohli mať, nebolo možné uspokojiť, pretože sa nikto nezastavil pri stole.","{service general, null, negative}","{service general, null, negative}" +"Dobré Sushi, vysoká cena","{food quality, Sushi, positive};{food prices, Sushi, negative}","{food quality, Sushi, positive};{food prices, Sushi, negative}" +Ale servery boli mimoriadne pozorní a veľmi priateľskí.,"{service general, servery, positive}","{service general, servery, positive}" +"Bol som na tomto miesto, ľudia a je to ZLÉ.","{restaurant general, miesto, negative}","{restaurant general, miesto, negative};{people general, Ľudia, negative}" +skvelé služba,"{service general, služba, positive}","{service general, služba, positive}" +Bolo to ako stolovanie v úplne inej reštaurácii.,"{restaurant general, null, positive}","{restaurant general, null, negative}" +Dva palce hore!,"{food quality, null, positive}","{restaurant general, palce, positive}" +"Predstavte si moje šťastné prekvapenie, keď som zistil, že zhliadnutia sú len treťou najlepšou vecou na Rayove!","{location general, zhliadnutia, positive};{restaurant general, Rayove, positive}","{restaurant general, Rayove, positive}" +"Ruku na srdce, najlepší tuniak, aký som kedy mal.","{food quality, tuniak, positive}","{food quality, tuniak, positive}" +"Ak sa chystáte vidieť Dannyho Gansa alebo len zostať v Mirage, nenechajte si ujsť toto.","{restaurant general, null, positive}","{restaurant general, Mirage, positive}" +skvelé miesto na obed,"{restaurant general, miesto na obed, positive}","{restaurant general, miesto, positive}" +Milujem raňajky tu .,"{food quality, raňajky, positive}","{restaurant general, raňajky tu, positive}" +"sashimi bolo najčerstvejšie a najjemnejšie, aké som kedy ochutnal.","{food quality, sashimi, positive}","{food quality, sashimi, positive}" +Nebudete sklamaní ich menu.,"{food style_options, menu, positive}","{food style_options, menu, positive}" +"Veľa ľudí hovorí o skvelých pizza a chudobných obsluha, takže to nemôže byť len chrapúnstvo niekoľkých nespokojných zákazníkov.","{food quality, pizza, positive};{service general, obsluha, negative}","{service general, obsluha, negative};{food quality, pizza, positive}" +už sa nevrátim .,"{restaurant general, null, negative}","{restaurant general, null, negative}" +moja služba bola hviezdna!,"{service general, služba, positive}","{service general, služba, positive}" +určite sa sem vrátime reštaurácia.,"{restaurant general, reštaurácia, positive}","{restaurant general, reštaurácia, positive}" +Určite sa vráti.,"{restaurant general, null, positive}","{restaurant general, null, positive}" +"Možno je to dobré na tú jednu noc pri modrom mesiaci, keď sa kuchári rozhodnú použiť rybu, čo je napoly slušné.","{food quality, rybu, negative}","{food quality, rybu, negative}" +"– Bol som na Open Sesame iba raz, ale stále som spamätaný zo zážitku! !","{restaurant general, Open Sesame, positive}","{restaurant general, Open Sesame, positive}" +"palacinky boli určite vynaliezavé, ale 8,50 $ za 3 - 6 `` palacinky (jedna z nich bola skôr ako 5 ``) v palacinkovom lete ( vzorka 3 rôznych palacinky ) je dobre predražené.","{food prices, palacinky, negative};{food style_options, palacinky, positive}","{food prices, palacinky, negative};{food style_options, palacinky, negative};{food quality, palacinky, positive}" +V jedno nedeľné popoludnie sme však s manželom išli (aj keď s mojimi hlasnými protestmi) a boli sme príjemne prekvapení.,"{restaurant general, null, positive}","{restaurant general, null, positive}" +Stojí to za to,"{restaurant general, null, positive}","{restaurant general, null, positive}" +"Pozor - je to skutočné jedlo pre ľudí, ktorí milujú to najlepšie.","{food quality, jedlo, positive}","{food quality, jedlo, positive}" +"Mám, ale tu - v toaleta bola obsluha v kúpeľni, čo bolo zvláštne.","{restaurant miscellaneous, toaleta, negative}","{service general, obsluha, negative}" +Najlepšie jedlo sú krevety z vlašských orechov - jednoducho vynikajúce.,"{food quality, krevety z vlašských orechov, positive}","{food quality, krevety z vlašských orechov, positive}" +"palacinky by mali byť väčšie (aspoň 8 `` ), aby odôvodnili náklady aj pri jedinečných ponukách.","{food style_options, palacinky, negative}","{food style_options, palacinky, negative}" +- Prvýkrát som v tejto reštaurácii reštaurácia obedoval s mojím synom a bolo to úplne hrozné!,"{restaurant general, reštaurácia, negative}","{restaurant general, reštaurácia, negative}" +Výborne,"{restaurant general, null, positive}","{restaurant general, null, positive}" +"Parkovanie je pomerne dobré, majú svoj vlastný pozemok a môžete parkovať v neďalekom parku.","{restaurant miscellaneous, null, positive}","{parking general, pozemok, positive};{parking general, Parkovanie, positive}" +Caesar šalát bol vynikajúci.,"{food quality, Caesar šalát, positive}","{food quality, Caesar šalát, positive}" +"– Nechápem, ako som bol na tomto mieste tak dlho cudzincom ... fajita šalát, colorado, fajitas - VŠETKO je vynikajúce.","{food quality, fajita šalát, positive};{food quality, colorado, positive};{food quality, fajitas, positive}","{food quality, fajita šalát, positive};{food quality, colorado, positive};{food quality, fajitas, positive}" +"najlepšie čínske jedlo, ktoré som ochutnal už dlho","{food quality, čínske jedlo, positive}","{food quality, čínske jedlo, positive}" +Cena bola tiež správna.,"{restaurant prices, null, positive}","{restaurant prices, null, positive}" +Chutné...!,"{food quality, null, positive}","{food quality, null, positive}" +"Napísali sme meno a hoci boli otvorené stoly, bolo nám povedané, že budeme čakať 30 minút.","{service general, null, negative}","{service general, null, negative}" +káva je tiež veľmi dobrá.,"{drinks quality, káva, positive}","{food quality, káva, positive}" +Čakali sme viac ako 30 minút na naše nápoje a viac ako 1 1/2 hodiny na naše jedlo.,"{service general, null, negative}","{service general, null, negative}" +servery za pultom sú vždy priateľské a užitočné.,"{service general, servery za pultom, positive}","{service general, servery za pultom, positive}" +"Náš čašník neexistoval a keď naše jedlo konečne dorazilo viac ako hodinu po tom, čo sme si objednali, nedostali sme žiadnu vodu ani riad.","{service general, čašník, negative}","{service general, čašník, negative};{service general, null, negative}" +– Toto miesto je neuveriteľne nadhodnotené.,"{restaurant general, miesto, negative}","{restaurant general, miesto, negative}" +Veľmi zlé zákaznícky servis.,"{service general, zákaznícky servis, negative}","{service general, zákaznícky servis, negative}" +Nemôžeme povedať dosť o ich lahodnom gurmánovi pizza!,"{food quality, pizza, positive}","{food quality, gurmánovi pizza, positive}" +"Okrem toho, zatiaľ čo ryba je nepochybne čerstvá, rožky majú tendenciu byť nevysvetliteľne nevýrazné.","{food quality, rožky, negative};{food quality, ryba, positive}","{food quality, rožky, negative};{food quality, ryba, positive}" +Jedinou nevýhodou je preplnené sedenie a pomalé služba.,"{service general, služba, negative};{restaurant miscellaneous, sedenie, negative}","{service general, služba, negative};{ambience general, sedenie, negative}" +"V New Yorku nezostalo veľa miest na fajčenie, ale našiel som svoje obľúbené fajčenie balkón v meste.","{restaurant miscellaneous, balkón, positive}","{restaurant general, balkón v meste, positive}" +Zdieľali sme rodinný tanier a obzvlášť som si užil čierna treska v saké kasu.,"{food quality, čierna treska v saké kasu, positive}","{food quality, čierna treska v saké kasu, positive};{food quality, tanier, positive}" +Ale priestor je malý a krásny a služba je užitočný.,"{service general, služba, positive};{ambience general, priestor, positive}","{service general, služba, positive};{ambience general, priestor, positive}" +Oplatilo sa čakať.,"{restaurant general, null, positive}","{restaurant general, null, positive}" +mňam .,"{food quality, null, positive}","{restaurant general, null, negative}" +Delikátne,"{food quality, null, positive}","{food quality, null, positive}" +- Priemerná Služba / Kvalita,"{service general, Služba, neutral}","{service general, Služba, neutral}" +"– Toto je jedno z mojich najlepších miest na obed, obrovské porcie, rýchle služba a úžasné margarity! !","{food style_options, porcie, positive};{service general, služba, positive};{restaurant general, null, positive};{drinks quality, margarity, positive}","{food style_options, porcie, positive};{service general, služba, positive};{food quality, margarity, positive}" +Najlepšie Krabie koláče v meste,"{food quality, Krabie koláče, positive}","{food quality, Krabie koláče, positive}" +"Všetko, čo som tu mal, je dobré, taco šaláty, burritos, enchiladas milujem to miesto.","{food quality, null, positive};{restaurant general, miesto, positive};{food quality, taco šaláty, positive};{food quality, burritos, positive};{food quality, enchiladas, positive}","{food quality, enchiladas, positive};{food quality, taco šaláty, positive};{food quality, burritos, positive}" +"Skvelé pizza, zlé služba","{food quality, pizza, positive};{service general, služba, negative}","{service general, služba, negative};{food quality, pizza, positive}" +skvelé,"{restaurant general, null, positive}","{restaurant general, null, positive}" +"Moja najlepšia kamarátka mala chicken shawarma a STÁLE chváli, že je to najlepšie kdekoľvek!","{food quality, chicken shawarma, positive}","{food quality, chicken shawarma, positive}" +Chintzy porcie,"{food style_options, porcie, negative}","{food quality, porcie, negative}" +Dobre zje .,"{food quality, zje, positive}","{food quality, zje, positive}" +"Normálne sa miesta pýtajú, aké horúce to chcete, ale neurobili to.","{service general, null, negative}","{service general, pítajú, negative}" +"Vždy som našiel obsluhu a, ak sedíte v bare, kuchári veľmi priateľskí.","{service general, kuchári, positive}","{service general, obsluha, positive};{service general, kuchári, positive}" +Nič v ponuke menu nie je menej ako úžasné.,"{food quality, menu, positive}","{food quality, menu, positive}" +"Moja dvojčlenná partia sa cítila obzvlášť ambiciózne a hýrili sme Shilshole Sampler ... krásnym sortimentom obrovských krevety z bieleho zálivu, údeného tuniaka dlhoplutvého, Rayovho fantastického manilské mušle ochutené kôprom, mušľami v chutnom sójovom dresingu a malou kôpkou kraba Dungeness na vrchu vznešený maslová omáčka .","{food style_options, Shilshole Sampler, positive};{food quality, maslová omáčka, positive};{food quality, sójovom dresingu, positive};{food quality, manilské mušle, positive};{food style_options, krevety z bieleho zálivu, positive}","{food quality, Shilshole Sampler... krásnym sortimentom obrovských krevety z bieleho zálivu, údeného tuniaka dlhoplutvého, Rayovho fantastického manilské mušle ochutené kôprom, mušľami v chutnom sójovom dresingu a malá kôpka kraba Dungeness na vrchu vznešený maslová omáčka, positive}" +"Bol som úprimne šokovaný, keď som si prečítal zlé recenzie - toto miesto je fantastické; v žiadnom prípade nás to nesklamalo a jedli sme tu viac ako 10-krát.","{restaurant general, miesto, positive}","{restaurant general, miesto, positive};{restaurant general, Bol, positive}" +"Ste fanúšikom sushi, milujete odborne krájané ryby, skvelé saké, zabijaka lokalita SOHO a samozrejme: losos, tuniak, fluke, žltý chvost, treska, Makrela, želé (2: ryba), ježovka, krevety, homár, pražma, pstruh, mliečna ryba, modrá plutva Tuniak, úhor, krab, sardinka, mních, ikry, hrebenatky, ustrice a rôzne druhy Toro.","{location general, lokalita SOHO, positive};{food quality, sushi, positive};{food style_options, ryby, positive};{food style_options, Toro, positive};{drinks quality, saké, positive}","{food quality, ryba, positive};{food quality, saké, positive};{food quality, sushi, positive};{food quality, losos, positive};{food quality, fluke, positive};{food quality, tuniak, positive};{food quality, žltý chvost, positive};{food quality, treska, positive};{food quality, Makrela, positive};{food quality, pražma, positive};{food quality, mliečna ryba, positive};{food quality, modrá plutva Tuniak, positive};{food quality, úhor" +služba je v tejto zábave fantastická miesto.,"{service general, služba, positive};{restaurant general, miesto, positive}","{service general, služba, positive}" +Tiež tam bol len jeden kúpeľňový stánok - pravdepodobne potrebuje viac pre také veľké davy.,"{restaurant miscellaneous, kúpeľňový stánok, negative}","{ambience general, kúpeľňový stánok, negative}" +"Odišli sme bez toho, aby sme vôbec dostali služba.","{service general, služba, negative}","{service general, služba, negative}" +Páčilo sa mi to.,"{restaurant general, null, positive}","{restaurant general, null, positive}" +– Vrelo odporúčam Mioposto .,"{restaurant general, Mioposto, positive}","{restaurant general, Mioposto, positive}" +"jedlo je fantastické, autentické, chutné a veľmi, veľmi cenovo dostupné.","{food quality, jedlo, positive};{food prices, jedlo, positive}","{food quality, jedlo, positive};{food prices, jedlo, positive}" +"Jedol som tu trikrát a zistil som, že kvalita a rozmanitosť ryby sú vynikajúce.","{food quality, ryby, positive};{food style_options, ryby, positive}","{food quality, ryby, positive};{food style_options, ryby, positive}" +"Ale k niektorým ľuďom je veľmi priateľská, takže je to ešte otravnejšie.","{service general, null, negative}","{restaurant miscellaneous, null, negative}" +"bežné menu je tu mierne nad priemerom, ktorý nestojí za nafúkaný postoj, ktorý dostávate.","{food quality, bežné menu, neutral};{service general, null, negative}","{service general, postoj, negative};{food quality, menu, negative}" +Podávajú tiež to najlepšie hummus v Amerike s kvapkou voňavého olivového oleja (čo je podľa mňa tradičný spôsob)!,"{food quality, hummus, positive};{food style_options, hummus, positive}","{food quality, hummus, positive}" +skvelé pivo,"{drinks quality, pivo, positive}","{drinks quality, pivo, positive}" +Morské plody Plus,"{food quality, Morské plody, positive}","{food quality, Morské plody Plus, positive}" +"je smutné, že nie je veľa ľudí, ktorí často jedia na miestach, ako sú tieto, ktoré vyzerajú draho, pretože sú v hoteli... ale určite sú tými, ktorých si nechcete nechať ujsť, najmä ak ste v centre San Jose.","{restaurant general, null, positive}","{restaurant prices, miestach, negative};{ambience general, miestach, negative}" +"Podávajú ho vo vysokom, tenkom pohári v tvare presýpacích hodín, aby zamaskovali skutočnosť, že v supermarkete dostanete malý džús za cenu pol galónu.","{drinks style_options, džús, negative};{drinks prices, džús, negative}","{food style_options, pohári, negative};{food prices, džús, negative}" +"jedlo bolo v poriadku, ale služba bolo také zlé, že jedlo bolo studené, kým sa obslúžili všetci v mojej skupine.","{service general, služba, negative};{food quality, jedlo, neutral}","{food quality, jedlo, negative};{service general, služba, negative}" +"skvelé jedlo – ryba na tanieri s omikasom bola absolútne dekadentná – nebolo tam nič z toho, čo občas sprevádza poctivé sushi – táto ryba bola perfektná! ! ! !","{food quality, ryba na tanieri s omikasom, positive};{food quality, jedlo, positive}","{food quality, ryba na tanieri s omikasom, positive};{food quality, jedlo, positive}" +"Nápoje sú suberb a keď vstúpim do dverí, cítim sa ako v krajine tretieho sveta.","{drinks quality, Nápoje, positive};{ambience general, null, positive}","{drinks quality, Nápoje, positive};{ambience general, null, positive}" +Open & Cool miesto s tým najlepším pizza a káva,"{food quality, pizza, positive};{ambience general, miesto, positive};{drinks quality, káva, positive}","{drinks quality, káva, positive};{ambience general, miesto, positive};{food quality, pizza, positive}" +Green Tea creme brulee je nutnosťou!,"{food quality, Green Tea creme brulee, positive}","{food quality, Green Tea creme brulee, positive}" +Našiel som si nový domov a práve som sa presťahoval s dlhodobým prenájmom.,"{restaurant general, null, positive}","{restaurant general, null, positive}" +"Nie sú najzhovorčivejší, ale vždy, keď som tam bol, boli veľmi zaneprázdnení, čo pravdepodobne vysvetľuje nedostatok konverzácie.","{service general, null, neutral}","{service general, null, positive}" +"Samotná pizza nie je úplne najlepšia, akú som KEDY mal, ale stále celkom dobrá.","{food quality, pizza, positive}","{food quality, pizza, positive}" +"Mali sme to isté čašník druhýkrát, takže možno je služba špinavá a naše šťastie je dobré.","{service general, čašník, positive}","{service general, služba, negative}" +"– To je veľké tvrdenie vzhľadom na to, že som asi od siedmich rokov sám ťahal pasce na krabie a vyrábal koláče – ale niečo na týchto malých diabloch sa zakaždým zlepší.","{food quality, koláče, positive}","{food quality, koláče, negative};{food quality, krabie, negative}" +Úžasné talianske jedlo!,"{food quality, talianske jedlo, positive}","{food quality, talianske jedlo, positive}" +Toto miesto je však klenot a neprestanem sa tam vracať.,"{restaurant general, miesto, positive}","{restaurant general, miesto, positive}" +"je to naozaj zaneprázdnené, takže sa tam dostaňte na začiatku, aby ste si mohli vziať miesto, ak musíte čakať, nie je to zlé, pretože služba je rýchla!","{service general, služba, positive}","{service general, služba, positive};{restaurant miscellaneous, null, positive}" +"Večera nám trvala len asi hodinu a ceny za pás boli v poriadku, takmer 50 dolárov za osobu po zdanení a prepitnom (približne priemer).","{restaurant prices, null, neutral}","{restaurant prices, pás, positive};{meal duration, Večera, positive}" +cibuľové krúžky sú skvelé!,"{food quality, cibuľové krúžky, positive}","{food quality, cibuľové krúžky, positive}" +"Ak ste v oblasti, nemali by ste byť sklamaní.","{restaurant general, null, positive}","{restaurant general, null, positive}" +– Skvelá finančná štvrť mexické miesto .,"{restaurant general, mexické miesto, positive}","{restaurant prices, mexické miesto, positive}" +domáca špeciálna rolka je naozaj dobrá.,"{food quality, domáca špeciálna rolka, positive}","{food quality, domáca špeciálna rolka, positive}" +čašníci sú veľmi skúsení a nápomocní pri spárovaní výberu nápojov s chuťou jedla alebo naopak.,"{service general, čašníci, positive}","{service general, čašníci, positive}" +Dokonalosť .,"{restaurant general, null, positive}","{food quality, null, positive}" +Slabý zákaznícky servis / zlý pizza .,"{food quality, pizza, negative};{service general, zákaznícky servis, negative}","{service general, zákaznícky servis, negative};{food quality, pizza, negative}" +Celkovo by som sa vrátil a znova by som jedol v reštaurácia.,"{restaurant general, reštaurácia, positive}","{restaurant general, reštaurácia, positive}" +"Server predložil niekoľko saké návrhov, ktoré boli veľmi dobré.","{service general, Server, positive};{drinks quality, saké, positive}","{service general, Server, positive}" +"Mojím jediným negatívnym komentárom je, že by som si prial, aby kusov boli o niečo väčšie.","{food style_options, kusov, negative}","{food style_options, kusov, negative}" +"Vybral som si špargľu, ktorý sa ukázal ako neuveriteľný a dokonale pripravený.","{food quality, špargľu, positive}","{food quality, špargľu, positive}" +"To, čo môže byť pre väčšinu zaujímavé, je najhoršia služba / postoj pochádza od majiteľov tohto zariadenia.","{service general, majiteľov, negative}","{service general, služba, negative};{service general, postoj, negative}" +"Jedinou nevýhodou je, že toto miesto je skutočne drahé a porcie sú na malej strane.","{restaurant prices, miesto, negative};{food style_options, porcie, negative}","{food prices, porcie, negative};{food style_options, porcie, negative}" +"Hrozné služba, jedlo v poriadku, drahé","{service general, služba, negative};{restaurant prices, null, negative};{food quality, jedlo, neutral}","{food quality, jedlo, positive};{service general, služba, negative};{restaurant prices, null, negative}" +Hoci služba by sa mohla zlepšiť vzhľadom na vložené peniaze.,"{service general, služba, negative}","{service general, služba, negative}" +"Bežne tam vidíte stolovať indické rodiny a priateľov, čo je vždy dobré znamenie.","{restaurant miscellaneous, null, positive}","{restaurant miscellaneous, null, positive}" +"Ak chcem v nedeľu stáť v rade hodinu, aby som dostal priemer brunch jedlo, potom by som dal Murphyho na začiatok zoznamu.","{food quality, brunch jedlo, neutral};{service general, null, negative}","{restaurant miscellaneous, Murphyho, positive}" +"Za množstvo jedlo, ktoré sme dostali, mali byť ceny nižšie.","{food prices, jedlo, negative}","{restaurant prices, null, negative};{food style_options, jedlo, positive}" +"Vždy zaneprázdnení, ale vedia vás rýchlo usadiť a rýchlo služba.","{service general, služba, positive};{service general, null, positive}","{service general, služba, positive};{ambience general, null, neutral}" +vínny lístok je úžasný a jedlo mi pripomína moju nedávnu cestu do Talianska.,"{drinks style_options, vínny lístok, positive}","{drinks quality, vínny lístok, positive};{food quality, jedlo, positive}" +"jedlo bolo skvelé, margarity tiež, ale čašníčka bola príliš zaneprázdnená tým, že bola milá na svoju ďalšiu väčšiu párty, než aby sa lepšie postarala o môjho priateľa a mňa.","{drinks quality, margarity, positive};{service general, čašníčka, negative};{food quality, jedlo, positive}","{service general, čašníčka, negative};{food quality, jedlo, positive};{food quality, margarity, positive}" +Nemôžem o tom povedať dosť dobrých vecí reštaurácia a nemôžem sa dočkať svojich ďalších niekoľkých návštev.,"{restaurant general, reštaurácia, positive}","{restaurant general, reštaurácia, positive}" +Milujte to zakaždým,"{restaurant general, null, positive}","{restaurant general, null, positive}" +"Sme miestni obyvatelia a máme pocit, že jediným spôsobom, ako toto miesto prežije s takým priemerom jedlo, je to, že väčšina zákazníkov sú pravdepodobne jednorazoví zákazníci.","{food quality, jedlo, negative}","{restaurant miscellaneous, miesto, negative};{food quality, priemerom jedlo, negative}" +Tiež milujte ich caeser šalát.,"{food quality, caeser šalát, positive}","{food quality, caeser šalát, positive}" +"Neprináša vám pocit, že ste vítaní a správa sa k vám ako k nepríjemnostiam.","{service general, null, negative}","{service general, správa, negative}" +Má správnu veľkosť pre menu.,"{restaurant miscellaneous, null, positive}","{food style_options, menu, positive}" +"jedlo je fantastické a čakajúci personál bolo perfektné zakaždým, keď sme tam boli.","{food quality, jedlo, positive};{service general, čakajúci personál, positive}","{food quality, jedlo, positive};{service general, čakajúci personál, positive}" +púšť bol dokonalým zakončením takmer dokonalého večera.,"{food quality, večera, positive};{food quality, púšť, positive}","{restaurant general, púšť, positive}" +"Bol som tu, minul som veľa peňazí na špeciálna večera šéfkuchára a bolo to veľké sklamanie.","{food quality, špeciálna večera šéfkuchára, negative};{food prices, špeciálna večera šéfkuchára, negative}","{restaurant prices, šéfkuchára, negative};{food quality, špeciálna večera šéfkuchára, negative}" +NAŠLA SOM NOVÝ DOM NA DRUHEJ AVENUE! ! ! ! ! ! ! ! ! ! ! !,"{restaurant general, null, positive}","{restaurant general, NAŠLA SOM NOVÝ DOM NA DRUHEJ AVENUE, positive}" +"– V utorok ráno som musel čakať tridsať minút, kým som sa dostal do dverí, ale stálo to za to.","{restaurant general, null, positive};{restaurant miscellaneous, null, negative}","{restaurant general, null, positive}" +"– Je smutné vidieť miesto, ktoré bolo kedysi `` THE `` miesto, kde sa stretávať a jesť na Bfast alebo Lunch, teraz buďte miesto, ktoré je veľké `` NEOBRÁVAJ SA . ``","{restaurant general, miesto, negative}","{restaurant general, miesto, negative}" +"citrónové kura chutilo ako lepkavé sladké šišky a krevety s medom z vlašských orechov, tých pár, čo vám skutočne dali... nebolo dobré.","{food quality, citrónové kura, negative};{food style_options, krevety s medom z vlašských orechov, negative};{food quality, krevety s medom z vlašských orechov, negative}","{food quality, citrónové kura, negative};{food quality, krevety s medom z vlašských orechov, negative}" +"Bolo to romantické - a dokonca pekné dokonca aj s mojou sestrou, pripomenulo mi to Taliansko a malo to umelecké diela a hudba, ktoré udržovali pocit, že som v stredomorskej vile.","{ambience general, null, positive};{ambience general, umelecké diela, positive};{ambience general, hudba, positive}","{ambience general, null, positive}" +sushi bolo vynikajúce a obsluha bolo rýchle.,"{service general, obsluha, positive};{food quality, sushi, positive}","{service general, obsluha, positive};{food quality, sushi, positive}" +V skutočnosti sa mnohí chcú počas svojej návštevy vrátiť druhýkrát.,"{restaurant general, null, positive}","{restaurant general, null, positive}" +– Najlepšie mexické miesto na obed vo finančnej štvrti .,"{restaurant general, mexické miesto, positive}","{restaurant general, mexické miesto na obed, positive}" +milujem to miesto!,"{restaurant general, miesto, positive}","{restaurant general, miesto, positive}" +atmosféra je skvelá.,"{ambience general, atmosféra, positive}","{ambience general, atmosféra, positive}" +Perfektné na chladný deň.,"{food quality, null, positive}","{restaurant general, null, positive}" diff --git a/experiments/de-en-zh/preds_sw.csv b/experiments/de-en-zh/preds_sw.csv new file mode 100644 index 0000000000000000000000000000000000000000..1fbd780826eaf623a25a5a39b98def10f568f0c5 --- /dev/null +++ b/experiments/de-en-zh/preds_sw.csv @@ -0,0 +1,545 @@ +input,gold,pred +Nilisubiri kwa dakika 10-15 kwa huduma niliagiza bia na sikutolewa tena.,"{service general, huduma, negative}","{service general, huduma, negative}" +mandhari ilikuwa mapumziko ya amani na ya kustarehesha miongoni mwa watoto wote waliokuwa wakikimbia huku na huko Downtown Disney.,"{ambience general, mandhari, positive}","{restaurant general, mandhari, positive}" +jem ndogo iliyofichwa,"{restaurant general, null, positive}","{restaurant general, jem ndogo, positive}" +Nilienda huko na rafiki kutoka nje ya mji ... na sote tulivutiwa sana!,"{restaurant general, null, positive}","{restaurant general, null, positive}" +Ina kubwa sushi na bora zaidi huduma .,"{service general, huduma, positive};{food quality, sushi, positive}","{food quality, sushi, positive};{service general, huduma, positive}" +"Wote wao vitu vya menyu ni hit , na hutumikia mimosas .","{food quality, vitu vya menyu, positive}","{drinks quality, mimosas, positive};{food quality, vitu vya menyu, positive}" +– ... na uzoefu bora wa majira ya joto sitaha -- watakuletea blanketi ukipata baridi katika hali ya hewa ya jioni ya Seattle .,"{ambience general, sitaha, positive};{service general, null, positive}","{ambience general, uzoefu bora wa majira ya joto sitaha, positive}" +– Baada ya miaka 12 katika Seattle Ray's hukadiria kama mahali tunarudi kila mara.,"{restaurant general, Ray's, positive}","{restaurant general, Ray's, positive}" +Huwezi Kukosea Hapa.,"{restaurant general, null, positive}","{restaurant general, null, positive}" +Nadhani labda nimejaribu kila kitu kwenye menyu angalau mara moja ni bora zaidi.,"{food quality, menyu, positive}","{food quality, menyu, positive}" +– The pepperoni's kata nene halisi -- Yum .,"{food style_options, pepperoni's, positive}","{food quality, pepperoni's kata nene halisi, positive}" +Green tea creme brulee inakuwa bora kila ninapokuwa nayo.,"{food quality, Green tea creme brulee, positive}","{food quality, Green tea creme brulee, positive}" +sio wazo nzuri sana kwamba unajisikia vibaya na lazima uvae.,"{ambience general, null, positive}","{restaurant general, null, negative}" +Anga ilikuwa nzuri.,"{ambience general, Anga, positive}","{restaurant general, Anga, positive}" +ajabu kabisa! ! !,"{restaurant general, null, positive}","{restaurant general, null, negative}" +EPUKA MAHALI,"{restaurant general, MAHALI, negative}","{restaurant general, MAHALI, negative}" +"Kusema kweli, ni bora kugandisha pizza .","{food quality, pizza, negative}","{food quality, pizza, positive}" +huduma ilikuwa ya kipekee - wakati fulani kulikuwa na hisia kwamba tulihudumiwa na jeshi la urafiki wahudumu .,"{service general, wahudumu, positive};{service general, huduma, positive}","{service general, huduma, positive}" +Na walifunga kila kitu vizuri ili kisimwagike.,"{service general, null, positive}","{service general, null, positive}" +VIZURI SANA!,"{restaurant general, null, positive}","{restaurant general, null, positive}" +chakula ni dhambi.,"{food quality, chakula, positive}","{food quality, chakula, positive}" +"Kuanza, takriban oz 8-10 za juisi ya machungwa itakugharimu $ 3.","{drinks prices, juisi ya machungwa, negative}","{drinks prices, oz 8-10 za juisi ya machungwa, negative}" +nzuri uteuzi wa sababu.,"{drinks style_options, uteuzi wa sababu, positive}","{drinks quality, sababu, positive}" +"Ingawa ningeweza kufanya bila vijana ambao walishiriki jioni nasi , seva na chakula yetu ya ajabu ilifanya uzoefu kuwa mzuri sana.","{service general, seva, positive};{restaurant miscellaneous, null, positive};{food quality, chakula, positive}","{food quality, chakula yetu ya ajabu, positive};{restaurant general, seva, positive};{company general, vijana, positive}" +Ni kupata nini!,"{restaurant general, null, positive}","{restaurant general, null, negative}" +- Mioposto ina ubunifu na ladha sana menyu ya pizza .,"{food quality, menyu ya pizza, positive};{food style_options, menyu ya pizza, positive}","{food style_options, menyu ya pizza, positive};{food quality, menyu ya pizza, positive}" +"Katika safari ya hivi majuzi, mhudumu wetu alipuuza kazi sana, huku wafanyikazi wasiopungua watatu wakingoja kwa miguu na miguu kwenye jozi ya wasichana wa Kijapani walioketi karibu.","{service general, mhudumu, negative}","{service general, mhudumu, negative}" +"kwa kawaida nisingemaliza brocolli ninapoagiza vyakula vya aina hii lakini kwa mara ya kwanza, kila kipande kilikuwa na matukio mengi kama kile cha kwanza ... koga na kamba zilikuwa mbichi na zimepikwa vizuri .","{food quality, kamba, positive};{food quality, koga, positive};{food quality, brocolli, positive}","{food quality, brocolli, positive}" +Sio bei rahisi zaidi sushi lakini imekuwa ya thamani yake kila wakati.,"{food quality, sushi, positive};{food prices, sushi, neutral}","{food quality, sushi, positive};{restaurant general, null, positive}" +Huwezi kamwe kujisikia icky na stuffed baada ya kula huko.,"{food quality, null, positive}","{restaurant general, null, negative}" +"Kama sehemu ya karamu ndogo ya watu wanne, chakula chetu kiliachwa bila maoni;","{service general, null, negative}","{food quality, chakula, negative}" +Natumai siku moja Scooner au Baadaye itarejea kama ilivyokuwa .,"{restaurant general, Scooner au Baadaye, negative}","{restaurant general, Scooner au Baadaye, positive}" +"Kwanza kabisa, chakula kilikuja haraka na vyote kwa pamoja","{service general, null, positive}","{service general, null, positive}" +chakula kilikuwa kizuri!,"{food quality, chakula, positive}","{food quality, chakula, positive}" +"Ikiwa kuna mstari siku moja ya juma kwa muda wote ambapo mahali imefunguliwa , unajua ni nzuri .","{restaurant general, mahali, positive}","{restaurant miscellaneous, mahali, positive}" +Mshangao wa kupendeza zaidi ulikuwa hundi ambayo haikuzidi matarajio yangu kama kawaida hufanyika katika sehemu nyingi.,"{restaurant prices, null, positive}","{food quality, hundi, positive}" +"Bora zaidi, chakula kilikuwa kizuri na cha bei ya juu.","{food prices, chakula, negative};{food quality, chakula, positive}","{food quality, chakula, negative};{food prices, chakula, negative}" +Sehemu ya nje ya patio ina kifupi menyu .,"{food style_options, menyu, neutral}","{food style_options, menyu, neutral}" +Bora Chakula cha Kihindi huko L.A.,"{food quality, Chakula cha Kihindi, positive}","{food quality, Chakula cha Kihindi, positive}" +Kata kwa kufukuza - hii ni ya kushangaza!,"{restaurant general, null, positive}","{restaurant general, null, positive}" +"chakula si kama ilivyokuwa hapo awali ( dawa wameona kupungua kwa bei) bei zimepanda, na huduma ndio mbaya zaidi kuwahi kupata popote (pamoja na bara la Ulaya).","{food style_options, dawa, negative};{food prices, chakula, negative};{service general, huduma, negative};{food quality, chakula, negative}","{service general, huduma, negative};{food quality, chakula, negative};{food prices, chakula, negative}" +Chakula cha Lebanon ! Yum!,"{food quality, Chakula cha Lebanon, positive}","{food quality, Chakula cha Lebanon, positive}" +brocollis zilikuwa mbichi na za kitamu sana.,"{food quality, brocollis, positive}","{food quality, brocollis, positive}" +Na wanatoa kiasi kizuri kwa bei.,"{food style_options, null, positive}","{restaurant prices, null, positive}" +Inakatisha tamaa Sana,"{restaurant general, null, negative}","{restaurant general, Sana, positive}" +BORA ZA Seattle Orodha ya Mvinyo,"{drinks style_options, Orodha ya Mvinyo, positive}","{restaurant general, BORA ZA, positive}" +– Siwezi kusema vya kutosha kuhusu hili mahali .,"{restaurant general, mahali, positive}","{restaurant general, mahali, positive}" +- nimekuwa nikila mahali hapa kwa zaidi ya miaka 8 sasa na sijawahi kupata mbaya mlo .,"{food quality, mlo, positive}","{restaurant general, mahali, positive}" +Nilirudi nyumbani na kuzitafuta mtandaoni tena ambapo niligundua kuwa kuna kiungo cha zawadi ambacho hakifanyi kazi hivyo nikatuma barua pepe kwa mgahawa kuhusu huduma isiyokuwepo na kiungo cha udanganyifu .,"{restaurant miscellaneous, mgahawa, negative}","{service general, huduma, negative};{restaurant miscellaneous, kiungo cha udanganyifu, negative}" +Vipande vya kupendeza vya samaki wa kigeni kwa dola 100 sahani na HAKUNA MOJA iliyoliwa .,"{food prices, sahani, negative};{food quality, samaki wa kigeni, negative};{food style_options, samaki wa kigeni, negative}","{food quality, Vipande vya kupendeza vya samaki wa kigeni, negative};{food prices, Vipande vya kupendeza vya samaki wa kigeni, negative}" +"Nilikuwa na kitamu kondoo korma , saag paneer , samosa , naan , nk.","{food quality, samosa, positive};{food quality, naan, positive};{food quality, saag paneer, positive};{food quality, kondoo korma, positive}","{food quality, saag paneer, positive};{food quality, kondoo korma, positive};{food quality, nan, positive};{food quality, samosa, positive}" +Inatumika vizuri sana sushi .,"{food quality, sushi, positive}","{food quality, sushi, positive}" +"Kama kawaida omikase haikukatisha tamaa katika hali mpya, ingawa ilipata alama ya chini kutokana na ubunifu na uteuzi.","{food style_options, omikase, negative};{food quality, omikase, positive}","{food style_options, omikase, negative};{food quality, omikase, negative}" +"Mchele ni mkavu sana , tuna haikuwa mbichi pia .","{food quality, Mchele, negative};{food quality, tuna, negative}","{food quality, Mchele, negative}" +Yao mayai ya kaa benedict ni addicting .,"{food quality, mayai ya kaa benedict, positive}","{food quality, mayai ya kaa benedict, positive}" +Okoa nafasi kwa vyakula vitamu vitindamlo .,"{food quality, vitindamlo, positive}","{food quality, vyakula vitamu vitindamlo, positive}" +Yetu seva ilikuwa ya kitaalamu na ya kirafiki.,"{service general, seva, positive}","{restaurant general, Yetu seva, positive}" +Nilienda hapa kwa pendekezo na hakika nitarudi mara kwa mara.,"{restaurant general, null, positive}","{restaurant general, null, positive}" +chakula kilikuwa kizuri lakini kilikuwa cha upole sana.,"{food quality, chakula, negative};{food quality, chakula, positive}","{food quality, chakula, negative};{food quality, chakula, positive}" +– Mume wangu na mimi tunapenda kula Mioposto Café .,"{restaurant general, Mioposto Café, positive}","{restaurant general, Mioposto Café, positive}" +- Hii ilikuwa uzoefu mzuri wa kula.,"{restaurant general, null, positive}","{restaurant general, null, positive}" +wafanyakazi walikuwa wa kirafiki sana.,"{service general, wafanyakazi, positive}","{service general, wafanyakazi, positive}" +Tulitumia kwa urahisi zaidi ya $40 kwa kila mtu (bila kujumuisha pombe) na bado tulikuwa na njaa.,"{restaurant prices, null, negative};{food style_options, null, negative}","{food prices, null, negative};{food quality, null, negative}" +Hii ni pale juu na maeneo ya Tokyo kwa kadiri hali mpya inavyohusika.,"{food quality, null, positive}","{restaurant general, hali mpya, positive}" +Groovy muziki alifanya chakula cha jioni kuwa cha kawaida.,"{ambience general, muziki, positive}","{food quality, chakula cha jioni, positive};{ambience general, muziki, positive}" +"Baada ya mwanachama mmoja wa chama chetu kugongwa mara kwa mara na mhudumu , ombi la heshima la kwamba asipigwe lilimpelekea mhudumu maneno ya matusi.","{service general, mhudumu, negative}","{service general, mhudumu, negative}" +– Ray's ( inashangaza ) ina BORA na anuwai zaidi ya jiji orodha ya divai .,"{drinks style_options, orodha ya divai, positive}","{drinks style_options, orodha ya divai, positive};{restaurant general, Ray's, positive}" +Labda nisingerudi nyuma ingawa 'cuz sijui kama inafaa.,"{restaurant general, null, negative}","{restaurant general, null, negative}" +"chips na salsa ni tamu sana, na bei ni nzuri.","{restaurant prices, null, positive};{food quality, chips na salsa, positive}","{food quality, chips na salsa, positive};{food prices, chips na salsa, positive}" +"sommelier ni nzuri sana, ya chini-kwa-earth , na inayofahamika sana .","{service general, sommelier, positive}","{service general, sommelier, positive}" +kubwa nene pepperoni,"{food style_options, pepperoni, positive}","{food style_options, nene pepperoni, neutral}" +Haifai kwenda hata kidogo na kutumia pesa zako huko! ! !,"{restaurant general, null, negative}","{restaurant general, null, negative}" +Kwa Kutukana Bei Iliyozidi,"{restaurant prices, null, negative}","{restaurant prices, null, negative}" +Mazingira ya ndani ilikuwa ya kisasa.,"{ambience general, Mazingira ya ndani, positive}","{ambience general, Mazingira ya ndani, positive}" +USIENDE!,"{restaurant general, null, negative}","{restaurant general, null, positive}" +"Hadi hili litokee, ushauri wangu ni KAA MBALI.","{restaurant general, null, negative}","{restaurant general, null, positive}" +"Oh, nilisahau kutaja kwamba hawana huduma ya mkate.","{service general, null, negative}","{service general, huduma ya mkate, negative}" +Wao si greasy au kitu chochote.,"{food quality, null, positive}","{food quality, null, negative}" +"muziki ni mzuri, hakuna usiku bora au mbaya zaidi, zabuni za bar ni wakarimu kwa kumimina, na wenye moyo mwepesi anga watakuinua.","{ambience general, anga, positive};{ambience general, muziki, positive};{drinks style_options, zabuni za bar, positive}","{ambience general, null, neutral};{food quality, zabuni za bar, negative};{drinks prices, zabuni za bar, negative};{ambience general, muziki, positive}" +"Nzuri mazingira , lakini imezidiwa sana mahali .","{restaurant general, mahali, negative};{ambience general, mazingira, positive}","{ambience general, mazingira, positive};{restaurant miscellaneous, mahali, negative}" +sushi hapa ni tamu!,"{food quality, sushi, positive}","{food quality, sushi, positive}" +– Nimefurahiya sana kuripoti kwamba chakula changu cha jioni katika Ray's Boathouse Ijumaa iliyopita kilizidi matarajio yangu.,"{restaurant general, Ray's Boathouse, positive}","{food quality, chakula changu cha jioni, positive}" +"Dinners zimekuwa bora kila wakati, katika suala la ubora wa chakula.","{food quality, Dinners, positive}","{food quality, Dinners, positive}" +Zao programu zote ni tamu .,"{food quality, programu, positive}","{restaurant general, programa zote, positive}" +Utepe wa Bluu anaishi kulingana na sifa yake nzuri.,"{restaurant general, Utepe wa Bluu, positive}","{restaurant general, Utepe wa Bluu, positive}" +Nilijisikia vibaya na wakati mwingine nilienda kwenye bafuni ya kasino.,"{restaurant miscellaneous, null, negative}","{restaurant general, null, negative}" +– Niliamua kula katika Stack kwa sababu ya bei fasta kabla ya show chakula cha jioni .,"{food prices, bei fasta kabla ya show chakula cha jioni, neutral}","{restaurant prices, Stack, positive}" +- Niliwapeleka wazazi wangu hapa kwa maadhimisho yao - nimekata tamaa sana! ! !,"{restaurant general, null, negative}","{restaurant miscellaneous, null, positive}" +Haiwezi kushindwa sushi !,"{food quality, sushi, positive}","{food quality, sushi, positive}" +"Kuanzisha mambo , seva yetu nzuri Brooke ilikuwa karibu kuchukua agizo langu la kinywaji.","{service general, Brooke, positive}","{service general, seva yetu nzuri Brooke, positive}" +Kila wakati `` 0-sixtynine `` inaitwa mhudumu wa baa hununua kila mtu vinywaji !,"{service general, mhudumu wa baa, positive}","{service general, mhudumu wa baa, negative}" +"Burudani isiyo na mwisho, ya kushangaza muziki, nzuri wafanyikazi! ! !","{restaurant general, null, positive};{service general, wafanyikazi, positive};{ambience general, muziki, positive}","{ambience general, muziki, positive};{service general, wafanyikazi, positive};{ambience general, Burudani, positive}" +Haki uteuzi wa menyu .,"{food style_options, uteuzi wa menyu, neutral}","{food quality, menyu, positive}" +Watoto wawili wakorofi walikuwa wameketi karibu nasi kwa sehemu ya kwanza ya chakula chetu cha jioni ... nafasi yao ilichukuliwa na kijana mrembo ambaye alijifanya kunyamazisha kila wakati dagaa ilipotajwa kwenye meza yake.,"{restaurant miscellaneous, null, negative}","{service general, Waliochorofi, negative}" +Niliikataa kwa sababu katika mchakato wa kujaribu kurekebisha mayai walivunja kitu kingine kwenye sahani na nilichanganyikiwa sana kuendelea.,"{food quality, sahani, negative}","{food quality, mayai, negative}" +ilikuwa na sahani nyingi lakini BORA zaidi ilikuwa lobster njia 3 .,"{food quality, lobster njia 3, positive}","{food quality, sahani, positive};{food quality, lobster njia 3, positive}" +"appetizer ilikuwa ya kuvutia , lakini Creme Brulee ilikuwa ya kitamu na ya kitamu sana.","{food quality, Creme Brulee, positive};{food quality, appetizer, positive}","{food quality, Creme Brulee, positive};{food quality, appetizer, positive}" +mapambo ilikuwa nzuri na ya kipekee.,"{ambience general, mapambo, positive}","{food style_options, mapambo, positive}" +"Ni safi, inakaribisha, inapendeza, na inastarehesha.","{food quality, null, positive};{ambience general, null, positive}","{restaurant general, null, positive}" +Uraibu!,"{restaurant general, null, positive}","{restaurant general, Uraibu, positive}" +"Hata zile mbaazi , ambazo mimi huona kuwa kavu sana, zilikuwa nzuri.","{food quality, mbaazi, positive}","{food quality, zile mbaazi, positive}" +Hii mahali inatikisa! !,"{restaurant general, mahali, positive}","{restaurant general, mahali, positive}" +"Hiyo ni pongezi kubwa, haswa katika biashara ya mikahawa isiyobadilika, ... tayari inatosha!","{restaurant general, null, positive}","{restaurant general, null, positive}" +Baada ya kukaa pale na glasi yangu tupu kwa zaidi ya dakika 20 niliondoka.,"{service general, null, negative}","{service general, null, negative}" +Hakikisha umejaribu oyster roll .,"{food quality, oyster roll, positive}","{food quality, oyster roll, positive}" +Ninashangaa kuwa huu mgahawa umeainishwa kama $$$ badala ya $$$$ .,"{restaurant prices, mgahawa, negative}","{restaurant prices, mgahawa, negative}" +Ilikuwa ya heshima lakini hakuna kitu cha kipekee.,"{food quality, null, neutral}","{restaurant general, null, neutral}" +"Huduma ilikuwa ya polepole , yetu mhudumu ilichukua milele kutupa hundi yetu ingawa haikuwa na shughuli nyingi .","{service general, Huduma, negative};{service general, mhudumu, negative}","{service general, mhudumu, negative};{service general, Huduma, negative}" +"– Kubwa vinywaji , hashi ya nyama ya mahindi , kahawa , B haraka burritos , Gluten Free menyu .","{food style_options, menyu, positive};{food quality, B haraka burritos, positive};{drinks quality, kahawa, positive};{drinks quality, vinywaji, positive};{food quality, hashi ya nyama ya mahindi, positive}","{food style_options, vinywaji, positive};{food style_options, hashi ya nyama ya mahindi, positive};{drinks style_options, kahawa, positive};{food style_options, B haraka burritos, positive};{food style_options, Gluten Free menyu, positive}" +menyu ya chakula cha mchana ni mpango mzuri!,"{food prices, menyu ya chakula cha mchana, positive}","{food quality, menyu ya chakula cha mchana, positive}" +"Ilichukua milele ili agizo letu lichukuliwe, ujazo wa maji ulikuwa mwingi sana kuuliza na wakati pekee alipokuwa haraka ni tulipouliza bili yetu tulipoweza kupata umakini wake.","{service general, null, negative}","{service general, agizo, negative};{drinks style_options, ujazo wa maji, negative}" +mhudumu hakuwa rafiki na hisia ya mgahawa ilikuwa na watu wengi .,"{service general, mhudumu, negative};{ambience general, hisia, negative}","{ambience general, hisia ya mgahawa, negative};{service general, mhudumu, negative}" +- Hivi majuzi nilifurahiya kula kama mkahawa huu wa kupendeza mkahawa kwenye barabara ya 2 na wow ni jioni njema tuliyokuwa nayo .,"{restaurant general, mkahawa, positive}","{restaurant general, mkahawa kwenye barabara ya 2, positive}" +"Umaalumu hapa umeharibika pancakes, lakini nimerudi sasa mara nne, na nimekuwa nikistaajabishwa kila wakati.","{food quality, pancakes, positive}","{food quality, pancakes, negative}" +- Kwa bei nafuu kukaa chini Mexico NA katikati mwa jiji.,"{restaurant prices, null, positive};{location general, null, positive}","{restaurant prices, Mexico NA katikati mwa jiji, positive}" +"appetizer ya oysters, lobster, kaa (ukubwa mdogo) ilifanya ingizo kamili kwa mke wangu.","{food quality, appetizer ya oysters, lobster, kaa (ukubwa mdogo, positive}","{food quality, oysters, positive};{food quality, lobster, positive}" +Nimegundua kuwa unaweza kuwa na mahali peke yako usiku na wikendi kwa sherehe ya faragha - siwezi kusubiri kusherehekea siku yangu ya kuzaliwa ijayo huko .,"{restaurant miscellaneous, mahali, positive}","{restaurant miscellaneous, mahali, positive}" +"– Kama ilivyo kwa mikahawa mingi huko Seattle , Mioposto huduma ilikuwa mbaya na chakula ilikuwa ya bei kupita kiasi .","{food prices, chakula, negative};{service general, huduma, negative}","{service general, huduma, negative};{food prices, chakula, negative}" +Unaweza kumsikia kwa urahisi ingawa kwa hivyo ilikuwa sauti ya kupendeza na sio ya kupita kiasi.,"{ambience general, null, positive}","{ambience general, null, positive}" +Nenda tu huko ujionee mwenyewe.,"{restaurant general, null, positive}","{restaurant general, null, positive}" +Ni sehemu ndogo sana mahali yenye uwezo mkubwa wa kuwa eneo la ujirani ikiwa huduma hazikuwa za kibinafsi na kama shirika.,"{restaurant general, mahali, positive};{service general, huduma, negative}","{restaurant general, mahali, positive};{service general, huduma, negative}" +"Brunch katika Murphy's ni kufa kwa ajili ya , maalum yangu ... kimanda nyeupe yai, the chakula ni daima freshly tayari.","{food quality, kimanda nyeupe yai, positive};{food quality, Brunch, positive};{food quality, chakula, positive}","{food quality, chakula, positive};{ambience general, kimanda nyeupe yai, positive}" +Mama Mia – Ninaishi jirani na ninajihisi mwenye bahati kuishi karibu na mahali pazuri sana mahali pa pizza .,"{restaurant general, mahali pa pizza, positive}","{restaurant general, mahali pazuri sana, positive}" +- iliyowekwa na Kituo cha Beverly.,"{location general, null, neutral}","{restaurant miscellaneous, Kituo cha Beverly, positive}" +wafanyakazi ni rafiki sana.,"{service general, wafanyakazi, positive}","{service general, wafanyakazi, positive}" +Na huduma ilitumika tu - ilifurahisha sana.,"{service general, huduma, positive}","{service general, huduma, positive}" +Sawa ... - Labda niliingia kwenye siku mbaya ya mtu ...,"{restaurant general, null, negative}","{restaurant general, null, neutral}" +"Nimekuwa na Jellyfish , Horse Mackerel , Blue Fin Tuna na Sake Ikura roll miongoni mwa zingine, na zote zilikuwa nzuri.","{food quality, Horse Mackerel, positive};{food quality, Jellyfish, positive};{food quality, Blue Fin Tuna, positive};{food quality, Sake Ikura roll, positive}","{food quality, Blue Fin Tuna, positive};{food quality, Horse Mackerel, positive};{food quality, Jellyfish, positive};{food quality, Sake Ikura roll, positive}" +NINI NYINGINE UNAWEZA KUSEMA NICE PEOPLE CHA AJABU CHAKULA WOW,"{service general, PEOPLE, positive};{food quality, CHAKULA, positive}","{food quality, CHAKULA, positive};{service general, PEOPLE, positive}" +Daima nzuri.,"{restaurant general, null, positive}","{restaurant general, null, positive}" +Mdomo wangu ulihisi mkavu sana baadaye na nikapata saini hiyo? MSG ? ladha iliendelea kwenye koo langu baada ya kuondoka kwenye mgahawa.,"{food quality, null, negative}","{food quality, null, negative}" +"Ah ndio ... mtazamo mtazamo ulikuwa mzuri, pia.","{location general, mtazamo, positive}","{restaurant general, null, positive}" +"meneja alikatizwa mara kwa mara na `` Je, kuna kitu kingine chochote ninachoweza kukufanyia? ``, maoni ya ajabu kwa sababu hakuwa amesikiliza, sembuse kujibu maonyesho yetu ya kukatishwa tamaa na uzoefu wetu.","{service general, meneja, negative}","{service general, meneja, negative}" +huduma ni kati ya kati hadi ya kukera .,"{service general, huduma, negative}","{service general, huduma, negative}" +Safi viungo na kitamu sana.,"{food quality, null, positive};{food quality, viungo, positive}","{food quality, viungo, positive};{food quality, null, positive}" +mandhari ya mgahawa ilikuwa nzuri na nzuri kwa chakula cha jioni.,"{ambience general, mandhari, positive}","{ambience general, mandhari ya mgahawa, positive};{food quality, chakula cha jioni, positive}" +Na ghorofani ni mahali pazuri pa kubarizi.,"{ambience general, ghorofani, positive}","{restaurant general, ghorofani, positive}" +- Sio mbaya.,"{restaurant general, null, neutral}","{restaurant general, null, neutral}" +Nilikuwa na sahani ya Kafta na ilikuwa kamili.,"{food quality, sahani ya Kafta, positive}","{food quality, sahani ya Kafta, positive}" +– Mahali hapa ni maarufu kwa kifungua kinywa .,"{food quality, kifungua kinywa, positive}","{restaurant miscellaneous, Mahali hapa, positive}" +Ilingoja dakika 35 kwa meza kwa 8 ambayo ilikuwa sawa kwa umati mkubwa kama huo.,"{service general, null, neutral}","{service general, ilingoja, negative}" +Wafanyikazi wote wafanyikazi walinijali sana na walishughulikia kila hitaji langu.,"{service general, wafanyikazi, positive}","{service general, wafanyikazi, positive}" +"Kulikuwa na hali nzuri sana msisimko kuhusu mahali ... nzuri muziki , anga na kuangalia kwa furaha watu .","{restaurant miscellaneous, watu, positive};{ambience general, anga, positive};{ambience general, msisimko, positive};{ambience general, muziki, positive}","{ambience general, msisimko, positive}" +Jaribu Chaguo la Mpishi kwa sushi kwani mkia wa njano wa kuvuta sigara ulikuwa wa ajabu na roli pia zilikuwa za kitamu.,"{food quality, mkia wa njano wa kuvuta sigara, positive};{food quality, Chaguo la Mpishi kwa sushi, positive};{food quality, roli, positive}","{food quality, roli, positive};{ambience general, mkia wa njano wa kuvuta sigara, negative};{food quality, sushi, positive}" +"sushi ni safi kama inavyokuja? Utafikiri bahari ilikuwa nyuma ya nyumba yao, hakuna mzaha!","{food quality, sushi, positive}","{food quality, sushi, negative};{ambience general, Utafikiri bahari, negative}" +"chakula kilikuwa sawa , na kitamu kidogo-kuliko-kawaida salsa .","{food quality, salsa, positive};{food quality, chakula, positive}","{food quality, chakula, neutral};{food quality, salsa, positive}" +"Kwa wale wanaokula sushi na wale ambao wamechukua sampuli bora zaidi za NYC wanaweza kutoa, samaki ndio safi zaidi na huduma ni bora zaidi.","{food quality, samaki, positive};{service general, huduma, positive}","{food quality, samaki, positive};{service general, huduma, positive}" +Mzee Kutegemewa,"{restaurant general, null, positive}","{restaurant general, Mzee Kutegemewa, positive}" +Mojawapo bora Mahali pa Sushi mjini .,"{restaurant general, Mahali pa Sushi, positive}","{restaurant general, Mahali pa Sushi, positive}" +"Chakula busara , ni sawa lakini ni ghali kidogo kwa kile unachopata ukizingatia mgahawa si mahali pazuri.","{food quality, Chakula, neutral};{ambience general, mgahawa, neutral};{restaurant prices, mgahawa, negative}","{food quality, Chakula, positive};{food prices, Chakula, negative};{ambience general, mgahawa, negative}" +"– Penda zao pizza , hasa uyoga pizza .","{food quality, pizza, positive};{food quality, uyoga pizza, positive}","{food quality, uyoga pizza, positive};{food quality, penda zao pizza, positive}" +Walikuja wakiwa katika sanduku lao la kuvutia la kuchukua na wakiwa na barafu iliyotengenezwa nyumbani; nyepesi sana na sio-tamu sana .,"{food quality, null, positive}","{food quality, sanduku lao la kuvutia, negative}" +Nilifurahia chakula,"{food quality, chakula, positive}","{food quality, chakula, positive}" +Nimetembelea mkahawa huu zaidi ya mara kadhaa bila malalamiko yoyote hadi sasa .,"{restaurant general, mkahawa, positive}","{restaurant general, mkahawa, positive}" +"Pendelea kuiagiza na kuichukua kwa sababu sipendi seva , moja mwanamke mdogo haswa .","{service general, seva, negative};{service general, mwanamke mdogo, negative}","{service general, Pendelea, positive}" +kupata kushangaza,"{restaurant general, null, positive}","{restaurant general, null, positive}" +"Haikuwa safi zaidi dagaa milele , lakini ladha na uwasilishaji ulikuwa sawa.","{food quality, dagaa, neutral};{food style_options, dagaa, neutral}","{food quality, dagaa, negative};{food quality, dagaa, positive};{food style_options, dagaa, positive}" +"Walakini , thamani na huduma zote zinakosekana sana.","{restaurant prices, null, negative};{service general, huduma, negative}","{restaurant general, null, negative}" +Katika Grammercy/Union Square/East Village hawa ni majirani zangu na ninaowapenda sana doa .,"{restaurant general, doa, positive}","{restaurant general, hawa, positive}" +"upande wa viazi ni kufa kwa ajili ya , kama ilivyo labne ( yogurt dip) .","{food quality, labne ( yogurt dip, positive};{food quality, upande wa viazi, positive}","{food quality, labne ( yogurt dip), positive};{food quality, upande wa viazi, negative}" +AJABU.,"{restaurant general, null, positive}","{restaurant general, AJABU, positive}" +"Ni kitamu kama nini, cha kutisha!","{food quality, null, positive}","{food quality, null, negative}" +"Kubwa chakula , bora Margaritas !","{drinks quality, Margaritas, positive};{food quality, chakula, positive}","{drinks quality, Margaritas, positive};{food style_options, chakula, positive}" +huduma ni makini na inavutia sana.,"{service general, huduma, positive}","{service general, huduma, positive}" +"Muhimu zaidi , tulifurahishwa sana na chakula baada ya kuona ubunifu sana menyu .","{food style_options, menyu, positive}","{food style_options, menyu, positive};{food quality, chakula, positive}" +Mahali pazuri mahali kwa 2,"{ambience general, mahali, positive}","{restaurant general, Mahali, positive}" +"Jambo bora ni, bei pia ni nzuri kabisa.","{restaurant prices, null, positive}","{restaurant general, null, positive};{restaurant prices, null, positive}" +"Aliahidi kuongea na mhudumu ambaye aliruka kwa hasira, lakini hatukuweza kuchukua ahadi yake kwa uzito, kwa kuwa hakujisumbua kupata jina la wahudumu.","{service general, null, negative}","{service general, mhudumu, negative}" +chana masala ( maharagwe ya garbanzo) pia ni bora.,"{food quality, chana masala ( maharagwe ya garbanzo, positive}","{food quality, chana masala ( maharagwe ya garbanzo, positive}" +"Hili uanzishwaji ulishuka sana baada ya ( na hii ni hadithi inayojirudia) kupeperushwa kwa TELEVISHENI ZA CHAKULA `` DINERS , DRIVE-INS , AND DIVES `` iliyoandaliwa na Guy Fieri , ambayo Schooner au Baadaye alihusika.","{restaurant general, uanzishwaji, negative}","{restaurant miscellaneous, Schooner au Baadaye, negative}" +Nawapenda Dungeness crabs na kwa Ray unaweza kuwahudumia kwa njia 6 tofauti!,"{food style_options, Dungeness crabs, positive}","{food quality, Dungeness crabs, positive}" +Chakula kilikuwa kizuri na cha kufurahisha.,"{food quality, Chakula, positive}","{food quality, Chakula, positive}" +Ilikuwa ya kushangaza kabisa.,"{restaurant general, null, positive}","{restaurant general, null, negative}" +Hapa ni mahali pazuri pa kupata kitamu mlo .,"{food quality, mlo, positive}","{food quality, mlo, positive}" +"pamoja na , sina mzio wa mchele , na watumishi ilikuwa ya kupendeza sana -- hata haikugusa macho!","{service general, watumishi, positive}","{food quality, mchele, negative};{service general, watumishi, positive}" +- Nilikatishwa tamaa sana na chakula huko Pagoda.,"{food quality, chakula, negative}","{food quality, chakula, positive}" +Bei ya juu,"{restaurant prices, null, negative}","{restaurant general, ya juu, positive}" +Hii inasikitisha kwa kile ambacho hapo awali kilikuwa moja ya sehemu bora zaidi unayoweza kula.,"{restaurant general, null, negative}","{restaurant general, null, negative}" +"Ukiwa ndani, uzoefu halisi huanza.","{restaurant general, null, positive}","{ambience general, uzoefu, positive}" +na mhudumu alipendekeza kamili kwa ajili ya ! !,"{drinks quality, kwa ajili ya, positive}","{service general, mhudumu, positive}" +mmiliki ana ugomvi kwa wageni ambao wana malalamiko .,"{service general, mmiliki, negative}","{service general, mmiliki, negative}" +"Kila kitu unachotaka na zaidi, safi sana.","{food quality, null, positive};{food style_options, null, positive}","{food quality, kitu, positive}" +Rafiki yangu alifurahia Salmoni ya Mfalme wa Alaska aliyechomwa na yenye ladha nzuri viazi vya russet vilivyotiwa cream vya Washington na crisp maharagwe ya kijani .,"{food quality, maharagwe ya kijani, positive};{food quality, Salmoni ya Mfalme wa Alaska aliyechomwa, positive};{food quality, viazi vya russet vilivyotiwa cream vya Washington, positive}","{food quality, Salmoni ya Mfalme wa Alaska, positive};{food quality, viazi vya russet vilivyotiwa cream vya Washington, positive};{food quality, maharagwe ya kijani, positive}" +"chakula kilikuwa kizuri sana , filet mignon pengine kilikuwa bora zaidi ambacho nimewahi kujaribu.","{food quality, filet mignon, positive};{food quality, chakula, positive}","{food quality, chakula, positive};{food quality, filet mignon, positive}" +"- Mkahawa wa Mercedes ni wa kitamu sana, huduma ni ya kustaajabisha bila shaka!","{food quality, null, positive};{service general, huduma, positive}","{service general, huduma, positive};{restaurant general, Mkahawa wa Mercedes, positive}" +Ninaweza kupendekeza anuwai zao saag na paneer na korma .,"{food quality, saag, positive};{food quality, paneer, positive};{food quality, korma, positive}","{food quality, saag na paneer, positive};{food quality, anuwai zao, positive};{food quality, korma, positive}" +chakula ni kubwa na wanafanya maana mary ya damu .,"{drinks quality, mary ya damu, positive};{food quality, chakula, positive}","{food style_options, chakula, positive}" +Nzuri chakula lakini hakuna viungo!,"{food quality, chakula, negative};{food quality, chakula, positive}","{food quality, chakula, positive};{food style_options, viungo, negative}" +Nyingine ya kuongeza ni wazi hisia ya mgahawa yenye kuta za kioo pande zote.,"{ambience general, hisia, positive}","{ambience general, mgahawa yenye kuta za kioo, positive}" +Yum!,"{food quality, null, positive}","{food quality, null, positive}" +"bafuni yenyewe ni ndogo sana na vyoo viwili na sinki moja tu, msichana alikuwa anakaa kabisa njiani akining'inia taulo za karatasi kutoka kwa kifaa cha kutolea maji.","{restaurant miscellaneous, bafuni, negative}","{ambience general, bafuni, negative};{sanitation general, sinki, negative};{ambience general, vyoo, negative}" +Penda enchiladas na supu ya kuku - na hakikisha kuangalia zao maalum .,"{food quality, enchiladas, positive};{food quality, supu ya kuku, positive};{food quality, maalum, positive}","{food quality, penda enchiladas, positive};{food quality, supu ya kuku, positive}" +chakula haiwezi kusahaulika!,"{food quality, chakula, positive}","{food quality, chakula, negative}" +Wasimamizi wanapaswa kuchukua tahadhari na kuwafunza watumishi na kuwafundisha adabu zinazofaa.,"{service general, watumishi, negative}","{service general, Wasimamizi, negative}" +wafanyakazi ni wa kirafiki na mapambo ilikuwa ya maadili na ya kupendeza.,"{ambience general, mapambo, positive};{service general, wafanyakazi, positive}","{ambience general, mapambo, positive};{service general, wafanyakazi, positive}" +Bora zaidi Chuwam Mushi niliyowahi kuwa nayo .,"{food quality, Chuwam Mushi, positive}","{restaurant general, Chuwam Mushi, positive}" +"Sehemu ilinitosha tu, lakini inaweza isiwe kwa mlaji mkuu.","{food style_options, Sehemu, neutral}","{restaurant general, Sehemu, positive}" +Jaribu Pizza Ensalata !,"{food quality, Pizza Ensalata, positive}","{food quality, Pizza Ensalata, positive}" +Bado ningependekeza hii mahali .,"{restaurant general, mahali, positive}","{restaurant general, mahali, positive}" +"– Sushi hapa ni nzuri kabisa , lakini kwa $ 5 kipande , ama vipande vya samaki vinapaswa kuwa vikubwa , au kusiwe na kisingizio kwamba hii ni bei ya wastani mgahawa ( hata kwa NYC ) .","{food prices, Sushi, negative};{food style_options, Sushi, negative};{food quality, Sushi, positive};{restaurant prices, mgahawa, negative}","{food prices, kipande, negative};{food quality, Sushi, positive};{food style_options, kipande, negative}" +Wewe ni amefungwa kuwa na wakati haiba sana.,"{restaurant general, null, positive}","{restaurant miscellaneous, null, negative}" +"Tangu wakati huo tumerudi na pia kuwa na uzoefu mzuri, kuchukua sampuli za sahani ndogo zaidi na aina mbalimbali za bia (baridi na nzuri).","{drinks quality, bia, positive};{restaurant general, null, positive}","{drinks quality, bia, positive};{food style_options, sahani, positive}" +Bora Sushi mjini .,"{food quality, Sushi, positive}","{food quality, Sushi, positive}" +wafanyakazi walikuwa wazuri sana na wenye adabu na bila shaka walikuwa wachina.,"{service general, wafanyakazi, positive}","{service general, wafanyakazi, positive}" +"Tuliamuru uteuzi wa sahani ndogo, na vitunguu vya kamba ya kiatu , pizza ya jibini la mbuzi , asparagus iliyoangaziwa na brie iliyokaanga na matunda yote yalikuwa mazuri sana.","{food quality, vitunguu vya kamba ya kiatu, positive};{food quality, brie iliyokaanga na matunda, positive};{food quality, pizza ya jibini la mbuzi, positive};{food quality, asparagus iliyoangaziwa, positive}","{food quality, pizza ya jibini la mbuzi, positive};{food quality, asparagus iliyoangaziwa na brie iliyokaanga na matunda, positive};{food quality, vitunguu vya kamba ya kiatu, positive};{food quality, sahani ndogo, positive}" +Kazi nzuri!,"{restaurant general, null, positive}","{restaurant general, null, positive}" +"Ingawa , jambo moja nililogundua baadaye ni kwamba mkahawa huo ulitumia MSG au kiyoyozi cha nyama kwenye nyama ya nyama.","{food quality, nyama ya nyama, negative}","{food quality, nyama ya nyama, negative}" +Kubwa uteuzi wa sababu .,"{drinks style_options, uteuzi wa sababu, positive}","{restaurant general, sababu, positive}" +Hongera kwa hawa jamaa.,"{restaurant general, null, positive}","{restaurant miscellaneous, null, positive}" +Isipokuwa ukiacha tu kunywa kidogo singependekeza uende hapa.,"{restaurant general, null, negative}","{restaurant general, null, negative}" +Kubwa chupa ya divai .,"{drinks quality, chupa ya divai, positive}","{drinks style_options, chupa ya divai, positive}" +sahani ya ufuta wazi ni dili kwa lundo la chakula kilichotolewa.,"{food prices, sahani ya ufuta wazi, positive};{food style_options, sahani ya ufuta wazi, positive}","{food quality, lundo la chakula, negative}" +ILIVYOPIMWA JUU! ! ! !,"{restaurant general, null, negative}","{restaurant general, null, positive}" +Thamani ya kusubiri,"{restaurant general, null, positive}","{restaurant general, null, negative}" +Haipati bora zaidi ya hiyo.,"{restaurant general, null, positive}","{restaurant general, null, negative}" +bora asali walnyt kamba ambayo tumeonja kila .,"{food quality, asali walnyt kamba, positive}","{food quality, asali walnyt kamba, positive}" +Wameonyeshwa kwenye mtandao wa chakula na wanastahili.,"{restaurant miscellaneous, null, positive}","{restaurant miscellaneous, null, positive}" +Ninapenda hali ya joto na laini mazingira .,"{ambience general, mazingira, positive}","{ambience general, hali ya joto na laini mazingira, positive}" +Mtazamo wa Snotty,"{service general, null, negative}","{service general, Mtazamo, negative}" +"anga inatamani , na mapambo ni ya sherehe na ya kushangaza ...","{ambience general, mapambo, positive};{ambience general, anga, positive}","{ambience general, mapambo, positive}" +"Yao safu maalum ni ya kuvutia, ingawa sikumbuki tulikuwa na .","{food quality, safu maalum, positive}","{restaurant miscellaneous, safu maalum, positive}" +- Nilipenda ravioli ya malenge na jibini la mbuzi gnocchi ( 5 kubwa kwa sahani badala ya gnocchis 20 au zaidi) na dada yangu alimpenda filet mignon juu ya mchicha na mashed viazi.,"{food quality, jibini la mbuzi gnocchi, positive};{food quality, filet mignon juu ya mchicha na mashed viazi, positive};{food style_options, jibini la mbuzi gnocchi, positive};{food quality, ravioli ya malenge, positive}","{food quality, ravioli ya malenge na jibini la mbuzi gnocchi, positive};{food quality, filet mignon juu ya mchicha na mashed viazi, positive}" +Sio kubwa zaidi sehemu lakini inatosha .,"{food style_options, sehemu, neutral}","{restaurant general, sehemu, positive}" +"Nenda na baadhi ya marafiki , subiri nusu saa au zaidi na kikombe cha joe , na ufurahie zaidi ya wastani wako kifungua kinywa .","{food quality, kifungua kinywa, positive};{restaurant general, null, positive}","{drinks quality, kikombe cha joe, positive};{restaurant miscellaneous, null, positive}" +kubwa huduma.,"{service general, huduma, positive}","{service general, huduma, positive}" +Kisha tulitozwa kwa ajili yao ya gharama kubwa zaidi ($ 20 + kwa kila huduma) wakati kwa hakika tulikunywa kwa ajili ya chini ya nusu ya bei hiyo.,"{service general, null, negative}","{food prices, null, negative};{food quality, null, negative}" +Ladha,"{food quality, null, positive}","{food quality, Ladha, negative}" +curry ya kuku na kuku tikka masala ni sahani ninazopenda za nyama .,"{food quality, kuku tikka masala, positive};{food quality, curry ya kuku, positive}","{food quality, curry ya kuku, positive};{food quality, kuku tikka masala, positive}" +"bora mkahawa ulimwenguni , mzuri mapambo , bora huduma kwa wateja , rafiki meneja","{ambience general, mapambo, positive};{service general, meneja, positive};{service general, huduma kwa wateja, positive};{restaurant general, mkahawa, positive}","{ambience general, mapambo, positive};{restaurant general, mkahawa, positive};{service general, huduma, positive};{manager general, meneja, positive}" +Vinywaji vilikuwa vyema.,"{drinks quality, Vinywaji, positive}","{drinks quality, Vinywaji, positive}" +"Uwasilishaji wa chakula ulikuwa bonasi iliyoongezwa , ilionekana kuwa nzuri kama ilivyoonja !","{food style_options, chakula, positive};{food quality, chakula, positive}","{food quality, chakula, positive};{food style_options, chakula, positive}" +"Hata wakati huo, agizo halikuwa sahihi na bado tulikuwa tukingoja vitu kadhaa.","{service general, null, negative}","{service general, agizo, negative}" +- Tulitendewa vibaya sana hapa wakati mmoja kwa kifungua kinywa.,"{service general, null, negative}","{service general, null, negative}" +"Nzuri chakula , ya kuvutia eneo , na ya kirafiki huduma hutufanya turudi mwaka baada ya mwaka .","{location general, eneo, positive};{service general, huduma, positive};{food quality, chakula, positive}","{food quality, chakula, positive};{restaurant general, eneo, positive};{service general, huduma, positive}" +WOW! ! ! ! ! ! ! !,"{restaurant general, null, positive}","{restaurant general, null, positive}" +- Jiokoe upotezaji wa wakati & USITEMBELEE.,"{restaurant general, null, negative}","{restaurant general, Jiokoe, negative}" +Chakula kilikuwa kizuri na cha bei nafuu.,"{food quality, Chakula, positive};{food prices, Chakula, positive}","{food quality, Chakula, positive};{food prices, Chakula, positive}" +Mmm... vizuri!,"{restaurant general, null, positive}","{food quality, null, positive}" +Ni nzuri ikiwa ulitumia siku huko na hakutaka kuendesha gari ili kula.,"{location general, null, positive}","{restaurant miscellaneous, null, positive}" +"Yote yakizingatiwa, lazima niseme kwamba Ray's Boathouse inastahili cheo chake kama taasisi ya Seattle.","{restaurant general, Ray's Boathouse, positive}","{restaurant general, Ray's Boathouse, positive}" +Thamani kubwa sushi yenye ubora wa juu na nzuri mpangilio .,"{ambience general, mpangilio, positive};{food quality, sushi, positive};{food prices, sushi, positive}","{food quality, sushi, positive};{food style_options, mpangilio, positive}" +"Ilikuwa ni kiasi kwamba sikuweza kumaliza lakini nilifanya, kwa kuwa ilikuwa tamu.","{food style_options, null, neutral};{food quality, null, positive}","{food quality, null, positive}" +Nimeipenda hii mkahawa,"{restaurant general, mkahawa, positive}","{restaurant general, mkahawa, positive}" +Haipendekezwi! ! !,"{restaurant general, null, negative}","{restaurant general, null, positive}" +Tulisimama pale kwa dakika 10 huku wafanyakazi wakitembea huku na huko wakitupuuza .,"{service general, wafanyakazi, negative}","{service general, wafanyakazi, negative}" +Mimi na g/f wangu tulikubaliana kuwa chakula kilikuwa cha wastani sana hasa kwa kuzingatia bei.,"{food prices, chakula, negative};{food quality, chakula, negative}","{food quality, chakula, negative};{food prices, chakula, negative}" +"– chakula kiko hapa ni cha ajabu , ingawa ubora haulingani wakati wa chakula cha mchana .","{food quality, chakula cha mchana, negative};{food quality, chakula, positive}","{food quality, chakula kiko hapa, positive};{food quality, ubora haulingani wakati wa chakula cha mchana, negative}" +Sina jambo baya la kusema kuhusu hili mahali .,"{restaurant general, mahali, positive}","{restaurant general, mahali, positive}" +"tatizo pekee ni lazima upashe moto pizza kabla ya kuliwa, hata unapoagiza mapema.","{food quality, pizza, negative}","{food quality, pizza, negative}" +– Hii ni `` yangu lazima iwalete wageni kutoka mjini `` mgahawa na wanaifurahia na kuichangamkia kila mara .,"{restaurant general, mgahawa, positive}","{restaurant miscellaneous, mgahawa, positive}" +Nilikuwa na sahani ya kafta na niliifurahia.,"{food quality, sahani ya kafta, positive}","{food quality, sahani ya kafta, positive}" +Ilikuwa wazi kwamba hakujali sana.,"{service general, null, negative}","{service general, null, negative}" +Saladi ya Kaisari niliyoagiza ilikuwa na limau nyingi sana sikuweza kuila.,"{food quality, Saladi ya Kaisari, negative}","{food quality, Saladi ya Kaisari, negative}" +"Yetu seva iliendelea kuwa makini usiku kucha, lakini nilibaki nikishangaa na toleo moja: Nani anafikiri kwamba Ray's ni mahali panapofaa pa kupeleka watoto wadogo kwa chakula cha jioni?","{restaurant miscellaneous, Ray's, neutral};{service general, seva, positive}","{restaurant miscellaneous, Ray's, negative}" +"Nzuri Chakula , Nzuri Huduma , Bei za Wastani ( For the Strip )","{restaurant prices, null, neutral};{food quality, Chakula, positive};{service general, Huduma, positive}","{food quality, Chakula, positive};{restaurant prices, null, positive};{service general, Huduma, positive}" +Saa kumi na mbili jioni kwa Saa moja kabla ya mchezo wa Broadway na tuliketi haraka na kuhudumiwa.,"{service general, null, positive}","{service general, null, positive}" +Wanalipa maelezo kama haya kwa kila kitu kutoka supu ya miso hadi ngumu rolls .,"{food quality, rolls, positive};{food quality, supu ya miso, positive}","{food quality, rolls, negative};{food prices, rolls, negative};{food quality, supu ya miso, negative}" +$ 6 na kidokezo.,"{restaurant prices, null, positive}","{food prices, null, positive};{food quality, null, positive}" +anga ilikuwa nzuri.,"{ambience general, anga, positive}","{restaurant general, anga, positive}" +"Kwa maneno mengine , ikiwa hawatengenezi $$ kutoka kwako basi hukadirii kiwango cha juu kwenye mizani yao ya 'huduma' .","{service general, huduma, negative}","{service general, null, negative}" +– Nilifurahia sana mlo wangu hapa.,"{food quality, mlo, positive}","{restaurant general, null, positive}" +"Uchezaji wa muziki ulikuwa wa hip sana, 20-30 kitu cha pop muziki , lakini subwoofer kwa mfumo wa sauti ilikuwa chini ya kiti changu, ambayo ikawa ya kukasirisha katikati ya chakula cha jioni.","{ambience general, subwoofer kwa mfumo wa sauti, negative};{ambience general, muziki, positive}","{ambience general, Uchezaji wa muziki, negative};{ambience general, subwoofer, negative}" +Mtakatifu Hummus !,"{food quality, Hummus, positive}","{food quality, Hummus, positive}" +"Kwa kuingia yangu & eacute; e , Nilifurahia kabisa kokwa za bahari ya Alaska zilizokamilishwa na chard , artichoke hearts , fennel , na pecorino toscano .","{food quality, kokwa za bahari ya Alaska, positive};{food style_options, kokwa za bahari ya Alaska, positive}","{food quality, bahari ya Alaska zilizokamilishwa na chard, artichoke hearts, fennel, na pecorino toscano, positive}" +"The mapambo ni rustic, jadi Kijapani.","{ambience general, mapambo, neutral}","{ambience general, mapambo, positive}" +"Sio tu kwamba uteuzi unaweza kuwa wa kiubunifu , lakini kuna uwiano mzuri wa jadi sushi pia.","{food style_options, uteuzi, positive};{food style_options, sushi, positive}","{food quality, jadi sushi, positive};{food style_options, uteuzi, positive}" +Una uwezekano wa kukatishwa tamaa.,"{restaurant general, null, negative}","{restaurant miscellaneous, uwezekano, negative}" +"chakula ni nzuri, wahudumu wa baa huenda maili hiyo ya ziada.","{service general, wahudumu wa baa, positive};{food quality, chakula, positive}","{service general, wahudumu wa baa, negative};{food quality, chakula, positive}" +Mgahawa hutoa orodha pana orodha ya divai na mandhari ambayo hautasahau!,"{drinks style_options, orodha ya divai, positive};{ambience general, mandhari, positive}","{drinks style_options, orodha ya divai, positive};{ambience general, mandhari, positive}" +"Ile naan ilikuwa baadhi ya bora zaidi niliyokuwa nayo na nilifurahia sana bhartha , sio tomatoey sana .","{food quality, naan, positive};{food quality, bhartha, positive}","{food quality, naan, positive};{food quality, bhartha, positive}" +Kwa wamiliki wa Fungua Sesame ... Bravo ... Siwezi kusubiri kurudi kula kwenye mgahawa wako!,"{restaurant general, Fungua Sesame, positive}","{restaurant general, Fungua Sesame, positive}" +"samaki ilikuwa mbichi, ingawa ilikuwa imekatwa nyembamba sana.","{food quality, samaki, positive};{food style_options, samaki, negative}","{food quality, samaki, negative}" +Kumekuwa na mengi tangu na daima ni wakati mzuri.,"{restaurant general, null, positive}","{restaurant general, null, positive}" +Ninapenda pamoja na pizza huko Seattle,"{restaurant general, pamoja na pizza, positive}","{restaurant general, pizza huko Seattle, positive}" +ninapendekeza sana mahali hapa kwa wote wanaotaka kujaribu chakula cha indiani kwa mara ya kwanza .,"{food quality, chakula cha indiani, positive}","{restaurant general, mahali, positive}" +Imezidiwa,"{restaurant general, null, negative}","{restaurant general, Imezidiwa, positive}" +Mbaya Zaidi Huduma Niliyowahi Kuwa nayo,"{service general, Huduma, positive}","{service general, Huduma, negative}" +Kama ilivyotokea mmiliki alikuwa ameketi karibu nasi na alipokuja kuangalia matatizo yetu alipuuza sana na akatoa punguzo la 20% kwa bili yetu.,"{service general, mmiliki, negative}","{service general, mmiliki, negative}" +Nilienda huko na marafiki wengine usiku mmoja kucheza bingo na kutazama mchezo wa sox na ulikuwa mlipuko!,"{restaurant general, null, positive}","{restaurant miscellaneous, null, positive}" +ILIYOPITIWA KABISA!,"{restaurant general, null, negative}","{restaurant general, null, positive}" +"– Mayai , pancakes , viazi , matunda mapya na mtindi -- kila kitu wanachotoa ni kitamu.","{food quality, mtindi, positive};{food quality, null, positive};{food quality, viazi, positive};{food quality, matunda mapya, positive};{food quality, pancakes, positive};{food quality, Mayai, positive}","{food quality, mayai, positive};{food quality, pancakes, positive};{food quality, viazi, positive};{food quality, mtindi, positive};{food quality, matunda mapya, positive}" +– Ray ni mahali pa kwenda kwa ubora wa juu chakula cha jioni cha dagaa .,"{food quality, chakula cha jioni cha dagaa, positive}","{food quality, chakula cha jioni cha dagaa, positive}" +Pia ninafurahia sana urahisi wa mapambo na ya karibu hisia ya mkahawa mdogo .,"{ambience general, mapambo, positive};{ambience general, hisia, positive}","{ambience general, mkahawa mdogo, positive};{location general, null, positive};{ambience general, mapambo, positive}" +Tunarudi nyuma. :D,"{restaurant general, null, positive}","{restaurant general, null, positive}" +Ningefikiria kuileta lakini sikutarajia chakula kuwa laini kiasi hicho.,"{food quality, chakula, negative}","{food quality, chakula, negative}" +"Nilipoingia ndani, nilistaajabishwa na mambo yao ya ajabu mapambo ya mbao .","{ambience general, mapambo ya mbao, positive}","{ambience general, mapambo ya mbao, positive}" +Ni sehemu ndogo mahali kwa hivyo ukifika hapo kabla ya saa nane mchana wikendi ( Alh? Sun ) utaona ni rahisi kupata meza au kiti kwenye baa ya sushi.,"{restaurant miscellaneous, mahali, neutral}","{restaurant miscellaneous, mahali, positive}" +Ujirani Bora Standby .,"{restaurant general, Standby, positive}","{restaurant general, Ujirani Bora Standby, positive}" +Ningerudi huko kwa mapigo ya moyo.,"{restaurant general, null, positive}","{restaurant general, Ningerudi, positive}" +"*Ina bei nzuri* sana, esp kwa ubora wa chakula .","{food prices, chakula, positive}","{food quality, chakula, positive};{food prices, chakula, positive}" +"nyingi chakula, niamini.","{food style_options, chakula, positive}","{food quality, chakula, positive};{food style_options, chakula, positive}" +Ni kamili doa kwa tarehe ya kimapenzi kwa 2 au mkutano wa siri !,"{ambience general, doa, positive};{restaurant miscellaneous, doa, positive}","{restaurant miscellaneous, null, positive}" +Pia kuwa nzuri margaritas !,"{drinks quality, margaritas, positive}","{drinks quality, margaritas, positive}" +Ni unpretentious na chini ya ardhi.,"{ambience general, null, positive}","{restaurant general, null, positive}" +Mahali hapa ni jambo bora zaidi kwa Mama zangu kupika.,"{food quality, null, positive}","{restaurant general, Mahali hapa, positive}" +"Mahali pazuri zaidi Mahali kwa ajili ya kifungua kinywa cha Jumapili cha burudani katikati ya boti , kisha tembeza kwenye Soko la Mkulima lililo karibu.","{restaurant miscellaneous, Mahali, positive}","{restaurant miscellaneous, Mahali, positive}" +"Ikiwa unaweza, njoo hapa mahali kwa mashua na uifanye jioni nzima.","{restaurant miscellaneous, mahali, positive}","{restaurant miscellaneous, mahali kwa mashua, positive}" +kwa jangwa tulikuwa na mango ginger creme brulee ... oh la la yummy ! ! !,"{food quality, mango ginger creme brulee, positive}","{food quality, mango ginger creme brulee, positive}" +"Inastahili kusubiri, hasa kwa vile watakupigia simu wakati meza iko tayari.","{restaurant general, null, positive}","{service general, null, positive}" +Wana aina nyingi za samaki na hata wanaorodhesha ni bahari gani wanatoka; Atlantiki au Pasifiki.,"{food style_options, samaki, positive}","{food style_options, aina nyingi za samaki, positive}" +"Naam, nadhani ni vigumu kuketi wakati mtu haonekani kwa wafanyakazi .","{service general, wafanyakazi, negative}","{service general, wafanyakazi, negative}" +Kubwa wazi na ya kirafiki mazingira .,"{ambience general, mazingira, positive}","{ambience general, mazingira, positive}" +Mazungumzo mafupi na meneja mwishoni mwa mlo yalikuwa ni masikitiko makubwa zaidi -- kusema tulikuwa `` tulipuuzwa `` itakuwa ni jambo la chini.,"{service general, meneja, negative}","{service general, meneja, negative};{service general, Mazungumzo, negative}" +"Ray's ni taasisi ya Seattle, lakini kutokana na uzuri wake Mionekano ya sauti, nilishuku kuwa sifa hizo zilitokana na mandhari kuliko chakula na huduma.","{location general, Mionekano ya sauti, positive}","{ambience general, Mionekano ya sauti, positive};{restaurant miscellaneous, Ray's, positive}" +Niliapa kutorudi kwa joto bia na wastani mlo .,"{food quality, mlo, negative};{drinks quality, bia, negative}","{food quality, mlo, positive};{drinks quality, bia, positive}" +"Ikiwa nje ni nzuri, omba meza kwenye balcony .","{ambience general, balcony, positive}","{ambience general, balcony, positive}" +Kubwa chakula na kushangaza anga !,"{ambience general, anga, positive};{food quality, chakula, positive}","{food style_options, chakula, positive};{food quality, anga, positive}" +Nilimaliza chakula na isiyo ya kawaida dessert ya bandari na kuonja chokoleti ... kitamu !,"{food quality, dessert ya bandari na kuonja chokoleti, positive}","{food quality, dessert ya bandari, positive}" +Nilipata samakigamba na kivutio cha shrimp na ilikuwa sawa.,"{food quality, samakigamba na kivutio cha shrimp, neutral}","{food quality, samakigamba na kivutio cha shrimp, positive}" +pizza ’ s ni ukoko nyembamba na menyu hutoa michanganyiko ya ubunifu sana na viongezeo .,"{food style_options, menyu, positive};{food style_options, pizza ’ s, positive}","{food style_options, michanganyiko, positive};{food quality, pizza ’ s, negative};{food style_options, menyu, positive}" +Ni pazuri mahali pa kufurahia chakula na kukutana na marafiki .,"{restaurant miscellaneous, mahali, positive};{food quality, chakula, positive}","{restaurant general, mahali, positive}" +"huduma ilikuwa bora, kahawa ilikuwa nzuri hata kwa viwango vya nyota na chakula ilikuwa bora.","{service general, huduma, positive};{drinks quality, kahawa, positive};{food quality, chakula, positive}","{food quality, chakula, positive};{service general, huduma, positive};{drinks quality, kahava, positive}" +Hapa ndipo mahali pa kupumzika na kufurahia ubora bora chakula ambacho sekta inaweza kutoa .,"{ambience general, mahali, positive};{food quality, chakula, positive}","{food quality, chakula, positive};{restaurant general, sekta, positive}" +Ningerudi kwa mvinyo uzoefu peke yangu.,"{drinks quality, mvinyo, positive}","{drinks quality, mvinyo, positive}" +Bora zaidi calamari huko Seattle !,"{food quality, calamari, positive}","{food quality, calamari, positive}" +Wasilisho la Sinzia ni bora na ni mojawapo ya maeneo ambayo unahisi ya kisasa zaidi kwa kuwa hapo tu; lakini rudisha tabaka na unayo IHOP ya bei iliyozidi na uso wa juu menyu .,"{ambience general, Sinzia, positive};{restaurant prices, Sinzia, negative};{food style_options, menyu, negative}","{restaurant miscellaneous, Wasilisho la Sinzia, positive};{restaurant prices, menyu, negative};{ambience general, tabaka, negative};{restaurant general, Wasilisho la Sinzia, positive}" +"Nililalamika kwa meneja, lakini hata hakuomba msamaha.","{service general, meneja, negative}","{service general, meneja, negative}" +Zaidi ya kubwa tu mtazamo!,"{location general, mtazamo, positive}","{restaurant general, null, positive}" +anga ilikuwa sawa.,"{ambience general, anga, neutral}","{restaurant general, null, neutral}" +Mara baada ya kukaa ilichukua kama dakika 30 kupata mlo.,"{service general, null, negative}","{service general, null, negative}" +"– Katika enzi ya upunguzaji wa gharama katika mikahawa, inapendeza kuona mahali ambapo pesa nyingi hubadilika, na hutoa ubora wa juu chakula na nzuri huduma , kipindi .","{service general, huduma, positive};{food quality, chakula, positive}","{food quality, chakula, positive};{service general, huduma, positive}" +Nilipenda anga sana lakini chakula haikuwa na thamani ya bei.,"{food prices, chakula, negative};{ambience general, anga, positive};{food quality, chakula, negative}","{food quality, chakula, negative};{restaurant general, anga, positive}" +"Iko katika maduka karibu na Beverly Center, sio kubwa zaidi eneo, lakini chakula hunifanya nirudi kwa zaidi.","{location general, eneo, neutral};{food quality, chakula, positive}","{food quality, chakula, positive};{restaurant miscellaneous, null, positive}" +"Katika mlo wangu ilinibidi kurudisha mayai yangu kwa ombi rahisi la kuvunja nira kabla ya kupika, na ingebidi niwarejeshe tena ikiwa singekataa mlo wote pamoja.","{food quality, mlo, negative};{food quality, mayai, negative}","{food quality, mayai, negative}" +bendi ilikuwa nzuri sana na huduma ilikuwa makini.,"{ambience general, bendi, positive};{service general, huduma, positive}","{service general, huduma, positive};{food quality, bendi, positive}" +"– Jinsi ya kuelezea bora sushi katika NYC : hmmmm , ladha , ajabu , ajabu , suculent , kamili , nah , yote yaliyo hapo juu .","{food quality, sushi, positive}","{food quality, sushi, positive}" +"– Schooner au Urembo wa Baadaye eneo kando ya bahari katika Long Beach na wastani chakula haulipii , kwa bahati mbaya , fidia kwa hali duni sana huduma kwa wateja .","{location general, eneo kando ya bahari katika Long Beach, positive};{service general, huduma kwa wateja, negative};{food quality, chakula, neutral}","{restaurant miscellaneous, Schooner au Urembo wa Baadaye, negative};{food quality, chakula, negative};{service general, huduma, negative}" +"Tuliketi mara moja, meza ilikuwa ya faragha na nzuri.","{ambience general, meza, positive}","{ambience general, meza, positive}" +"nzuri kwa ajili ya , nzuri chakula – kwa kweli sijui mengi kuhusu Kijapani chakula hata kidogo .","{drinks quality, kwa ajili ya, positive};{food quality, chakula, positive}","{food quality, chakula, positive};{restaurant general,, positive}" +Lete simu yako ya mkononi kwa sababu unaweza kusubiri ili kuingia kwenye mkahawa bora zaidi wa sushi duniani : SUSHI YA UTETE WA BLUU .,"{restaurant general, SUSHI YA UTETE WA BLUU, positive}","{restaurant general, SUSHI YA UTETE WA BLUU, positive}" +"Mwishowe hundi yetu ilifikia $ 27 kwa 4 ndogo pancakes, a kifungua kinywa burrito, na juisi ya machungwa na chai ya iced (nilikuwa na maji).","{drinks prices, juisi ya machungwa, negative};{food style_options, pancakes, negative};{food prices, kifungua kinywa burrito, negative};{drinks prices, chai ya iced, negative};{food prices, pancakes, negative}","{food prices, pancakes, neutral};{food prices, burrito, neutral};{drinks prices, juisi ya machungwa na chai ya iced, neutral}" +Nzuri chakula!,"{food quality, chakula, positive}","{food quality, chakula, positive}" +"upishi hauko katika ulimwengu huu , na Supu ya mboga ya kuku ya Raouls inatikisa ulimwengu wangu! ! !","{food quality, Supu ya mboga ya kuku ya Raouls, positive};{food quality, upishi, positive}","{food quality, Supu ya mboga ya kuku ya Raouls, positive}" +Ningeuliza tu cheki nilipoona kwamba; lakini menyu yao ilikuwa ya kipekee sana hivi kwamba niliendelea .,"{food style_options, menyu, positive}","{food style_options, menyu, positive}" +Kubwa Kiamsha kinywa,"{food quality, Kiamsha kinywa, positive}","{restaurant general, Kiamsha, positive}" +Seabass kwenye lobster risotto ilikuwa bora zaidi.,"{food quality, Seabass kwenye lobster risotto, positive}","{food quality, Seabass kwenye lobster risotto, positive}" +- Mazingira anga ni mazuri kwa hafla yoyote maalum ambayo ungependa kusherehekea .,"{ambience general, anga, positive}","{ambience general, Mazingira, positive}" +"Kubwa samaki wa msimu na vyakula vya baharini , na maridadi mpangilio wa maji .","{food quality, vyakula vya baharini, positive};{food quality, samaki wa msimu, positive};{ambience general, mpangilio wa maji, positive}","{food style_options, vyakula vya baharini, positive};{food style_options, samaki wa msimu, positive};{drinks style_options, mpangilio wa maji, positive}" +pizza’ s si kubwa na ganda ni nyembamba ... kumbuka hilo unapoagiza tena .,"{food style_options, pizza’ s, neutral};{food style_options, ganda, neutral}","{food style_options, pizza, neutral}" +Jambo chanya pekee kuhusu Mioposto ni nzuri eneo .,"{location general, eneo, positive}","{restaurant general, Mioposto, positive}" +Ninashukuru utoaji wao pia.,"{service general, utoaji, positive}","{service general, utoaji, positive}" +Kukata tamaa sana.,"{restaurant general, null, negative}","{food quality, tamaa, negative}" +pizza ni ladha na saladi ni nzuri sana.,"{food quality, pizza, positive};{food quality, saladi, positive}","{food quality, pizza, positive};{food quality, saladi, positive}" +Freshest sushi - Ninapenda hii mgahawa .,"{food quality, sushi, positive};{restaurant general, mgahawa, positive}","{food quality, sushi, positive}" +nyama ya nyama ilifanywa kwa kupenda kwangu kabisa ( nadra ya kati) na ilikuwa nzuri na ya juisi.,"{food quality, nyama ya nyama, positive}","{food quality, nyama ya nyama, positive}" +"Seriously, huwezi kwenda vibaya, kama ni unpretentious furaha ya ndani wewe kutafuta.","{ambience general, null, positive}","{restaurant general, null, positive}" +wamiliki ni furaha kubwa na uteuzi wa bia inafaa kukaa kwa .,"{service general, wamiliki, positive};{drinks style_options, uteuzi wa bia, positive}","{drinks style_options, uteuzi wa bia, positive};{restaurant general, wamiliki, positive}" +Kubwa rasimu na uteuzi wa chupa na pizza miamba .,"{food quality, pizza, positive};{drinks style_options, rasimu na uteuzi wa chupa, positive}","{drinks style_options, rasimu, positive};{drinks quality, chupa, positive};{food quality, pizza miamba, positive}" +"Ninakuhakikishia hautakatishwa tamaa, pia kuna maegesho ya valet.","{restaurant general, null, positive};{restaurant miscellaneous, null, positive}","{service general, null, positive}" +Mlo wa usiku wa manane na wa kipekee chakula .,"{food quality, chakula, positive}","{ambience general, mlo wa usiku wa manane, positive};{food quality, chakula, positive}" +"sehemu ni kubwa ingawa , kwa hivyo usiagize sana .","{food style_options, sehemu, neutral}","{ambience general, sehemu, positive}" +Hakika ina moja ya bora zaidi jukebox's ambayo nimeona kwa muda mrefu.,"{ambience general, jukebox's, positive}","{ambience general, jukebox's, positive}" +Huduma ilikuwa nzuri.,"{service general, Huduma, neutral}","{service general, Huduma, positive}" +Kitamu kabisa.,"{food quality, null, positive}","{restaurant general, null, positive}" +"Lo, na vifaranga vya jibini ni vya kushangaza!","{food quality, vifaranga vya jibini, positive}","{food quality, vifaranga vya jibini, positive}" +Kila mtu aliyeketi nyuma nje alikubali kwamba ilikuwa mbaya zaidi huduma ambayo tumewahi kupokea.,"{service general, huduma, negative}","{service general, huduma, negative}" +Huenda nisiwe gwiji wa sushi lakini ninaweza kukuambia kwamba chakula hapa ni sawa na kwamba hakuna mengi zaidi yake.,"{food quality, chakula, negative}","{food quality, chakula, positive};{food style_options, chakula, positive}" +"Bora chakula , nzuri mazingira, ghali kabisa","{restaurant prices, null, negative};{ambience general, mazingira, positive};{food quality, chakula, positive}","{restaurant prices, null, negative};{food quality, chakula, positive};{ambience general, mazingira, positive}" +"Kuyeyusha kinywani mwako nigiri na sashmi , na kitamu sana rolls pia.","{food quality, rolls, positive};{food quality, nigiri, positive};{food quality, sashmi, positive}","{food quality, rolls, positive};{food quality, nigiri, positive};{food quality, sashmi, positive};{food quality, kinywani mwako, positive}" +Hatimaye mlo ambao utakumbuka kwa muda mrefu!,"{food quality, mlo, positive}","{restaurant general, mlo, positive}" +"Bora chakula , cha ajabu huduma","{service general, huduma, positive};{food quality, chakula, positive}","{food quality, chakula, positive};{service general, huduma, positive}" +Ninapendekeza kwa usiku wakati unataka splurge! (ilikuwa ghali kidogo),"{restaurant prices, null, negative};{restaurant general, null, positive}","{restaurant prices, null, positive}" +"Ingawa mlo huu wa chakula ulikuwa mzuri kiasi chakula, wafanyakazi wa mgahawa walionekana kutojali kabisa uwepo wetu, na mtazamo huu ulionekana katika ukosefu wa huduma.","{service general, wafanyakazi wa mgahawa, negative};{food quality, chakula, positive}","{service general, wafanyakazi, negative};{food quality, mlo, positive}" +Hakuna Kulinganisha,"{restaurant general, null, positive}","{restaurant general, null, positive}" +"hivyo kuhusu kamba , walikuwa safi na walikuwa na crispiness kidogo kuhusu kugonga ... nzuri sana ... the walnuts zilikatwa vipande vidogo na crunchy sana na kitamu .","{food quality, kamba, positive};{food quality, kugonga, positive};{food quality, walnuts, positive}","{food quality, kamba, positive};{food quality, walnuts, positive}" +Nina furaha sana kuwa na mkahawa wa Kiitaliano mzuri katika mtaa wangu .,"{restaurant general, mkahawa wa Kiitaliano, positive}","{restaurant general, mkahawa wa Kiitaliano, positive}" +Tulisubiri kwa saa moja ili tuketi.,"{service general, null, negative}","{restaurant miscellaneous, Tulisubiri, positive}" +"Tuliweka oda yetu na ingawa tuliagiza viambishi 4 , chakula hakikufika hadi dakika 45 baadaye ... NA KOZI YETU KUU .","{service general, null, negative}","{service general, null, negative}" +Siwezi kusubiri kurudi tena wikendi hii ijayo!,"{restaurant general, null, positive}","{restaurant general, null, positive}" +"Ikiwa una nia ya kuonja vizuri ( bila ladha ya samaki au harufu ), kubwa sehemu na ubunifu sahani za sushi hapa ndipo mahali pako ...","{food quality, null, positive};{food style_options, sahani za sushi, positive};{food style_options, sehemu, positive}","{food style_options, sahani za sushi, positive};{restaurant general, sehemu, positive}" +Mahali pazuri mahali pa kuchukua wageni wa jiji wakati wowote wa mwaka .,"{restaurant general, mahali, positive}","{restaurant miscellaneous, mahali, positive}" +"Nilionja vitu vyote vitatu juu yake sahani, na vilikuwa vyema sana.","{food quality, sahani, positive}","{food quality, sahani, positive};{food style_options, sahani, positive}" +Nzuri kwa mlo wa usiku wa manane (kupanga dakika za mwisho) bila kutoridhishwa.,"{restaurant miscellaneous, null, positive}","{restaurant miscellaneous, mlo wa usiku wa manane, positive}" +sijakatishwa tamaa na hapo chakula .,"{food quality, chakula, positive}","{food quality, chakula, positive}" +- Bora zaidi baa katika kijiji cha mashariki ...,"{restaurant general, baa, positive}","{restaurant general, baa, positive}" +Ni pazuri mahali kwa watu kutazama.,"{restaurant miscellaneous, mahali, positive}","{restaurant general, mahali, positive}" +"Nafasi ilikuwa ndogo , lakini chakula iliisaidia.","{restaurant miscellaneous, Nafasi, negative};{food quality, chakula, positive}","{food style_options, chakula, positive};{ambience general, Nafasi, negative}" +kokwa hupikwa kwa siagi nyeusi ya mzeituni ambayo kwa kweli huzifanya za kipekee (bila kusahau kitamu).,"{food style_options, kokwa, positive};{food quality, kokwa, positive}","{food quality, kokwa, positive}" +Hapa mahali panapendeza na kustarehesha.,"{ambience general, mahali, positive}","{restaurant general, mahali, positive}" +sio mcheshi hata kidogo.,"{food quality, null, positive}","{restaurant general, null, negative}" +Tulikuwa Seattle kwa usiku mmoja tu na nina furaha sana tulichagua Miale kwa chakula cha jioni !,"{restaurant general, Miale, positive}","{restaurant general, Miale, positive}" +"– Sitasahau kamwe mambo ya ajabu mlo , huduma , na mandhari ninayopata katika mkahawa huu .","{food quality, mlo, positive};{service general, huduma, positive};{ambience general, mandhari, positive}","{ambience general, mandhari, positive};{food quality, mlo, positive};{service general, huduma, positive}" +Inashangaza appetizer maalum ya Kihispania na kamili sanduku la sushi ( hiyo eel na avodcao -- um um um ) .,"{food quality, appetizer maalum ya Kihispania, positive};{food quality, eel na avodcao, positive};{food quality, sanduku la sushi, positive}","{food quality, sanduku la sushi, positive};{food quality, appetizer maalum ya Kihispania, positive}" +"Mwishoni mwa wiki, unaweza kusubiri kwa saa kadhaa.","{service general, null, neutral}","{service general, null, negative}" +- chakula haikuwa nzuri na wahudumu walikuwa wakorofi.,"{service general, wahudumu, negative};{food quality, chakula, negative}","{food quality, chakula, negative};{service general, wahudumu, negative}" +"Nyama ya 9 oz ilifuata na ilipata ladha nzuri, angalau mwanzoni.","{food quality, 9 oz, positive}","{food quality, Nyama ya 9 oz, positive}" +Nilipofika pale niliketi juu ya ngazi ambapo anga ilikuwa laini na huduma ilikuwa ya kutisha!,"{ambience general, anga, positive};{service general, huduma, negative}","{service general, huduma, negative};{ambience general, anga, negative}" +"orodha ya mvinyo ni ya ajabu na ya kina na tofauti, chakula yote ni ya ajabu na wafanyakazi wote walikuwa wazuri sana, wazuri katika kazi zao na watu wa utamaduni.","{service general, wafanyakazi, positive};{drinks style_options, orodha ya mvinyo, positive};{food quality, chakula, positive}","{food style_options, orodha ya mvinyo, positive};{food quality, chakula, positive};{service general, wafanyakazi, positive}" +- HAIWEZI KUPATA BORA YOYOTE! ! ! ! !,"{restaurant general, null, positive}","{restaurant general, null, negative}" +Jumapili alasiri kuna bendi inayocheza na inafurahisha sana.,"{ambience general, bendi, positive}","{ambience general, bendi inayocheza, positive}" +"Kila kitu, na ninamaanisha kila kitu kwenye menyu kinaweza kuchaguliwa.","{food quality, menyu, positive}","{food style_options, menyu, positive}" +"Ninajua watu wengi wana aina wanazopenda za pizza na pizza mahali , lakini Mioposto pizza haina ubora na ladha nzuri.","{food quality, pizza, negative}","{food quality, pizza, negative};{food style_options, pizza, positive}" +"Kuna moja tu mahali kwenye pwani ya mashariki ambayo ina yote, pamoja na mengi zaidi.","{restaurant general, mahali, positive}","{restaurant general, mahali, positive}" +Daima mshindi.,"{restaurant general, null, positive}","{restaurant general, null, positive}" +Maoni ya hapo awali yalisema kuwa ya kirafiki ... nipe mapumziko na watoto wawili wachanga ambao ni wa miaka nyepesi.,"{restaurant miscellaneous, null, negative}","{restaurant miscellaneous, null, positive}" +pizza ’ s ni nyepesi na safi.,"{food quality, pizza ’ s, positive}","{food quality, pizza ’ s, positive}" +"Angalia sanaa kwenye kuta, yenye rangi nyingi!","{ambience general, sanaa kwenye kuta, positive}","{ambience general, kuta, positive}" +Wastani chakula,"{food quality, chakula, neutral}","{food quality, chakula, neutral}" +Sitarudi tena.,"{restaurant general, null, negative}","{restaurant general, null, positive}" +Tulikuwa na wakati mgumu sana kupata umakini wa mhudumu na hatimaye ilitubidi kuamka na kuingia ndani ili kuzungumza na meneja.,"{service general, mhudumu, negative}","{service general, mhudumu, negative}" +Haijasongamana sana na ni kubwa kila wakati huduma .,"{service general, huduma, positive};{restaurant miscellaneous, null, positive}","{restaurant miscellaneous, null, positive}" +uko na tarehe moto na ana hamu ya sushi ... basi hii inaweza kuwa mahali .,"{food quality, sushi, positive}","{restaurant miscellaneous, null, positive}" +"– Siamini Murphy's amekuwepo kwa zaidi ya miaka 25, inashangaza .","{restaurant miscellaneous, Murphy's, positive}","{restaurant general, Siamini Murphy's, positive}" +"Unaweza kuwa na shughuli nyingi siku za Ijumaa kwa ajili ya meza lakini ukishaketi , huduma ni bora sana unaweza kuingia na kutoka humo haraka.","{service general, huduma, positive}","{service general, huduma, positive};{restaurant miscellaneous, meza, positive}" +"Je! s inayotolewa na mchuzi wa nafaka ya pilipili au kupunguza divai nyekundu , ingawa zote mbili hazikuwa tofauti katika ladha .","{food quality, kupunguza divai nyekundu, neutral};{food quality, mchuzi wa nafaka ya pilipili, neutral}","{drinks quality, divai nyekundu, negative};{food quality, nafaka ya pilipili, negative}" +Wazuri zaidi wahudumu mjini .,"{service general, wahudumu, positive}","{service general, wahudumu, positive}" +huduma ilikuwa ya adabu na makini.,"{service general, huduma, positive}","{service general, huduma, positive}" +Wakati wa kuandika hii nilijaribu tu kutoa kiunga tena na bado haifanyi kazi.,"{restaurant miscellaneous, null, negative}","{restaurant miscellaneous, null, negative}" +mahitaji yoyote zaidi ambayo tunaweza kuwa nayo hayangetimizwa kwa kuwa hakuna mtu aliyesimama karibu na meza.,"{service general, null, negative}","{service general, mahitaji, negative}" +"Nzuri Sushi, Bei ya Juu","{food quality, Sushi, positive};{food prices, Sushi, negative}","{restaurant general, Bei ya Juu, positive};{food quality, Sushi, positive}" +Lakini seva walikuwa wasikivu sana na wa kirafiki sana.,"{service general, seva, positive}","{service general, seva, positive}" +"Nimekuwa kwa hii mahali , watu na ni BAD .","{restaurant general, mahali, negative}","{restaurant general, mahali, negative};{people general, watu, negative}" +nzuri huduma,"{service general, huduma, positive}","{service general, huduma, positive}" +Ilikuwa ni kama kula kwenye mgahawa tofauti kabisa.,"{restaurant general, null, positive}","{restaurant general, null, positive}" +Gumba mbili juu!,"{food quality, null, positive}","{food quality, Gumba mbili juu, positive}" +Fikiria mshangao wangu wa furaha baada ya kupata kwamba maoni ni jambo la tatu bora kuhusu Ray's !,"{restaurant general, Ray's, positive};{location general, maoni, positive}","{restaurant general, Ray's, positive}" +"Mikono chini, bora zaidi tuna ambayo nimewahi kupata .","{food quality, tuna, positive}","{restaurant general, ambayo, positive}" +"Ikiwa utamwona Danny Gans au kubaki tu kwenye Mirage, usikose hii.","{restaurant general, null, positive}","{restaurant miscellaneous, null, negative}" +nzuri sehemu ya chakula cha mchana,"{restaurant general, sehemu ya chakula cha mchana, positive}","{restaurant general, sehemu ya chakula cha mchana, positive}" +Ninapenda kifungua kinywa hapa.,"{food quality, kifungua kinywa, positive}","{restaurant general, kifungua kinywa, positive}" +sashimi ilikuwa safi na laini zaidi ambayo nimewahi kuonja .,"{food quality, sashimi, positive}","{food quality, sashimi, negative}" +Hutakatishwa tamaa na wao menyu .,"{food style_options, menyu, positive}","{food quality, menyu, positive}" +"Watu wengi huzungumza kuhusu great pizza na poor huduma , kwa hivyo haiwezi kuwa tu maoni ya wateja wachache ambao hawajaridhika .","{food quality, pizza, positive};{service general, huduma, negative}","{service general, huduma, negative};{food quality, pizza, positive}" +sitarudi nyuma.,"{restaurant general, null, negative}","{restaurant general, null, negative}" +yangu huduma ilikuwa ya nyota!,"{service general, huduma, positive}","{service general, huduma, positive}" +kwa hakika tunarudi kwenye hii mgahawa .,"{restaurant general, mgahawa, positive}","{restaurant general, mgahafa, positive}" +Hakika atarudi.,"{restaurant general, null, positive}","{restaurant general, null, positive}" +Labda itakuwa nzuri kwa usiku mmoja mara moja katika mwezi wa buluu wakati wapishi wanaamua kutumia samaki ambayo ni sawa.,"{food quality, samaki, negative}","{restaurant miscellaneous, null, positive}" +"– Nimehudhuria Fungua Sesame mara moja tu , lakini bado nina wasiwasi kutokana na uzoefu! !","{restaurant general, Fungua Sesame, positive}","{restaurant general, Fungua Sesame, negative}" +pancakes hakika zilikuwa za uvumbuzi lakini $ 8.50 kwa 3 - 6 `` pancakes (moja yao ilikuwa kama 5 `` ) katika ndege ya pancake (sampuli ya 3 tofauti pancakes ) vizuri zaidi ya bei.,"{food prices, pancakes, negative};{food style_options, pancakes, positive}","{food quality, pancakes, positive};{food style_options, pancakes, positive};{food prices, pancakes, negative}" +"HATA hivyo, Jumapili moja alasiri mimi na mume wangu tulienda (ingawa kwa maandamano yangu makubwa) na tulishangaa sana.","{restaurant general, null, positive}","{restaurant miscellaneous, null, negative}" +Naam thamani yake,"{restaurant general, null, positive}","{restaurant general, Naam, positive}" +Tahadhari - yake halisi chakula kwa watu wanaopenda bora.,"{food quality, chakula, positive}","{food quality, chakula, positive}" +Nina lakini hapa - kulikuwa na mhudumu wa bafuni kwenye choo ambayo ilikuwa isiyo ya kawaida .,"{restaurant miscellaneous, choo, negative}","{ambience general, mhudumu wa bafuni, negative}" +Mlo bora zaidi ni honwy walnuts -- bora zaidi .,"{food quality, honwy walnuts, positive}","{food quality, honwy walnuts, positive}" +pancakes zinapaswa kuwa kubwa ( angalau 8 `` ) ili kuhalalisha gharama hata kwa matoleo ya kipekee .,"{food style_options, pancakes, negative}","{food style_options, pancakes, positive};{food prices, pancakes, negative}" +- Mara yangu ya kwanza kula kwenye mkahawa huu mgahawa ilikuwa na mwanangu na ilikuwa mbaya sana!,"{restaurant general, mgahawa, negative}","{restaurant general, mgahawa, negative}" +Bora kabisa,"{restaurant general, null, positive}","{restaurant general, null, positive}" +"Maegesho ni mazuri, yana sehemu yao wenyewe na unaweza kuegesha kwenye bustani iliyo karibu.","{restaurant miscellaneous, null, positive}","{ambience general, Maegesho, positive}" +Saladi ya Kaisari ilikuwa nzuri sana.,"{food quality, Saladi ya Kaisari, positive}","{food quality, Saladi ya Kaisari, positive}" +"– sielewi jinsi nilivyokuwa mgeni mahali hapa kwa muda mrefu ... the fajita salad , the rangi , the fajitas - EVERYTHING is delicious .","{food quality, rangi, positive};{food quality, fajitas, positive};{food quality, fajita salad, positive}","{food quality, rangi, positive};{food quality, fajita salad, positive};{food quality, fajitas, positive};{food quality, the fajitas -, positive};{food quality, the rangi, positive}" +bora chakula cha kichina nimeonja kwa muda mrefu,"{food quality, chakula cha kichina, positive}","{food quality, chakula cha kichina, positive}" +Bei pia ilikuwa sawa.,"{restaurant prices, null, positive}","{food quality, null, neutral}" +Kitamu...!,"{food quality, null, positive}","{restaurant general, Kitamu, positive}" +Tuliweka jina chini na ingawa kulikuwa na meza wazi tuliambiwa kwamba ingekuwa ni kusubiri kwa dakika 30.,"{service general, null, negative}","{service general, null, negative}" +"kahawa ni nzuri sana, pia.","{drinks quality, kahawa, positive}","{food quality, kahawa, positive}" +Tulingoja zaidi ya dakika 30 kwa vinywaji vyetu na zaidi ya saa 1 1/2 kwa chakula chetu.,"{service general, null, negative}","{service general, null, negative}" +seva nyuma ya kaunta ni rafiki na msaada kila wakati.,"{service general, seva nyuma ya kaunta, positive}","{service general, seva, positive}" +"Yetu mhudumu hakuwepo na baada ya chakula chetu hatimaye kufika zaidi ya saa moja baada ya kuagiza, hatukupewa maji au vyombo.","{service general, mhudumu, negative}","{service general, mhudumu, negative}" +- Hapa mahali pamekadiriwa kupita kiasi .,"{restaurant general, mahali, negative}","{restaurant general, mahali, positive}" +Duni sana huduma kwa wateja .,"{service general, huduma kwa wateja, negative}","{service general, huduma, positive}" +Hatuwezi kusema vya kutosha kuhusu gourmet yao ya kitamu pizza's !,"{food quality, pizza's, positive}","{food quality, pizza's, positive}" +"Zaidi ya hayo, wakati samaki ni mbichi bila shaka, rolls huwa na rangi isiyoeleweka.","{food quality, rolls, negative};{food quality, samaki, positive}","{food quality, rolls, negative};{food quality, samaki, negative}" +Kikwazo pekee ni msongamano kuketi na polepole huduma .,"{restaurant miscellaneous, kuketi, negative};{service general, huduma, negative}","{service general, huduma, positive};{ambience general, kuketi, negative}" +"Si maeneo mengi ya kuvuta sigara yaliyosalia New York, lakini nimepata sigara ninayopenda zaidi balcony jijini.","{restaurant miscellaneous, balcony, positive}","{ambience general, balcony, positive}" +Tulishiriki sahani ya familia na nilifurahia hasa chewa mweusi kwa ajili ya kasu .,"{food quality, chewa mweusi kwa ajili ya kasu, positive}","{food quality, chewa mweusi kwa ajili ya kasu, positive}" +"Lakini nafasi ni ndogo na ya kupendeza, na huduma inasaidia.","{ambience general, nafasi, positive};{service general, huduma, positive}","{ambience general, nafasi, positive};{service general, huduma, positive}" +Ilikuwa na thamani ya kusubiri.,"{restaurant general, null, positive}","{restaurant general, null, positive}" +kitamu.,"{food quality, null, positive}","{restaurant general, kitamu, positive}" +Inaweza kufutwa,"{food quality, null, positive}","{restaurant general, null, negative}" +- Mediocre Huduma / Ubora,"{service general, Huduma, neutral}","{service general, Huduma, negative};{food quality, Ubora, negative}" +"– Hii ni mojawapo ya sehemu zangu kuu za chakula cha mchana , kubwa sehemu , haraka huduma na ya kushangaza NULL ! !","{drinks quality, margaritas, positive};{restaurant general, null, positive};{service general, huduma, positive};{food style_options, sehemu, positive}","{food quality, NULL, positive};{service general, huduma, positive};{restaurant general, NULL, positive}" +Bora Keki za Kaa Mjini,"{food quality, Keki za Kaa, positive}","{food quality, Bora Keki za Kaa Mjini, positive}" +"Kila kitu ambacho nimekuwa nacho hapa ni kizuri , saladi za taco , burritos , enchiladas napenda hii mahali .","{food quality, null, positive};{restaurant general, mahali, positive};{food quality, burritos, positive};{food quality, saladi za taco, positive};{food quality, enchiladas, positive}","{food quality, saladi za taco, positive};{food quality, enchiladas, positive};{food quality, burritos, positive}" +"Kubwa Pizza , Duni Huduma","{service general, Huduma, negative};{food quality, Pizza, positive}","{food style_options, Pizza, positive};{service general, Huduma, positive}" +kifalme,"{restaurant general, null, positive}","{restaurant general, kifalme, positive}" +Rafiki yangu mkubwa alikuwa na kuku shawarma na BADO anasifu kuwa bora zaidi popote pale !,"{food quality, kuku shawarma, positive}","{food quality, kuku shawarma, positive}" +Chintzy sehemu,"{food style_options, sehemu, negative}","{ambience general, sehemu, negative}" +Nzuri anakula.,"{food quality, anakula, positive}","{food quality, anakula, positive}" +"Kwa kawaida, maeneo huuliza jinsi unavyotaka joto, lakini hawakutaka.","{service general, null, negative}","{service general, maeneo, negative}" +"Nimekuwa nikipata wahudumu wa kusubiri kila wakati na , ukikaa kwenye baa , wapishi ni wa kirafiki sana .","{service general, wapishi, positive}","{service general, wahudumu, negative}" +Hakuna kitu kwenye menyu ambacho ni cha chini ya kushangaza.,"{food quality, menyu, positive}","{food prices, menyu, neutral}" +"Sherehe yangu ya watu wawili ilikuwa na shauku kubwa sana , na tuliruka kwenye Shilshole Sampler ... aina mbalimbali nzuri za samaki wakubwa white gulf prawns, tuna albacore kuvuta sigara, Ray's fantastic manila clams iliyokolea bizari, kokwa katika kitamu mavazi ya soya na rundo ndogo la kaa Dungeness juu ya mtukufu mchuzi wa siagi .","{food style_options, white gulf prawns, positive};{food quality, mavazi ya soya, positive};{food style_options, Shilshole Sampler, positive};{food quality, manila clams, positive};{food quality, mchuzi wa siagi, positive}","{food quality, white gulf prawns, positive};{food quality, manila clams iliyokolea bizari, positive};{food quality, tuna albacore kuvuta sigara, positive};{food quality, mavazi ya soya, positive};{food quality, Dungeness juu ya mtukufu mchuzi wa siagi, positive};{food style_options, Shilshole Sampler, positive}" +"Nilishtuka sana niliposoma hakiki mbaya - hii mahali ni ya ajabu; haijatuangusha kwa namna yoyote , na tumekula hapa zaidi ya mara 10 .","{restaurant general, mahali, positive}","{restaurant general, mahali, positive}" +"Shabiki wako sushi , unapenda cutly cut samaki , great kwa ajili ya , muuaji SOHO location , na bila shaka : Salmon , Tuna , Fluke , Yellow Tail , Cod , Mackeral , Jellyfish , Urchin ya Baharini, Shrimp, Kambati, Sea Bream, Trout, Samaki Maziwa, Bluu Fin Tuna , Eel , Crab , Sardini , Monk Fish , Roe , Scallop , Oysters , na aina ya Toro .","{food quality, sushi, positive};{food style_options, samaki, positive};{location general, SOHO location, positive};{food style_options, Toro, positive};{drinks quality, kwa ajili ya, positive}","{food quality, null, positive};{food style_options, null, positive};{food prices, null, positive}" +huduma ni nzuri katika burudani hii mahali .,"{restaurant general, mahali, positive};{service general, huduma, positive}","{service general, huduma, positive}" +"Pia, kulikuwa na moja tu duka la bafuni- labda inahitajika zaidi kwa umati mkubwa kama huo.","{restaurant miscellaneous, duka la bafuni, negative}","{service general, duka la bafuni, negative}" +Tuliondoka bila kupata huduma .,"{service general, huduma, negative}","{service general, huduma, negative}" +Niliipenda.,"{restaurant general, null, positive}","{restaurant general, null, positive}" +– Ninapendekeza sana Mioposto .,"{restaurant general, Mioposto, positive}","{restaurant general, Mioposto, positive}" +"chakula ni cha ajabu, halisi, kitamu na kina bei nafuu sana.","{food prices, chakula, positive};{food quality, chakula, positive}","{food quality, chakula, positive};{food prices, chakula, positive}" +Nimekula hapa mara tatu na nimepata ubora na aina ya samaki kuwa bora.,"{food style_options, samaki, positive};{food quality, samaki, positive}","{food quality, samaki, positive}" +"Lakini yeye ni rafiki sana na watu fulani, na kuifanya iwe ya kuudhi zaidi.","{service general, null, negative}","{restaurant miscellaneous, yeye, negative}" +menyu ya kawaida hapa iko juu kidogo ya wastani ambayo haifai mtazamo wa ucheshi unaopokea .,"{service general, null, negative};{food quality, menyu ya kawaida, neutral}","{food style_options, menyu ya kawaida, negative}" +"Pia, hutumikia THE best hummus katika Amerika, pamoja na drizzle ya mafuta yenye harufu nzuri ya zeituni ( ambayo, naamini ni njia ya jadi )!","{food quality, hummus, positive};{food style_options, hummus, positive}","{food quality, hummus, positive};{food quality, drizzle ya mafuta yenye harufu nzuri ya zeituni, positive}" +nzuri bia,"{drinks quality, bia, positive}","{drinks quality, bia, positive}" +Dagaa Pamoja,"{food quality, Dagaa, positive}","{restaurant general, Dagaa Pamoja, positive}" +"Inasikitisha kuwa hakuna watu wengi ambao hula mara kwa mara kwenye maeneo kama haya ambayo yanaonekana kuwa ghali kwa sababu wako hotelini ... lakini kwa hakika ni watu ambao hutaki kukosa, esp if your in downtown san jose.","{restaurant general, null, positive}","{restaurant prices, maeneo, negative};{restaurant miscellaneous, maeneo, negative}" +"Wanaitumikia kwenye glasi ndefu, nyembamba ya umbo la glasi ya saa ili kuficha ukweli kwamba unapata kidogo juisi kwa bei ya galoni nusu kwenye duka kubwa.","{drinks style_options, juisi, negative};{drinks prices, juisi, negative}","{food style_options, glasi ndefu, negative};{food prices, glasi ndefu, negative}" +"chakula kilikuwa sawa , lakini huduma ilikuwa duni sana hivi kwamba chakula kilikuwa baridi kununua wakati kila mtu katika karamu yangu alihudumiwa.","{service general, huduma, negative};{food quality, chakula, neutral}","{food quality, chakula, neutral};{service general, huduma, negative}" +kubwa mlo - samaki kwenye sinia ya omikase ilikuwa imeharibika kabisa -- hakukuwa na ugumu wowote ambao wakati mwingine huambatana na sushi ya haki - samaki huyu alikuwa kamili! ! ! !,"{food quality, mlo, positive};{food quality, samaki kwenye sinia ya omikase, positive}","{food quality, samaki kwenye sinia ya omikase, negative};{food style_options, mlo, negative}" +"Vinywaji ni ndogo, na ninahisi kama niko katika nchi ya Ulimwengu wa Tatu ninapoingia mlangoni.","{ambience general, null, positive};{drinks quality, Vinywaji, positive}","{drinks style_options, Vinywaji, negative}" +Fungua na Utulie Mahali ukiwa na Bora Pizza na Kahawa,"{ambience general, Mahali, positive};{food quality, Pizza, positive};{drinks quality, Kahawa, positive}","{drinks quality, Kahawa, positive};{food quality, Mahali ukiwa na Bora Pizza, positive}" +Green Tea creme brulee ni lazima!,"{food quality, Green Tea creme brulee, positive}","{food quality, Green Tea creme brulee, positive}" +Nilipata nyumba mpya na nilihamia tu kwa kukodisha kwa muda mrefu.,"{restaurant general, null, positive}","{restaurant general, nyumba, positive}" +"Sio waongeaji zaidi, lakini kila nilipokuwa huko wamekuwa na shughuli nyingi, ambayo pengine ni sababu ya ukosefu wa mazungumzo.","{service general, null, neutral}","{service general, null, negative}" +"pizza yenyewe sio bora kabisa ambayo nimewahi kuwa nayo, lakini bado ni nzuri sana.","{food quality, pizza, positive}","{food quality, pizza, positive}" +"Tulikuwa na sawa mhudumu mara ya pili, kwa hivyo labda huduma ni ya doa na bahati yetu ni nzuri.","{service general, mhudumu, positive}","{service general, mhudumu, positive}" +– Hiyo ni kauli kubwa ukizingatia nimekuwa nikivuta mitego ya kaa na kutengeneza keki mimi mwenyewe tangu nikiwa na umri wa miaka saba - lakini jambo fulani kuhusu hawa mashetani huwa bora kila wakati.,"{food quality, keki, positive}","{food quality, keki, positive}" +Fabulous Chakula cha Kiitaliano !,"{food quality, Chakula cha Kiitaliano, positive}","{food quality, Chakula cha Kiitaliano, positive}" +"Walakini , hii mahali ni gem , na sitaacha kurudi nyuma.","{restaurant general, mahali, positive}","{restaurant general, mahali, positive}" +"inakuwa na shughuli nyingi, kwa hivyo fika hapo mapema ili uweze kunyakua kiti, ikiwa itabidi usubiri, sio mbaya kwa sababu huduma ni ya haraka!","{service general, huduma, positive}","{service general, huduma, positive};{restaurant miscellaneous, null, positive}" +"Chakula cha jioni kilituchukua kama saa moja tu na bei zilikuwa sawa kwa kipande hicho, karibu $ 50 / pp baada ya kodi na kidokezo ( takriban wastani ) .","{restaurant prices, null, neutral}","{food prices, kipande, negative};{food quality, kipande, negative};{service general, null, negative}" +pete za vitunguu ni nzuri!,"{food quality, pete za vitunguu, positive}","{food quality, pete za vitunguu, positive}" +Ikiwa uko katika eneo hilo hupaswi kukatishwa tamaa.,"{restaurant general, null, positive}","{restaurant general, null, positive}" +- Wilaya kubwa ya kifedha doa ya Mexico .,"{restaurant general, doa ya Mexico, positive}","{restaurant prices, Wilaya kubwa ya kifedha doa ya Mexico, positive}" +safu maalum ya nyumba ni nzuri sana.,"{food quality, safu maalum ya nyumba, positive}","{restaurant general, safu maalum ya nyumba, positive}" +wahudumu wana uzoefu mkubwa na husaidia katika kuoanisha chaguo lako la kinywaji na ladha yako ya chakula au kinyume chake.,"{service general, wahudumu, positive}","{service general, wahudumu, positive}" +Ukamilifu.,"{restaurant general, null, positive}","{restaurant general, null, positive}" +Duni huduma kwa wateja / duni pizza .,"{food quality, pizza, negative};{service general, huduma kwa wateja, negative}","{food quality, pizza, negative};{service general, huduma, negative}" +"Kwa jumla, ningerudi na kula kwenye mgahawa tena.","{restaurant general, mgahawa, positive}","{restaurant general, mgahawa, positive}" +Seva alitoa mapendekezo kadhaa kwa ajili ya ambayo yalikuwa mazuri sana .,"{drinks quality, kwa ajili ya, positive};{service general, Seva, positive}","{food quality, mapendekezo, positive}" +Maoni yangu hasi tu ni kwamba ninatamani vipande vingekuwa vikubwa zaidi.,"{food style_options, vipande, negative}","{food style_options, vipande, negative}" +"Nilichukua avokado , ambayo iligeuka kuwa ya ajabu na iliyoandaliwa kikamilifu.","{food quality, avokado, positive}","{food quality, avokado, positive}" +Kinachoweza kuwa cha kufurahisha zaidi ni mtazamo mbaya zaidi kutoka kwa wamiliki wa shirika hili.,"{service general, wamiliki, negative}","{service general, wamiliki, negative}" +Kikwazo pekee ni kwamba hii mahali ni ghali sana na sehemu ziko upande mdogo .,"{restaurant prices, mahali, negative};{food style_options, sehemu, negative}","{restaurant prices, mahali, negative};{ambience general, sehemu, negative}" +"Ya kutisha huduma , chakula sawa , bei","{restaurant prices, null, negative};{service general, huduma, negative};{food quality, chakula, neutral}","{food quality, chakula, neutral};{service general, huduma, negative};{food prices, chakula, neutral}" +Ingawa huduma inaweza kuboreshwa kwa kuzingatia pesa ulizoweka.,"{service general, huduma, negative}","{service general, huduma, negative}" +"Mara kwa mara unaona familia na marafiki wa Kihindi wakila huko, ambayo daima ni ishara nzuri.","{restaurant miscellaneous, null, positive}","{restaurant miscellaneous, null, positive}" +"Ikiwa ninataka kusimama kwenye mstari Jumapili kwa saa moja ili kupata wastani chakula cha mchana , basi ningeweka Murphy juu ya orodha.","{service general, null, negative};{food quality, chakula cha mchana, neutral}","{restaurant miscellaneous, null, positive}" +Kwa kiasi cha chakula tulichopata bei zilipaswa kuwa chini.,"{food prices, chakula, negative}","{food prices, chakula, negative}" +"Daima wana shughuli nyingi , lakini ni wazuri kukukalisha mara moja na wana haraka huduma .","{service general, huduma, positive};{service general, null, positive}","{service general, wana haraka huduma, positive};{restaurant miscellaneous, wana shughuli nyingi, positive}" +orodha ya mvinyo ni nzuri na chakula kinanikumbusha safari yangu ya hivi majuzi ya Italia.,"{drinks style_options, orodha ya mvinyo, positive}","{drinks style_options, orodha ya mvinyo, positive};{food quality, chakula, positive}" +"chakula kilikuwa kizuri , margaritas pia lakini mhudumu alikuwa na shughuli nyingi sana kwa kuwa mzuri kwa karamu yake nyingine kubwa kuliko kutunza vizuri mimi na rafiki yangu.","{drinks quality, margaritas, positive};{service general, mhudumu, negative};{food quality, chakula, positive}","{service general, mhudumu, negative};{drinks quality, margaritas, positive};{food quality, chakula, positive}" +"Siwezi kusema mambo mazuri kuhusu hili mgahawa , na siwezi kusubiri ziara zangu kadhaa zinazofuata .","{restaurant general, mgahawa, positive}","{restaurant general, mgahawa, negative}" +Ipende kila wakati,"{restaurant general, null, positive}","{restaurant general, null, positive}" +"Sisi ni wenyeji , na tunapata hisia kuwa njia pekee ya kuishi mahali hapa kwa wastani chakula ni kwa sababu wateja wengi huenda ni watalii wa mara moja tu .","{food quality, chakula, negative}","{restaurant miscellaneous, null, negative}" +Pia penda yao saladi ya caeser .,"{food quality, saladi ya caeser, positive}","{food quality, saladi ya caeser, positive}" +Hakufanyi ujisikie umekaribishwa na kukuchukulia kama kero.,"{service general, null, negative}","{service general, null, negative}" +Ni saizi inayofaa kwa menyu.,"{restaurant miscellaneous, null, positive}","{food style_options, menyu, positive}" +"chakula ni nzuri sana , na wafanyakazi wanaosubiri wamekuwa wakamilifu kila wakati tumekuwa pale.","{service general, wafanyakazi wanaosubiri, positive};{food quality, chakula, positive}","{food quality, chakula, positive};{service general, wafanyakazi, positive}" +jangwa ulikuwa mwisho kamili wa karibu kamili chakula cha jioni .,"{food quality, jangwa, positive};{food quality, chakula cha jioni, positive}","{food quality, jangwa, positive}" +"Nimekuwa hapa, nilitumia tani nyingi za pesa kwenye chakula cha jioni maalum cha mpishi na ilikuwa ya kukatisha tamaa sana.","{food quality, chakula cha jioni maalum cha mpishi, negative};{food prices, chakula cha jioni maalum cha mpishi, negative}","{food quality, chakula cha jioni maalum cha mpishi, positive};{food prices, chakula cha jioni maalum cha mpishi, positive}" +NILIPATA NYUMBA MPYA KWENYE AWANJA YA PILI! ! ! ! ! ! ! ! ! ! ! !,"{restaurant general, null, positive}","{restaurant general, NYUMBA MPYA, positive}" +"– Ilibidi kusubiri dakika thelathini ili kuingia mlangoni siku ya Jumanne asubuhi, lakini ilikuwa ya thamani yake.","{restaurant general, null, positive};{restaurant miscellaneous, null, negative}","{restaurant general, null, positive}" +"- Inasikitisha kuona mahali palipokuwa `` THE `` mahali pa kukutana na kula kwa Bfast au Chakula cha Mchana , sasa pawe mahali ambapo ni `` DONT BOTHER . ``","{restaurant general, mahali, negative}","{restaurant general, mahali, negative}" +"kuku wa ndimu walionja kama donati tamu zenye kunata na kamba za walnut , zile chache wanazokupa ... hazikuwa nzuri.","{food quality, kuku wa ndimu, negative};{food style_options, kamba za walnut, negative};{food quality, kamba za walnut, negative}","{food quality, kuku wa ndimu, negative}" +"Ilikuwa ya kimapenzi - na hata ya kufurahisha hata kwa dada yangu, ilinikumbusha juu ya Italia, na ilikuwa na kazi ya sanaa na muziki ambayo iliendeleza hisia za kuwa katika jumba la Mediterrean.","{ambience general, muziki, positive};{ambience general, null, positive};{ambience general, kazi ya sanaa, positive}","{ambience general, null, positive};{restaurant miscellaneous, null, positive}" +sushi ilikuwa bora na wafanyakazi wa kusubiri ilikuwa ya haraka.,"{food quality, sushi, positive};{service general, wafanyakazi wa kusubiri, positive}","{service general, wafanyakazi wa kusubiri, positive};{food quality, sushi, positive}" +"Kwa kweli, wengi wanataka kurudi mara ya pili wakati wa ziara yao.","{restaurant general, null, positive}","{restaurant general, null, positive}" +– Bora Mahali pa Meksiko kwa chakula cha mchana katika wilaya ya kifedha .,"{restaurant general, Mahali pa Meksiko, positive}","{restaurant general, Mahali pa Meksiko, positive}" +Nimeipenda hii mahali!,"{restaurant general, mahali, positive}","{restaurant general, mahali, positive}" +anga ni nzuri.,"{ambience general, anga, positive}","{restaurant general, anga, positive}" +Kamili kwa siku ya baridi.,"{food quality, null, positive}","{restaurant general, null, positive}" diff --git a/experiments/de-en-zh/preds_vi.csv b/experiments/de-en-zh/preds_vi.csv new file mode 100644 index 0000000000000000000000000000000000000000..876c89a6aa179451122fbccd86f5aac18b8ae751 --- /dev/null +++ b/experiments/de-en-zh/preds_vi.csv @@ -0,0 +1,545 @@ +input,gold,pred +Tôi đã đợi 10-15 phút để dịch vụ gọi một cốc bia và không bao giờ được phục vụ nữa.,"{service general, dịch vụ, negative}","{service general, dịch vụ, negative}" +không khí là một kỳ nghỉ yên bình và thư giãn giữa đám trẻ con chạy nhảy khắp Downtown Disney.,"{ambience general, không khí, positive}","{ambience general, không khí, positive}" +viên ngọc nhỏ ẩn giấu,"{restaurant general, null, positive}","{food quality, viên ngọc nhỏ ẩn giấu, positive}" +Tôi đã đến đó cùng một người bạn từ xa đến... và cả hai chúng tôi đều rất ấn tượng!,"{restaurant general, null, positive}","{restaurant general, null, positive}" +Nó tuyệt vời sushi và thậm chí còn tuyệt hơn dịch vụ.,"{food quality, sushi, positive};{service general, dịch vụ, positive}","{food quality, sushi, positive};{service general, dịch vụ, positive}" +Tất cả các món ăn của họ thực đơn đều được ưa chuộng và họ còn phục vụ cả rượu mimosa.,"{food quality, thực đơn, positive}","{food quality, món ăn, positive};{drinks style_options, rượu mimosa, positive}" +– ... và trải nghiệm mùa hè tuyệt vời nhất boong tàu -- họ thậm chí sẽ mang cho bạn một chiếc chăn nếu bạn bị lạnh trong thời tiết buổi tối ở Seattle.,"{ambience general, boong tàu, positive};{service general, null, positive}","{ambience general, boong tàu, positive}" +– Sau 12 năm ở Seattle Ray's được đánh giá là nơi chúng tôi luôn quay trở lại.,"{restaurant general, Ray's, positive}","{restaurant general, Ray's, positive}" +Bạn không thể sai ở đây được.,"{restaurant general, null, positive}","{restaurant general, null, positive}" +"Tôi nghĩ có lẽ tôi đã thử từng món trong thực đơn của họ ít nhất một lần, tất cả đều tuyệt vời.","{food quality, thực đơn, positive}","{food quality, thực đơn, positive}" +– pepperoni cắt thật dày -- Ngon quá.,"{food style_options, pepperoni, positive}","{food quality, pepperoni, negative}" +Kem trà xanh creme brulee mỗi lần ăn lại càng ngon hơn.,"{food quality, Kem trà xanh creme brulee, positive}","{food quality, Kem trà xanh creme brulee, positive}" +không quá tinh tế khi nghĩ rằng bạn cảm thấy không thoải mái và phải ăn mặc chỉnh tề.,"{ambience general, null, positive}","{restaurant miscellaneous, null, negative}" +Không khí thật tuyệt.,"{ambience general, Không khí, positive}","{ambience general, Không khí, positive}" +thật tuyệt vời ! ! ! !,"{restaurant general, null, positive}","{restaurant general, null, positive}" +TRÁNH NƠI,"{restaurant general, NƠI, negative}","{restaurant general, null, negative}" +"Thành thật mà nói, tôi thích đồ đông lạnh hơn pizza.","{food quality, pizza, negative}","{food quality, đồ đông lạnh, positive}" +dịch vụ thật đặc biệt - đôi khi có cảm giác như chúng tôi được phục vụ bởi một đội quân bồi bàn thân thiện.,"{service general, bồi bàn, positive};{service general, dịch vụ, positive}","{service general, dịch vụ, positive}" +Và họ đóng gói mọi thứ cẩn thận để chúng không bị đổ.,"{service general, null, positive}","{food style_options, null, positive}" +RẤT TỐT !,"{restaurant general, null, positive}","{restaurant general, null, positive}" +thức ăn là tội lỗi.,"{food quality, thức ăn, positive}","{food quality, thức ăn, negative}" +"Để bắt đầu, bạn sẽ phải trả khoảng 8-10 oz nước cam giá 3 đô la.","{drinks prices, nước cam, negative}","{drinks prices, nước cam, negative};{drinks style_options, nước cam, negative}" +tốt lựa chọn rượu sake.,"{drinks style_options, lựa chọn rượu sake, positive}","{drinks quality, rượu sake, positive}" +"Mặc dù tôi không thể sống thiếu những người trẻ đã cùng chia sẻ buổi tối với chúng tôi, nhưng người phục vụ và đồ ăn tuyệt vời của chúng tôi đã khiến trải nghiệm trở nên rất tích cực.","{service general, người phục vụ, positive};{food quality, đồ ăn, positive};{restaurant miscellaneous, null, positive}","{service general, người phục vụ, positive};{food quality, đồ ăn, positive}" +Thật là một phát hiện tuyệt vời!,"{restaurant general, null, positive}","{restaurant general, null, positive}" +– Mioposto có thực đơn pizza rất sáng tạo và ngon miệng.,"{food quality, pizza, positive};{food style_options, pizza, positive}","{food style_options, thực đơn pizza, positive};{food quality, thực đơn pizza, positive}" +"Trong chuyến đi gần đây, người phục vụ của chúng tôi vô cùng coi thường, trong khi có tới ba nhân viên phục vụ tận tình cho một cặp cô gái Nhật Bản ngồi gần đó.","{service general, phục vụ tận, negative}","{service general, người phục vụ, negative};{service general, nhân viên phục vụ, positive}" +"Thông thường tôi sẽ không ăn hết súp lơ xanh khi gọi những món ăn này nhưng lần đầu tiên, món nào cũng hấp dẫn như món đầu tiên... sò điệp và tôm rất tươi và nấu rất ngon.","{food quality, tôm, positive};{food quality, súp lơ xanh, positive};{food quality, sò điệp, positive}","{food quality, sò điệp, positive};{food quality, tôm, positive};{food style_options, súp lơ xanh, negative}" +Đây không phải là nơi rẻ nhất sushi nhưng lần nào cũng đáng giá.,"{food quality, sushi, positive};{food prices, sushi, neutral}","{food quality, sushi, positive};{food prices, sushi, positive}" +Bạn sẽ không bao giờ cảm thấy khó chịu hay no bụng sau khi ăn ở đó.,"{food quality, null, positive}","{restaurant general, null, positive}" +"Với tư cách là một thành viên trong nhóm nhỏ gồm bốn người, đồ ăn của chúng tôi được mang đến mà không có lời bình luận nào;","{service general, null, negative}","{food quality, đồ ăn, neutral}" +Tôi hy vọng một ngày nào đó Scooner hoặc Later sẽ trở lại như xưa.,"{restaurant general, Scooner hoặc Later, negative}","{restaurant general, Scooner hoặc Later, positive}" +"Đầu tiên, đồ ăn được mang ra nhanh và đầy đủ : ) Tôi thích điều đó... Tôi ghét sự khoa trương khi đồ ăn được mang ra liên tục.","{service general, null, positive}","{service general, null, positive}" +đồ ăn thật tuyệt vời!,"{food quality, đồ ăn, positive}","{food quality, đồ ăn, positive}" +"Nếu có một hàng người xếp hàng vào mọi ngày trong tuần trong suốt thời gian một địa điểm mở cửa, thì bạn biết nơi đó rất tuyệt.","{restaurant general, địa điểm, positive}","{restaurant miscellaneous, địa điểm, positive}" +Điều ngạc nhiên thú vị nhất là hóa đơn không vượt quá mong đợi của tôi như thường lệ ở hầu hết các nơi khác.,"{restaurant prices, null, positive}","{restaurant prices, null, neutral}" +Tốt nhất là đồ ăn ngon và chắc chắn là đắt đỏ.,"{food quality, đồ ăn, positive};{food prices, đồ ăn, negative}","{food quality, đồ ăn, positive};{food prices, đồ ăn, negative}" +Khu vực sân ngoài trời có một menu được viết tắt.,"{food style_options, null, neutral}","{food style_options, menu, neutral}" +Món ăn ngon nhất Đồ ăn Ấn Độ ở L.A.,"{food quality, Đồ ăn Ấn Độ, positive}","{food quality, Đồ ăn Ấn Độ, positive}" +Nói thẳng vào vấn đề - thật tuyệt vời!,"{restaurant general, null, positive}","{restaurant general, null, positive}" +"đồ ăn không còn như xưa (thuốc đã giảm đáng kể) giá cả đã tăng lên, và dịch vụ là tệ nhất mà tôi từng trải nghiệm ở bất cứ đâu (kể cả lục địa Châu Âu).","{food quality, đồ ăn, negative};{service general, dịch vụ, negative};{food prices, đồ ăn, negative};{food style_options, thuốc, negative}","{food quality, đồ ăn, negative};{food prices, đồ ăn, negative};{service general, dịch vụ, negative}" +Đồ ăn Lebanon ! Ngon quá !,"{food quality, Đồ ăn Lebanon, positive}","{food quality, Lebanon! Ngon quá, positive}" +bông cải xanh rất tươi và ngon.,"{food quality, bông cải xanh, positive}","{food quality, bóng cải xanh, positive}" +Và họ cung cấp số lượng tốt với mức giá đó.,"{food style_options, null, positive}","{food style_options, số lượng, positive}" +Rất thất vọng,"{restaurant general, null, negative}","{food quality, null, negative}" +Seattle TỐT NHẤT Người bán rượu,"{drinks style_options, Người bán rượu, positive}","{drinks quality, Người bán rượu, positive}" +– Tôi không thể nói đủ về điều này địa điểm.,"{restaurant general, địa điểm, positive}","{restaurant general, địa điểm, positive}" +– Tôi đã ăn ở đây hơn 8 năm nay và chưa bao giờ gặp phải một bữa ăn nào tệ bữa ăn.,"{food quality, bữa ăn, positive}","{food quality, bữa ăn, positive}" +Tôi về nhà và tìm kiếm lại trên mạng thì phát hiện có một đường link tặng quà nhưng không hoạt động nên đã gửi email cho nhà hàng về dịch vụ không tồn tại và đường link lừa đảo.,"{restaurant miscellaneous, nhà hàng, negative}","{service general, dịch vụ, negative};{restaurant miscellaneous, nhà hàng, negative}" +Những miếng cá lạ mắt cá cảnh trên chiếc đĩa 100 đô la cá và KHÔNG CÓ MỘT miếng nào có thể ăn được.,"{food style_options, cá cảnh, negative};{food quality, cá cảnh, negative};{food prices, cá, negative}","{food style_options, cá, negative};{food prices, cá, negative}" +"Tôi đã có món ngon lamb korma, saag paneer, samosas, naan, v.v.","{food quality, naan, positive};{food quality, lamb korma, positive};{food quality, saag paneer, positive};{food quality, samosas, positive}","{food quality, lamb korma, positive};{food quality, naan, positive};{food quality, samosas, positive};{food quality, saag paneer, positive}" +Phục vụ rất tốt sushi.,"{food quality, sushi, positive}","{food quality, sushi, positive};{service general, Phục vụ, positive}" +"Như thường lệ, món omikase không làm chúng ta thất vọng về độ tươi ngon, mặc dù nó được đánh giá thấp về tính sáng tạo và lựa chọn.","{food style_options, omikase, negative};{food quality, omikase, positive}","{food style_options, omikase, negative};{food quality, omikase, positive}" +"Cơm quá khô, cá ngừ cũng không được tươi.","{food quality, cá ngừ, negative};{food quality, Cơm, negative}","{food quality, cá ngừ, negative};{food quality, cơm, negative}" +trứng cua Benedict của họ gây nghiện.,"{food quality, trứng cua Benedict, positive}","{food quality, trứng cua Benedict, positive}" +Giữ chỗ cho những món ăn ngon món tráng miệng.,"{food quality, món tráng miệng, positive}","{food quality, món tráng miệng, positive}" +Nhân viên phục vụ của chúng tôi rất chuyên nghiệp và thân thiện.,"{service general, Nhân viên phục vụ, positive}","{service general, Nhân viên phục vụ, positive}" +Tôi đến đây theo lời giới thiệu của người khác và chắc chắn sẽ quay lại nhiều lần nữa.,"{restaurant general, null, positive}","{restaurant general, null, positive}" +đồ ăn đều ngon nhưng lại quá nhạt.,"{food quality, đồ ăn, negative};{food quality, đồ ăn, positive}","{food quality, đồ ăn, negative}" +– Tôi và chồng tôi thích ăn ở Mioposto Café.,"{restaurant general, Mioposto Café, positive}","{restaurant general, Mioposto Café, positive}" +– Đây là một trải nghiệm ẩm thực tuyệt vời.,"{restaurant general, null, positive}","{restaurant general, null, positive}" +nhân viên thực sự thân thiện.,"{service general, nhân viên, positive}","{service general, nhân viên, positive}" +Chúng tôi dễ dàng chi hơn 40 đô la cho một người (không bao gồm rượu) và vẫn còn đói.,"{restaurant prices, null, negative};{food style_options, null, negative}","{food prices, người, negative};{drinks prices, rượu, negative}" +Nơi này có thể sánh ngang với những nơi ở Tokyo về độ tươi ngon.,"{food quality, null, positive}","{food quality, null, positive}" +Groovy âm nhạc làm cho bữa tối trở nên thoải mái.,"{ambience general, âm nhạc, positive}","{ambience general, âm nhạc, positive}" +"Sau khi một thành viên trong đoàn của chúng tôi bị một nữ phục vụ va chạm nhiều lần, một lời yêu cầu lịch sự rằng không nên va chạm đã khiến nữ phục vụ nổi cơn thịnh nộ.","{service general, nữ phục vụ, negative}","{service general, nữ phục vụ, negative}" +– Ray (thật đáng ngạc nhiên) có danh sách rượu vang TỐT NHẤT và đa dạng nhất thành phố .,"{drinks style_options, danh sách rượu vang, positive}","{drinks style_options, danh sách rượu vang, positive};{drinks quality, danh sách rượu vang, positive}" +"Tuy nhiên, có lẽ tôi sẽ không quay lại vì tôi không biết liệu có đáng hay không.","{restaurant general, null, negative}","{restaurant general, null, negative}" +khoai tây chiên và nước sốt salsa rất ngon và giá cả thì tuyệt vời.,"{restaurant prices, null, positive};{food quality, khoai tây chiên và nước sốt salsa, positive}","{food prices, null, positive};{food quality, nước sốt salsa, positive};{food quality, khoai tây chiên, positive}" +"người pha chế rượu thật tuyệt vời, thực tế và cực kỳ hiểu biết.","{service general, người pha chế rượu, positive}","{service general, người pha chế rượu, positive}" +to dày pepperoni,"{food style_options, pepperoni, positive}","{food quality, pepperoni, negative}" +Thật không đáng để đi và tốn tiền ở đó chút nào! ! !,"{restaurant general, null, negative}","{restaurant general, null, negative}" +Giá quá đắt một cách xúc phạm,"{restaurant prices, null, negative}","{restaurant prices, null, negative}" +Không gian trong nhà hiện đại.,"{ambience general, Không gian trong nhà, positive}","{ambience general, Không gian trong nhà, positive}" +ĐỪNG ĐI!,"{restaurant general, null, negative}","{restaurant general, null, negative}" +"Cho đến khi điều này xảy ra, lời khuyên của tôi là HÃY TRÁNH XA.","{restaurant general, null, negative}","{restaurant general, null, negative}" +À tôi quên nói là họ không có dịch vụ bánh mì.,"{service general, null, negative}","{service general, dịch vụ bánh mì, negative}" +Chúng không hề nhờn hay gì cả.,"{food quality, null, positive}","{food quality, null, positive}" +"âm nhạc thật tuyệt, không có đêm nào tốt hơn hay tệ hơn, nhân viên pha chế rót rượu rất hào phóng, và bầu không khí vui vẻ sẽ nâng cao tinh thần của bạn.","{ambience general, âm nhạc, positive};{drinks style_options, nhân viên pha chế, positive};{ambience general, bầu không khí vui vẻ, positive}","{ambience general, bầu không khí, positive};{service general, nhân viên pha chế, positive};{ambience general, âm nhạc, positive}" +"Tốt không khí, nhưng được đánh giá quá cao địa điểm.","{restaurant general, địa điểm, negative};{ambience general, không khí, positive}","{restaurant general, địa điểm, negative};{ambience general, không khí, positive}" +sushi ở đây ngon lắm!,"{food quality, sushi, positive}","{food quality, sushi, positive}" +– Tôi vô cùng vui mừng khi báo cáo rằng bữa tối của tôi tại Ray's Boathouse vào thứ sáu tuần trước đã hoàn toàn vượt quá mong đợi của tôi.,"{restaurant general, Ray's Boathouse, positive}","{restaurant general, Ray's Boathouse, positive}" +Bữa tối luôn tuyệt vời về mặt chất lượng thực phẩm.,"{food quality, Bữa tối, positive}","{food quality, thực phẩm, positive}" +Tất cả các ứng dụng của họ đều ngon.,"{food quality, ứng dụng, positive}","{food quality, ứng dụng, positive}" +Blue Ribbon xứng đáng với danh tiếng tuyệt vời của nó.,"{restaurant general, Blue Ribbon, positive}","{restaurant general, Blue Ribbon, positive}" +Tôi cảm thấy ngại ngùng và lần sau đã đi đến phòng vệ sinh của sòng bạc.,"{restaurant miscellaneous, null, negative}","{restaurant miscellaneous, phòng vệ sinh, negative}" +– Tôi quyết định ăn ở Stack vì bữa tối được cố định giá trước buổi biểu diễn của họ.,"{food prices, bữa tối được cố định giá trước buổi biểu diễn, neutral}","{restaurant prices, Stack, positive}" +– Tôi đã đưa bố mẹ tôi đến đây để kỷ niệm ngày cưới của họ-thất vọng vô cùng!!! ! !,"{restaurant general, null, negative}","{restaurant miscellaneous, null, negative}" +Vô địch sushi!,"{food quality, sushi, positive}","{food quality, sushi, positive}" +"Để bắt đầu, người phục vụ đáng yêu của chúng tôi Brooke đã nhanh chóng có mặt để tiếp nhận đơn đặt hàng đồ uống của tôi.","{service general, Brooke, positive}","{service general, Brooke, positive}" +Mỗi lần ``0-sixtynine `` được gọi thì người pha chế sẽ mua đồ uống cho mọi người!,"{service general, người pha chế, positive}","{service general, người pha chế, positive}" +"Niềm vui bất tận, tuyệt vời âm nhạc, tuyệt vời nhân viên ! ! !","{ambience general, âm nhạc, positive};{restaurant general, null, positive};{service general, nhân viên, positive}","{ambience general, âm nhạc, positive};{restaurant general, nhân viên, positive}" +Công bằng lựa chọn thực đơn.,"{food style_options, lựa chọn thực đơn, neutral}","{food quality, thực đơn, positive}" +Hai đứa trẻ tinh nghịch ngồi gần chúng tôi trong phần đầu bữa tối... chúng được thay thế bằng một cô bé tuổi teen đáng yêu giả vờ nôn ọe mỗi khi có ai nhắc đến hải sản trên bàn của mình.,"{restaurant miscellaneous, null, negative}","{service general, đứa trẻ tinh nghịch, negative}" +"Tôi đã từ chối vì trong quá trình cố gắng chế biến trứng, họ đã làm vỡ một thứ gì đó trong đĩa và tôi quá bực bội nên không thể tiếp tục.","{food quality, null, negative}","{food style_options, đĩa, negative}" +đã ăn nhiều món nhưng món TUYỆT NHẤT là tôm hùm 3 cách.,"{food quality, tôm hùm 3 cách, positive}","{food quality, tôm hùm 3 cách, positive}" +"Món khai vị thì thú vị, nhưng món Creme Brulee thì rất hấp dẫn và ngon miệng.","{food quality, Creme Brulee, positive};{food quality, khai vị, positive}","{food quality, Creme Brulee, positive};{food quality, khai vị, positive}" +trang trí đẹp và độc đáo.,"{ambience general, trang trí, positive}","{ambience general, trang trí, positive}" +"Nó tươi mát, hấp dẫn, ngon miệng và thư giãn.","{food quality, null, positive};{ambience general, null, positive}","{food quality, null, positive};{food style_options, null, positive}" +Gây nghiện!,"{restaurant general, null, positive}","{restaurant general, null, positive}" +"Ngay cả đậu gà, loại mà tôi thường thấy quá khô, cũng ngon.","{food quality, đậu gà, positive}","{food quality, đậu gà, positive}" +địa điểm này thật tuyệt vời! !,"{restaurant general, địa điểm, positive}","{restaurant general, địa điểm này, positive}" +"Đó là một lời khen ngợi rất lớn, đặc biệt là trong ngành kinh doanh nhà hàng đầy biến động,... đủ rồi!","{restaurant general, null, positive}","{restaurant general, null, positive}" +"Sau khi ngồi đó với chiếc ly rỗng trong hơn 20 phút, tôi rời đi.","{service general, null, negative}","{service general, null, negative}" +Đừng quên thử món chả hàu.,"{food quality, chả hàu, positive}","{food quality, chả hàu, positive}" +Tôi ngạc nhiên khi thấy nhà hàng này được phân loại là $$ thay vì $$.,"{restaurant prices, nhà hàng, negative}","{restaurant prices, nhà hàng, negative}" +Nó khá ổn nhưng không có gì đặc biệt.,"{food quality, null, neutral}","{restaurant general, null, neutral}" +"Dịch vụ khá chậm, cô hầu bàn của chúng tôi mất rất nhiều thời gian mới đưa hóa đơn cho chúng tôi mặc dù lúc đó không quá bận rộn.","{service general, cô hầu bàn, negative};{service general, Dịch vụ, negative}","{service general, cô hầu bàn, negative};{service general, Dịch vụ, negative}" +"– Tuyệt vời đồ uống, thịt bò băm ngô, cà phê, bánh burrito B Fast, Không chứa gluten thực đơn.","{food style_options, thực đơn, positive};{drinks quality, đồ uống, positive};{drinks quality, cà phê, positive};{food quality, thịt bò băm ngô, positive};{food quality, bánh burrito B Fast, positive}","{food style_options, thực đơn, positive};{drinks quality, đồ uống, positive};{food quality, bánh burrito B Fast, positive};{food quality, thịt bò băm ngô, positive};{food quality, cà phê, positive}" +thực đơn bữa trưa là một món hời tuyệt vời!,"{food prices, thực đơn bữa trưa, positive}","{food quality, thực đơn bữa trưa, positive}" +"Phải mất rất lâu để xử lý đơn hàng của chúng tôi, việc đổ thêm nước thì quá khó khăn và lần duy nhất cô ấy nhanh chóng là khi chúng tôi yêu cầu tính hóa đơn khi chúng tôi có thể thu hút được sự chú ý của cô ấy.","{service general, null, negative}","{service general, null, negative}" +người phục vụ hơi không thân thiện và cảm giác nhà hàng thì đông đúc.,"{service general, người phục vụ, negative};{ambience general, cảm giác, negative}","{service general, người phục vụ, negative};{ambience general, nhà hàng, negative}" +– Gần đây tôi đã có niềm vui được dùng bữa tại nhà hàng tuyệt vời này nhà hàng trên phố thứ 2 và thật tuyệt vời khi chúng tôi có một buổi tối tuyệt vời.,"{restaurant general, nhà hàng, positive}","{restaurant general, nhà hàng, positive}" +"Món đặc sản ở đây là đồ ăn xa xỉ bánh kếp, nhưng tôi đã quay lại đây bốn lần và lần nào cũng bị ấn tượng mạnh.","{food quality, bánh kếp, positive}","{food quality, bánh kếp, positive};{restaurant general, null, positive}" +– Khá rẻ cho một bữa ăn Mexico và ở trung tâm thành phố.,"{restaurant prices, null, positive};{location general, null, positive}","{food prices, bữa ăn Mexico, positive};{location general, null, positive}" +"Món khai vị gồm hàu, tôm hùm, cua (kích thước nhỏ) là món chính hoàn hảo cho vợ tôi.","{food quality, appetizer of oysters , lobster , crab ( small size ), positive}","{food quality, món khai vị gồm hàu, tôm hùm, cua (kích thước nhỏ), positive}" +Tôi vừa phát hiện ra rằng bạn có thể có địa điểm cho riêng mình vào buổi tối và cuối tuần để tổ chức tiệc riêng - không thể chờ đợi để tổ chức sinh nhật tiếp theo của tôi ở đó.,"{restaurant miscellaneous, địa điểm, positive}","{restaurant miscellaneous, địa điểm, positive}" +"– Giống như hầu hết các nhà hàng ở Seattle, Mioposto dịch vụ tệ và đồ ăn thì đắt đỏ.","{service general, dịch vụ, negative};{food prices, đồ ăn, negative}","{restaurant prices, Mioposto, negative};{service general, dịch vụ, negative};{food quality, đồ ăn, negative}" +"Tuy nhiên, bạn có thể dễ dàng nghe thấy anh ấy nói nên âm thanh đó rất dễ chịu và không quá chói tai.","{ambience general, null, positive}","{ambience general, âm thanh, positive}" +Hãy đến đó và tự mình xem nhé.,"{restaurant general, null, positive}","{restaurant general, null, positive}" +Đây là một địa điểm nhỏ tuyệt vời với nhiều tiềm năng trở thành một quán ăn địa phương nếu dịch vụ không quá vô cảm và mang tính công ty.,"{restaurant general, địa điểm, positive};{service general, dịch vụ, negative}","{restaurant general, địa điểm, positive};{service general, dịch vụ, negative}" +"Bữa sáng muộn tại Murphy thật tuyệt vời, món đặc sản của tôi... trứng ốp la, đồ ăn luôn được chế biến tươi ngon.","{food quality, đồ ăn, positive};{food quality, Bữa sáng muộn, positive};{food quality, trứng ốp la, positive}","{food quality, đồ ăn, positive};{food quality, trứng ốp la, positive}" +Mama Mia – Tôi sống ở khu phố này và cảm thấy may mắn khi được sống gần một tiệm pizza tuyệt vời như vậy.,"{restaurant general, tiệm pizza, positive}","{restaurant general, tiệm pizza, positive}" +– được cất giấu ở gần Trung tâm Beverly.,"{location general, null, neutral}","{location general, null, positive}" +nhân viên khá thân thiện.,"{service general, nhân viên, positive}","{service general, nhân viên, positive}" +Và dịch vụ thực sự rất tuyệt vời - thực sự thú vị.,"{service general, dịch vụ, positive}","{service general, dịch vụ, positive}" +Được thôi ... – Có lẽ tôi đã gặp phải một ngày tồi tệ của ai đó ...,"{restaurant general, null, negative}","{restaurant general, null, negative}" +"Tôi đã thử Sứa, Cá thu ngựa, Cá ngừ vây xanh và Cuộn Sake Ikura cùng nhiều loại khác và tất cả đều ngon.","{food quality, Cuộn Sake Ikura, positive};{food quality, Sứa, positive};{food quality, Cá ngừ vây xanh, positive};{food quality, Cá thu ngựa, positive}","{food quality, Sứa, positive};{food quality, Cuộn Sake Ikura, positive};{food quality, Cá ngừ vây xanh, positive};{food quality, Cá thu ngựa, positive}" +BẠN CÓ THỂ NÓI GÌ NỮA TUYỆT VỜI CON NGƯỜI TUYỆT VỜI THỨC ĂN ÔI TRỜI,"{food quality, THỨC ĂN, positive};{service general, CON NGƯỜI, positive}","{food quality, THỨC ĂN, positive};{restaurant general, TRỜI, positive}" +Luôn luôn tốt.,"{restaurant general, null, positive}","{restaurant general, null, positive}" +"Sau đó, miệng tôi cảm thấy rất khô và có mùi đặc trưng của bột ngọt vẫn còn đọng lại trong cổ họng sau khi tôi rời khỏi nhà hàng.","{food quality, null, negative}","{food quality, bột ngọt, negative}" +Ồ vâng ... góc nhìn cũng tốt.,"{location general, góc nhìn, positive}","{location general, góc nhìn, positive}" +"Người quản lý liên tục ngắt lời bằng câu hỏi `` Tôi còn có thể làm gì khác cho anh/chị không? ``, một bình luận kỳ lạ vì cô ấy hầu như không lắng nghe, chứ đừng nói đến việc phản hồi lại biểu hiện thất vọng của chúng tôi về trải nghiệm của mình.","{service general, null, negative}","{service general, Người quản lý, negative}" +dịch vụ có mức độ từ trung bình đến khó chịu.,"{service general, dịch vụ, negative}","{service general, dịch vụ, negative}" +Tươi thành phần và cực kỳ ngon.,"{food quality, thành phần, positive};{food quality, null, positive}","{food quality, thành phần, positive}" +không gian của nhà hàng rất đẹp và thích hợp cho việc ăn uống sang trọng.,"{ambience general, không gian, positive}","{ambience general, không gian, positive}" +Và tầng trên là nơi tuyệt vời để tụ tập.,"{ambience general, tầng trên, positive}","{ambience general, tầng trên, positive}" +– Không tệ .,"{restaurant general, null, neutral}","{restaurant general, null, neutral}" +Tôi đã có Đĩa Kafta và nó thật hoàn hảo.,"{food quality, Đĩa Kafta, positive}","{food quality, Đĩa Kafta, positive}" +– Nơi này nổi tiếng với món bữa sáng .,"{food quality, bữa sáng, positive}","{food quality, bữa sáng, positive}" +"Phải đợi 35 phút mới có được một bàn cho 8 người, khá ổn cho một đám đông như vậy.","{service general, null, neutral}","{service general, đám đông, neutral};{service general, null, neutral}" +Toàn bộ nhân viên đều vô cùng nhiệt tình và đáp ứng mọi nhu cầu của tôi.,"{service general, nhân viên, positive}","{service general, nhân viên, positive}" +"Có một cảm giác thực sự tuyệt vời không khí về nơi này... tốt âm nhạc, bầu không khí và trông vui vẻ con người.","{ambience general, âm nhạc, positive};{ambience general, bầu không khí, positive};{restaurant miscellaneous, con người, positive};{ambience general, không khí, positive}","{ambience general, âm nhạc, positive};{ambience general, bầu không khí, positive};{ambience general, con người, positive}" +Hãy thử món Lựa chọn của đầu bếp cho món sushi vì món cá đuôi vàng hun khói rất ngon và món cuộn cũng rất ngon.,"{food quality, cuộn, positive};{food quality, cá đuôi vàng hun khói, positive};{food quality, Lựa chọn của đầu bếp cho món sushi, positive}","{food quality, món cá đuôi vàng hun khói, positive};{food quality, món cuộn, positive}" +"sushi tươi ngon tuyệt vời? Bạn sẽ nghĩ rằng đại dương nằm ngay trong sân sau nhà mình, không đùa đâu!","{food quality, sushi, positive}","{food quality, sushi, positive}" +"đồ ăn ổn, có một số món ngon hơn bình thường một chút nước sốt salsa.","{food quality, đồ ăn, positive};{food quality, nước sốt salsa, positive}","{food quality, nước sốt salsa, positive};{food quality, đồ ăn, positive}" +"Đối với những người sành ăn sushi và những người đã nếm thử những món sushi ngon nhất ở New York, cá là tươi nhất và dịch vụ là tuyệt vời.","{food quality, cá, positive};{service general, dịch vụ, positive}","{food quality, cá, positive};{service general, dịch vụ, positive}" +Cũ đáng tin cậy,"{restaurant general, null, positive}","{restaurant general, null, positive}" +Một trong những nơi tốt nhất Quán Sushi trong thị trấn.,"{restaurant general, Quán Sushi, positive}","{restaurant general, Quán Sushi, positive}" +Về đồ ăn thì ổn nhưng hơi đắt so với những gì bạn nhận được vì nhà hàng không phải là nơi sang trọng.,"{restaurant prices, nhà hàng, negative};{food quality, Về đồ ăn, neutral};{ambience general, nhà hàng, neutral}","{food quality, đồ ăn, neutral};{food prices, đồ ăn, negative};{ambience general, nhà hàng, negative}" +"– Thích pizza của họ, đặc biệt là món nấm pizza.","{food quality, pizza, positive};{food quality, mushroom pizza, positive}","{food quality, pizza, positive};{food quality, món nấm pizza, positive}" +Chúng được đựng trong hộp đựng tiện lợi và kèm theo một ít kem phủ tự làm; rất nhẹ và không quá ngọt.,"{food quality, null, positive}","{food style_options, null, positive};{food quality, null, positive}" +Thưởng thức đồ ăn,"{food quality, đồ ăn, positive}","{food quality, đồ ăn, positive}" +Tôi đã đến nhà hàng này hơn chục lần mà chưa có phàn nàn nào cho đến nay.,"{restaurant general, null, positive}","{restaurant general, nhà hàng, positive}" +"Tuy nhiên, tôi thích đặt hàng và đến lấy hơn vì tôi không thích người phục vụ, đặc biệt là một phụ nữ trẻ.","{service general, người phục vụ, negative};{service general, phụ nữ trẻ, negative}","{service general, người phục vụ, negative}" +phát hiện tuyệt vời,"{restaurant general, null, positive}","{restaurant general, null, positive}" +Nó không phải là món hải sản tươi nhất hải sản nhưng hương vị và cách trình bày thì ổn.,"{food style_options, hải sản, neutral};{food quality, hải sản, neutral}","{food quality, món hải sản, negative};{food style_options, món hải sản, positive};{food quality, hương vị, positive}" +"Tuy nhiên, giá trị và dịch vụ đều rất thiếu sót.","{restaurant prices, null, negative};{service general, dịch vụ, negative}","{service general, dịch vụ, negative};{restaurant prices, null, negative}" +"Ở Grammercy/Union Square/East Village, đây là nơi hàng xóm và cũng là nơi tôi yêu thích nhất địa điểm.","{restaurant general, địa điểm, positive}","{restaurant general, địa điểm, positive}" +"mặt khoai tây ngon tuyệt, cũng như labne (sữa chua nhúng).","{food quality, mặt khoai tây, positive};{food quality, labne (sữa chua nhúng, positive}","{food quality, mặt khoai tây, positive};{food quality, labne (sữa chua nhúng, positive}" +TUYỆT VỜI .,"{restaurant general, null, positive}","{restaurant general, null, positive}" +Thật là một món ăn ngon và giòn tan!,"{food quality, null, positive}","{food quality, null, positive}" +"Tuyệt vời đồ ăn, ngon hơn Margaritas!","{drinks quality, Margaritas, positive};{food quality, đồ ăn, positive}","{drinks quality, Margaritas, positive};{food quality, đồ ăn, positive}" +dịch vụ thực sự chu đáo và quyến rũ.,"{service general, dịch vụ, positive}","{service general, dịch vụ, positive}" +Quan trọng nhất là chúng tôi rất hào hứng với đồ ăn sau khi nhìn thấy thực đơn rất sáng tạo .,"{food style_options, null, positive}","{food style_options, thực đơn, positive}" +Một chỗ ấm cúng chỗ cho 2 người,"{ambience general, chỗ, positive}","{ambience general, chỗ, positive}" +Điều tuyệt vời nhất là giá cả cũng khá hợp lý.,"{restaurant prices, null, positive}","{restaurant prices, null, positive}" +"Cô ấy hứa sẽ nói chuyện với cô hầu bàn đã bỏ đi trong cơn giận dữ, nhưng chúng tôi khó có thể tin vào lời hứa của cô ấy một cách nghiêm túc, vì cô ấy thậm chí còn không thèm hỏi tên cô hầu bàn.","{service general, null, negative}","{service general, null, negative}" +chana masala (đậu gà) cũng rất tuyệt.,"{food quality, chana masala (đậu gà, positive}","{food quality, chana masala (đậu gà, positive}" +"cơ sở này thực sự đã suy giảm đáng kể sau (và đây là câu chuyện thường xuyên xảy ra) khi phát sóng chương trình FOOD TELEVISIONS `` DINERS , DRIVE-INS , AND DIVES `` do Guy Fieri dẫn chương trình, trong đó có Schooner or Later.","{restaurant general, cơ sở, negative}","{restaurant general, Schooner or Later, negative}" +"Tôi thích Cua Dungeness và tại Ray, bạn có thể thưởng thức chúng theo khoảng 6 cách khác nhau!","{food style_options, Cua Dungeness, positive}","{food style_options, Cua Dungeness, positive}" +Đồ ăn ngon và hấp dẫn.,"{food quality, Đồ ăn, positive}","{food quality, Đồ ăn, positive}" +Thật là tuyệt vời.,"{restaurant general, null, positive}","{restaurant general, null, positive}" +Đây là nơi tuyệt vời để thưởng thức bữa ăn ngon miệng.,"{food quality, bữa ăn, positive}","{food quality, bữa ăn, positive}" +"Thêm vào đó, tôi bị dị ứng với gạo, và nhân viên phục vụ cực kỳ chu đáo -- thậm chí không hề chớp mắt!","{service general, nhân viên phục vụ, positive}","{service general, nhân viên phục vụ, positive}" +– Tôi rất thất vọng về đồ ăn ở Pagoda.,"{food quality, đồ ăn, negative}","{food quality, đồ ăn, negative}" +Giá quá cao,"{restaurant prices, null, negative}","{restaurant prices, null, negative}" +Thật đáng buồn cho một trong những nơi từng được coi là nơi có ẩm thực tuyệt vời nhất mà bạn từng đến.,"{restaurant general, null, negative}","{restaurant general, null, negative}" +"Khi bạn vào bên trong, trải nghiệm thực sự mới bắt đầu.","{restaurant general, null, positive}","{ambience general, null, positive}" +và người phục vụ gợi ý một loại rượu sake hoàn hảo sake! !,"{drinks quality, sake, positive}","{drinks quality, sake, positive}" +chủ sở hữu có thái độ hung hăng với khách hàng có khiếu nại.,"{service general, chủ sở hữu, negative}","{service general, chủ sở hữu, negative}" +"Mọi thứ bạn muốn và hơn thế nữa, rất tươi mới.","{food quality, null, positive};{food style_options, null, positive}","{food quality, null, positive}" +Bạn tôi rất thích món Cá hồi vua Alaska nướng cùng với khoai tây Washington Russet nghiền nhuyễn và đậu xanh giòn.,"{food quality, Cá hồi vua Alaska nướng, positive};{food quality, đậu xanh, positive};{food quality, khoai tây Washington Russet nghiền nhuyễn, positive}","{food quality, Cá hồi vua Alaska nướng cùng với khoai tây Washington Russet nghiền nhuyễn và đậu xanh giòn, positive}" +"đồ ăn rất ngon, thịt thăn bò có lẽ là món ngon nhất mà tôi từng thử.","{food quality, đồ ăn, positive};{food quality, thịt thăn bò, positive}","{food quality, đồ ăn, positive};{food quality, thịt thăn bò, positive}" +"– Nhà hàng Mercedes rất ngon, dịch vụ thì tuyệt vời không thể phủ nhận!","{food quality, null, positive};{service general, dịch vụ, positive}","{restaurant general, Nhà hàng Mercedes, positive};{service general, dịch vụ, positive}" +"Tôi thực sự muốn giới thiệu các món ăn đa dạng của họ saag, paneer và korma.","{food quality, saag, positive};{food quality, paneer, positive};{food quality, korma, positive}","{food quality, saag, positive};{food quality, korma, positive};{food quality, paneer, positive}" +đồ ăn rất tuyệt và họ pha chế rất ngon bloody mary.,"{drinks quality, bloody mary, positive};{food quality, đồ ăn, positive}","{drinks quality, pha chế, positive};{food quality, đồ ăn, positive}" +Ngon đồ ăn nhưng không có gia vị!,"{food quality, đồ ăn, negative};{food quality, đồ ăn, positive}","{food quality, đồ ăn, positive}" +Một điểm cộng nữa là cảm giác mở của nhà hàng với những bức tường kính ở mọi phía.,"{ambience general, cảm giác, positive}","{ambience general, cảm giác mở, positive}" +Ngon quá!,"{food quality, null, positive}","{food quality, null, positive}" +"Bản thân phòng tắm rất nhỏ với hai nhà vệ sinh và chỉ có một bồn rửa, cô gái ở lại đó và chỉ dùng khăn giấy từ máy phát.","{restaurant miscellaneous, phòng tắm, negative}","{ambience general, phòng tắm, negative}" +Thích enchiladas và súp gà - và đừng quên xem món đặc biệt của họ.,"{food quality, enchiladas, positive};{food quality, món đặc biệt, positive};{food quality, súp gà, positive}","{food quality, enchiladas, positive};{food quality, súp gà, positive};{food quality, món đặc biệt của họ, positive}" +đồ ăn thực sự không thể nào quên!,"{food quality, đồ ăn, positive}","{food quality, đồ ăn, positive}" +Ban quản lý thực sự nên chú ý và đào tạo nhân viên phục vụ và dạy họ một số phép lịch sự.,"{service general, nhân viên phục vụ, negative}","{service general, nhân viên phục vụ, negative}" +nhân viên thân thiện và trang trí đạo đức và nhiều màu sắc.,"{ambience general, trang trí, positive};{service general, nhân viên, positive}","{ambience general, trang trí, positive};{service general, nhân viên, positive}" +Món ngon nhất Chuwam Mushi mà tôi từng ăn.,"{food quality, Chuwam Mushi, positive}","{food quality, Chuwam Mushi, positive}" +"Khẩu phần vừa đủ với tôi, nhưng có thể không đủ với người ăn nhiều.","{food style_options, Khẩu phần, neutral}","{food style_options, khẩu phần, positive}" +Hãy thử Pizza Ensalata!,"{food quality, Pizza Ensalata, positive}","{food quality, Pizza Ensalata, positive}" +Tôi vẫn muốn giới thiệu địa điểm này nơi.,"{restaurant general, nơi, positive}","{restaurant general, địa điểm, positive}" +"– sushi ở đây thực sự rất ngon, nhưng với giá 5 đô la một miếng, thì hoặc là các lát cá nên to hơn, hoặc không nên giả vờ rằng đây là một nhà hàng có giá cả phải chăng (ngay cả đối với NYC).","{food prices, sushi, negative};{restaurant prices, nhà hàng, negative};{food style_options, sushi, negative};{food quality, sushi, positive}","{food quality, sushi, positive};{food prices, sushi, negative}" +Bạn chắc chắn sẽ có một khoảng thời gian rất thú vị.,"{restaurant general, null, positive}","{restaurant general, null, positive}" +"Chúng tôi đã quay lại và cũng có được trải nghiệm tuyệt vời, nếm thử nhiều đĩa nhỏ hơn và nhiều loại bia lạnh và ngon.","{restaurant general, null, positive};{drinks quality, lạnh và ngon, positive}","{food quality, đĩa nhỏ hơn, positive};{drinks quality, bia lạnh và ngon, positive}" +Tốt nhất Sushi trong thị trấn.,"{food quality, Sushi, positive}","{food quality, Sushi, positive}" +nhân viên rất tốt bụng và lịch sự và rõ ràng là người Trung Quốc.,"{service general, nhân viên, positive}","{service general, nhân viên, positive}" +"Chúng tôi đã gọi một số món ăn nhỏ, và hành tây xắt sợi, pizza phô mai dê, măng tây nướng và phô mai brie chiên với trái cây đều rất ngon.","{food quality, hành tây xắt sợi, positive};{food quality, pizza phô mai dê, positive};{food quality, măng tây nướng, positive};{food quality, phô mai brie chiên với trái cây, positive}","{food quality, hành tây xắt sợi, positive};{food quality, pizza phô mai dê, positive};{food quality, măng tây nướng, positive};{food quality, phô mai brie chiên với trái cây, positive}" +Làm tốt lắm!,"{restaurant general, null, positive}","{restaurant general, null, positive}" +"Tuy nhiên, có một điều sau đó tôi nhận ra là nhà hàng đã sử dụng bột ngọt hoặc chất làm mềm thịt trên bít tết.","{food quality, bít tết, negative}","{food quality, bít tết, negative}" +Tuyệt vời lựa chọn rượu sake.,"{drinks style_options, lựa chọn rượu sake, positive}","{drinks quality, rượu sake, positive}" +Xin khen ngợi những anh chàng này.,"{restaurant general, null, positive}","{service general, null, positive}" +Trừ khi bạn chỉ ghé vào để uống vài ly thì tôi khuyên bạn không nên đến đây.,"{restaurant general, null, negative}","{restaurant general, null, negative}" +Tuyệt vời chai rượu.,"{drinks quality, chai rượu, positive}","{drinks quality, chai rượu, positive}" +đĩa mở mè kết hợp là một món hời cho đống thức ăn được cung cấp.,"{food style_options, đĩa mở mè kết hợp, positive};{food prices, đĩa mở mè kết hợp, positive}","{food style_options, đĩa mở mè kết hợp, positive}" +ĐƯỢC ĐÁNH GIÁ QUÁ CAO ! ! ! !,"{restaurant general, null, negative}","{restaurant general, null, negative}" +Đáng để chờ đợi,"{restaurant general, null, positive}","{restaurant general, null, positive}" +Không còn gì tuyệt vời hơn thế nữa.,"{restaurant general, null, positive}","{restaurant general, null, negative}" +món ngon nhất tôm sú mật ong mà chúng tôi từng nếm thử.,"{food quality, tôm sú mật ong, positive}","{food quality, tôm sú mật ong, positive}" +Chúng đã được giới thiệu trên kênh Food Network và chúng xứng đáng được như vậy.,"{restaurant miscellaneous, null, positive}","{food quality, null, positive}" +Tôi thích sự ấm áp và thoải mái môi trường.,"{ambience general, môi trường, positive}","{ambience general, môi trường, positive}" +Thái độ khinh khỉnh,"{service general, null, negative}","{service general, Thái độ, negative}" +"bầu không khí đầy khát vọng, và trang trí thì lễ hội và tuyệt vời ...","{ambience general, trang trí, positive};{ambience general, bầu không khí, positive}","{ambience general, bầu không khí, positive};{ambience general, trang trí, positive}" +"món bánh mì đặc biệt của họ rất ấn tượng, mặc dù tôi không nhớ chúng tôi đã ăn những món gì.","{food quality, món bánh mì đặc biệt, positive}","{food quality, bánh mì đặc biệt, positive}" +– Tôi thích bánh ravioli bí ngô và bánh gnocchi phô mai dê (5 cái lớn trên một đĩa thay vì khoảng 20 cái bánh gnocchi nhỏ) và chị gái tôi cũng thích thịt thăn bò phủ rau bina và khoai tây nghiền.,"{food quality, bánh ravioli bí ngô, positive};{food quality, thịt thăn bò phủ rau bina và khoai tây nghiền, positive};{food quality, bánh gnocchi phô mai dê, positive};{food style_options, bánh gnocchi phô mai dê, positive}","{food quality, bánh ravioli bí ngô, positive};{food quality, bánh gnocchi phô mai dê, positive};{food style_options, bánh gnocchi phô mai dê, positive};{food quality, rau bina và khoai tây nghiền, positive}" +Không phải là phần lớn nhất phần nhưng cũng đủ dùng.,"{food style_options, phần, neutral}","{food style_options, phần, neutral}" +"Hãy đi cùng một vài người bạn, đợi khoảng nửa giờ với một tách cà phê và thưởng thức nhiều hơn mức trung bình bữa sáng.","{restaurant general, null, positive};{food quality, bữa sáng, positive}","{food quality, bữa sáng, positive};{drinks style_options, tách cà phê, positive}" +tuyệt vời dịch vụ .,"{service general, dịch vụ, positive}","{service general, dịch vụ, positive}" +"Sau đó, chúng tôi bị tính tiền cho loại rượu sake đắt nhất của họ (20 đô la trở lên cho mỗi suất) trong khi thực tế chúng tôi đã uống loại rượu sake có giá chưa đến một nửa số tiền đó.","{service general, null, negative}","{drinks prices, loại rượu sake, negative};{drinks prices, loại rượu sake, negative}" +Thơm ngon,"{food quality, null, positive}","{food quality, null, positive}" +cà ri gà và gà tikka masala là những món thịt tôi thích nhất.,"{food quality, cà ri gà, positive};{food quality, gà tikka masala, positive}","{food quality, gà tikka masala, positive};{food quality, cà ri gà, positive}" +"tốt nhất nhà hàng trên thế giới, tuyệt vời trang trí, tuyệt vời dịch vụ khách hàng, thân thiện người quản lý","{ambience general, trang trí, positive};{restaurant general, nhà hàng, positive};{service general, người quản lý, positive};{service general, dịch vụ khách hàng, positive}","{restaurant general, nhà hàng, positive};{ambience general, trang trí, positive};{service general, dịch vụ khách hàng, positive};{service general, người quản lý, positive}" +Đồ uống ngon.,"{drinks quality, Đồ uống, positive}","{drinks quality, Đồ uống, positive}" +"Việc trình bày đồ ăn là một điểm cộng nữa, trông nó cũng tuyệt vời như hương vị của nó vậy!","{food style_options, đồ ăn, positive};{food quality, đồ ăn, positive}","{food style_options, đồ ăn, positive}" +"Ngay cả khi đó, đơn hàng vẫn chưa đúng và chúng tôi vẫn phải chờ thêm một vài món nữa.","{service general, null, negative}","{service general, null, negative}" +– Có lần chúng tôi bị đối xử rất thô lỗ ở đây khi ăn sáng.,"{service general, null, negative}","{service general, null, negative}" +"Tuyệt vời đồ ăn, ngoạn mục vị trí và thân thiện dịch vụ khiến chúng tôi quay lại năm này qua năm khác.","{food quality, đồ ăn, positive};{location general, vị trí, positive};{service general, dịch vụ, positive}","{location general, vị trí, positive};{food quality, đồ ăn, positive};{service general, dịch vụ, positive}" +Ồ ! ! ! ! ! ! ! !,"{restaurant general, null, positive}","{restaurant general, null, positive}" +– Tiết kiệm thời gian và KHÔNG ghé thăm.,"{restaurant general, null, negative}","{restaurant general, null, negative}" +Đồ ăn ngon và rẻ.,"{food quality, Đồ ăn, positive};{food prices, Đồ ăn, positive}","{food quality, Đồ ăn, positive};{food prices, Đồ ăn, positive}" +Ừm... tốt!,"{restaurant general, null, positive}","{restaurant general, null, positive}" +Thật tuyệt nếu bạn dành cả ngày ở đó và không muốn lái xe để đi ăn.,"{location general, null, positive}","{restaurant miscellaneous, null, positive}" +"Xét cho cùng, tôi phải nói rằng Ray's Boathouse xứng đáng với danh hiệu là một tổ chức của Seattle.","{restaurant general, Ray's Boathouse, positive}","{restaurant miscellaneous, Ray's Boathouse, positive}" +Giá trị tuyệt vời sushi với chất lượng cao và đẹp bối cảnh.,"{ambience general, bối cảnh, positive};{food quality, sushi, positive};{food prices, sushi, positive}","{food quality, sushi, positive};{ambience general, bối cảnh, positive};{food prices, sushi, positive}" +"Tuy nhiên, nhiều đến nỗi tôi gần như không thể ăn hết, nhưng tôi vẫn ăn hết vì nó rất ngon.","{food style_options, null, neutral};{food quality, null, positive}","{food quality, null, positive};{food style_options, null, negative}" +Tôi thích điều này nhà hàng,"{restaurant general, nhà hàng, positive}","{restaurant general, nhà hàng, positive}" +Không khuyến khích ! ! !,"{restaurant general, null, negative}","{restaurant general, null, negative}" +Chúng tôi đứng đó 10 phút trong khi nhân viên đi đi lại lại và không để ý đến chúng tôi.,"{service general, nhân viên, negative}","{service general, nhân viên, negative}" +"Tôi và bạn gái tôi đều đồng ý rằng đồ ăn ở đây rất tầm thường, đặc biệt là khi xét đến giá cả.","{food quality, đồ ăn, negative};{food prices, đồ ăn, negative}","{food quality, đồ ăn, negative};{food prices, đồ ăn, negative}" +"– đồ ăn ở đây thì tuyệt vời, mặc dù chất lượng không đồng đều trong bữa trưa.","{food quality, bữa trưa, negative};{food quality, đồ ăn, positive}","{food quality, đồ ăn, negative};{food quality, đồ ăn, positive}" +Tôi không có điều gì để chê trách về điều này địa điểm.,"{restaurant general, địa điểm, positive}","{restaurant general, địa điểm, positive}" +"vấn đề duy nhất là bạn thực sự phải làm nóng pizza trước khi ăn được, ngay cả khi bạn đã đặt hàng trước.","{food quality, pizza, negative}","{food quality, pizza, negative}" +– Đây là nhà hàng ``phải dẫn khách nước ngoài đến`` của tôi nhà hàng và họ luôn thích và khen ngợi về nó.,"{restaurant general, nhà hàng, positive}","{restaurant general, nhà hàng, positive}" +Tôi đã ăn đĩa kafta và tôi rất thích nó.,"{food quality, đĩa kafta, positive}","{food quality, đĩa kafta, positive}" +Rõ ràng là anh ấy không thực sự quan tâm.,"{service general, null, negative}","{service general, null, negative}" +Món Salad Caesar tôi gọi có quá nhiều chanh đến nỗi tôi không thể ăn hết.,"{food quality, Salad Caesar, negative}","{food quality, Salad Caesar, negative}" +"Người phục vụ của chúng tôi vẫn rất chu đáo suốt đêm, nhưng tôi vẫn băn khoăn về một vấn đề: Ai nghĩ rằng Ray là nơi thích hợp để đưa trẻ nhỏ đi ăn tối?","{restaurant miscellaneous, Ray, neutral};{service general, null, positive}","{service general, Người phục vụ, positive}" +"Tốt Đồ ăn, Tuyệt vời Dịch vụ, Giá trung bình (Cho khu vực Strip)","{restaurant prices, null, neutral};{food quality, Đồ ăn, positive};{service general, Dịch vụ, positive}","{food quality, Đồ ăn, positive};{service general, Dịch vụ, positive};{restaurant prices, null, positive}" +6 giờ tối thứ bảy trước khi xem vở kịch trên sân khấu Broadway và chúng tôi nhanh chóng được sắp chỗ và phục vụ.,"{service general, null, positive}","{service general, null, positive}" +"Họ chú trọng đến từng chi tiết, từ súp miso đến phức tạp bánh cuốn.","{food quality, súp miso, positive};{food quality, bánh cuốn, positive}","{food quality, bánh cuốn, positive};{food quality, súp miso, positive}" +6 đô la kèm tiền boa.,"{restaurant prices, null, positive}","{service general, null, negative}" +bầu không khí thật tuyệt vời.,"{ambience general, bầu không khí, positive}","{ambience general, bầu không khí, positive}" +"Nói cách khác, nếu họ không kiếm được $ $ từ bạn thì bạn không được đánh giá cao trên thang đo 'dịch vụ' của họ.","{service general, dịch vụ, negative}","{service general, dịch vụ, negative}" +– Tôi thực sự rất thích bữa ăn ở đây.,"{food quality, bữa ăn, positive}","{food quality, bữa ăn, positive}" +"nhạc phát ra rất hợp thời, khoảng 20-30 bản nhạc pop nhạc, nhưng loa siêu trầm của hệ thống âm thanh lại nằm dưới ghế của tôi, điều này trở nên khó chịu vào giữa bữa tối.","{ambience general, nhạc, positive};{ambience general, loa siêu trầm của hệ thống âm thanh, negative}","{ambience general, nhạc, positive};{ambience general, loa siêu trầm, negative}" +Thánh Hummus!,"{food quality, Hummus, positive}","{food quality, Hummus, positive}" +"Món khai vị của tôi là sò điệp biển Alaska áp chảo ăn kèm với cải cầu vồng, tim a-ti-sô, thì là và phô mai pecorino toscano.","{food quality, sò điệp biển Alaska áp chảo, positive};{food style_options, sò điệp biển Alaska áp chảo, positive}","{food quality, sò điệp biển Alaska áp chảo ăn kèm với cải cầu vồng, tim a-ti-sô, thì là và phô mai pecorino toscano, positive}" +"trang trí mộc mạc, truyền thống của Nhật Bản.","{ambience general, trang trí, neutral}","{ambience general, trang trí, positive}" +Không chỉ lựa chọn có thể mang tính sáng tạo mà còn có sự cân bằng tốt giữa truyền thống sushi.,"{food style_options, lựa chọn, positive};{food style_options, sushi, positive}","{food style_options, lựa chọn, positive};{food quality, sushi, positive}" +Bạn có thể sẽ phải thất vọng.,"{restaurant general, null, negative}","{restaurant general, null, negative}" +"đồ ăn thì tuyệt vời, nhân viên pha chế thì cực kỳ tận tình.","{food quality, đồ ăn, positive};{service general, nhân viên pha chế, positive}","{service general, nhân viên pha chế, positive};{food quality, đồ ăn, positive}" +Nhà hàng cung cấp danh sách rượu vang phong phú và không gian mà bạn sẽ không thể quên!,"{ambience general, không gian, positive};{drinks style_options, danh sách rượu vang, positive}","{drinks style_options, danh sách rượu vang, positive};{ambience general, không gian, positive}" +"naan là một trong những món ngon nhất mà tôi từng ăn và tôi thực sự thích bhartha, không có quá nhiều cà chua.","{food quality, naan, positive};{food quality, bhartha, positive}","{food quality, naan, positive};{food quality, bhartha, positive}" +Gửi đến chủ sở hữu của Open Sesame ... Bravo ... Tôi rất mong được quay lại dùng bữa tại nhà hàng của các bạn!,"{restaurant general, Open Sesame, positive}","{restaurant general, nhà hàng của các bạn, positive}" +"cá tươi, mặc dù nó được cắt rất mỏng.","{food quality, cá, positive};{food style_options, cá, negative}","{food quality, cá, positive}" +Tôi đã đến đó nhiều lần và lần nào cũng thấy vui.,"{restaurant general, null, positive}","{restaurant general, null, positive}" +Quán pizza yêu thích của tôi quán pizza ở Seattle,"{restaurant general, quán pizza, positive}","{restaurant general, quán pizza, positive}" +Tôi thực sự muốn giới thiệu nơi này đến tất cả những ai muốn thử đồ ăn Ấn Độ lần đầu tiên.,"{food quality, đồ ăn Ấn Độ, positive}","{food quality, đồ ăn Ấn Độ, positive}" +Được đánh giá quá cao,"{restaurant general, null, negative}","{restaurant general, null, negative}" +Tệ nhất Dịch vụ Tôi từng có,"{service general, Dịch vụ, positive}","{service general, Dịch vụ, negative}" +Hóa ra chủ quán ngồi ngay cạnh chúng tôi và khi anh ta đến kiểm tra vấn đề của chúng tôi thì tỏ ra rất khinh thường và đề nghị giảm giá tượng trưng 20% trên hóa đơn.,"{service general, chủ quán, negative}","{service general, chủ quán, negative}" +Một đêm nọ tôi đến đó cùng một số người bạn để chơi bingo và xem trận đấu của đội Sox và thật tuyệt vời!,"{restaurant general, null, positive}","{restaurant general, null, positive}" +ĐƯỢC ĐÁNH GIÁ QUÁ CAO!,"{restaurant general, null, negative}","{restaurant general, null, negative}" +"– Trứng, bánh kếp, khoai tây, trái cây tươi và sữa chua -- mọi thứ họ phục vụ đều ngon.","{food quality, null, positive};{food quality, Trứng, positive};{food quality, khoai tây, positive};{food quality, bánh kếp, positive};{food quality, sữa chua, positive};{food quality, trái cây tươi, positive}","{food quality, null, positive}" +– Ray's LÀ nơi lý tưởng để thưởng thức các món ăn chất lượng cao bữa tối hải sản.,"{food quality, bữa tối hải sản, positive}","{food quality, bữa tối hải sản, positive}" +Tôi cũng thực sự thích sự đơn giản của trang trí và cảm giác thân mật của một nhà hàng nhỏ.,"{ambience general, trang trí, positive};{ambience general, null, positive}","{ambience general, trang trí, positive};{ambience general, nhà hàng nhỏ, positive}" +Chúng ta sẽ quay lại. :D,"{restaurant general, null, positive}","{restaurant general, null, positive}" +Tôi đáng lẽ phải nghĩ đến việc nêu vấn đề này ra nhưng không ngờ thức ăn lại nhẹ nhàng đến vậy.,"{food quality, thức ăn, negative}","{food quality, thức ăn, negative}" +"Khi bước vào, tôi vô cùng kinh ngạc trước đồ trang trí bằng gỗ tuyệt đẹp của họ.","{ambience general, đồ trang trí bằng gỗ, positive}","{ambience general, đồ trang trí bằng gỗ, positive}" +"Đây là một nơi rất nhỏ chỗ nên nếu bạn đến đó trước 8 giờ tối vào cuối tuần (thứ năm? Chủ Nhật), bạn sẽ dễ dàng tìm được bàn hoặc chỗ ngồi tại quầy sushi.","{restaurant miscellaneous, chỗ, neutral}","{restaurant miscellaneous, nơi, positive}" +Khu vực lân cận tốt nhất Dự phòng.,"{restaurant general, Dự phòng, positive}","{restaurant general, Dự phòng, positive}" +Tôi sẽ quay lại đó ngay lập tức.,"{restaurant general, null, positive}","{restaurant general, null, positive}" +"Giá cả *rất* phải chăng, đặc biệt là so với chất lượng của thức ăn.","{food prices, thức ăn, positive}","{food prices, thức ăn, positive};{food quality, thức ăn, positive}" +"rất nhiều thức ăn, tin tôi đi.","{food style_options, thức ăn, positive}","{food style_options, thức ăn, positive}" +Đây là địa điểm hoàn hảo cho một buổi hẹn hò lãng mạn dành cho 2 người hoặc một cuộc gặp gỡ bí mật!,"{ambience general, điểm, positive};{restaurant miscellaneous, điểm, positive}","{restaurant miscellaneous, địa điểm, positive}" +Ngoài ra còn có rượu margarita tuyệt vời !,"{drinks quality, margaritas, positive}","{drinks quality, rượu margarita, positive}" +Nó khiêm tốn và mang tính ngầm.,"{ambience general, null, positive}","{ambience general, null, positive}" +Nơi này là nơi tuyệt vời nhất tiếp theo sau món ăn mẹ tôi nấu.,"{food quality, null, positive}","{food quality, món ăn, positive}" +"Nơi tốt nhất địa điểm để thưởng thức bữa sáng Chủ Nhật nhàn nhã giữa những du thuyền, sau đó đi dạo qua Chợ Nông sản gần đó.","{restaurant miscellaneous, địa điểm, positive}","{restaurant miscellaneous, địa điểm, positive}" +"Nếu có thể, hãy đến đây bằng thuyền và ở lại đó cả buổi tối.","{restaurant miscellaneous, đây, positive}","{restaurant miscellaneous, null, positive}" +món tráng miệng chúng tôi có kem xoài gừng creme brulee ... ôi la la ngon quá ! ! !,"{food quality, kem xoài gừng creme brulee, positive}","{food quality, món tráng miệng chúng tôi có kem xoài gừng creme brulee, positive}" +"Việc chờ đợi là xứng đáng, đặc biệt là khi họ sẽ gọi điện cho bạn khi bàn đã sẵn sàng.","{restaurant general, null, positive}","{service general, Việc chờ đợi, positive}" +Họ có nhiều loại cá khác nhau và thậm chí còn liệt kê chúng đến từ đại dương nào: Đại Tây Dương hay Thái Bình Dương.,"{food style_options, cá, positive}","{food style_options, loại cá khác nhau, positive}" +"Vâng, tôi đoán là khó có thể ngồi xuống khi người ta không nhìn thấy nhân viên.","{service general, nhân viên, negative}","{service general, nhân viên, negative}" +Rất cởi mở và thân thiện không khí.,"{ambience general, không khí, positive}","{ambience general, không khí, positive}" +Cuộc trò chuyện ngắn ngủi với người quản lý vào cuối bữa ăn là sự thất vọng lớn nhất -- nói rằng chúng tôi đã bị `` phớt lờ `` thì còn quá khiêm tốn.,"{service general, người quản lý, negative}","{service general, người quản lý, negative}" +"Ray's là một tổ chức ở Seattle, nhưng xét đến vẻ đẹp tuyệt vời của nó Sound views, tôi nghi ngờ rằng lời khen ngợi này chủ yếu là do phong cảnh hơn là đồ ăn và dịch vụ.","{location general, Sound views, positive}","{location general, Ray's, positive}" +Tôi thề sẽ không bao giờ quay lại để ăn đồ nóng bia và đồ ăn tầm thường bữa ăn.,"{food quality, bữa ăn, negative};{drinks quality, bia, negative}","{food quality, đồ ăn, negative};{drinks quality, đồ nóng bia, negative}" +"Nếu thời tiết bên ngoài đẹp, hãy yêu cầu một bàn ở ban công .","{ambience general, ban công, positive}","{location general, bàn ở ban công, positive}" +Tuyệt vời đồ ăn với bầu không khí tuyệt vời không khí!,"{food quality, đồ ăn, positive};{ambience general, không khí, positive}","{ambience general, không khí, positive};{food quality, đồ ăn, positive}" +Tôi kết thúc bữa ăn bằng món ăn lạ món tráng miệng là rượu vang port và nếm thử sô cô la... ngon tuyệt!,"{food quality, món tráng miệng là rượu vang port và nếm thử sô cô la, positive}","{food quality, sô cô la, positive};{drinks quality, rượu vang port, positive}" +Tôi đã gọi món khai vị sò và tôm và thấy khá ổn.,"{food quality, sò và tôm, neutral}","{food quality, khai vị sò và tôm, neutral}" +pizza có đế mỏng và thực đơn cung cấp nhiều sự kết hợp và lớp phủ rất sáng tạo.,"{food style_options, pizza, positive};{food style_options, thực đơn, positive}","{food style_options, thực đơn, positive};{food quality, đế, positive};{food style_options, pizza, positive}" +Đây là địa điểm tuyệt vời để thưởng thức đồ ăn và gặp gỡ bạn bè.,"{food quality, đồ ăn, positive};{restaurant miscellaneous, địa điểm, positive}","{restaurant general, địa điểm, positive}" +"dịch vụ tuyệt vời, cà phê ngon ngay cả theo tiêu chuẩn của Starbucks và đồ ăn thì tuyệt hảo.","{food quality, đồ ăn, positive};{service general, dịch vụ, positive};{drinks quality, cà phê, positive}","{food quality, đồ ăn, positive};{service general, dịch vụ, positive};{food quality, cà phê, positive}" +Đây là nơi để thư giãn và tận hưởng chất lượng tốt nhất thực phẩm mà ngành công nghiệp này có thể cung cấp.,"{ambience general, nơi, positive};{food quality, thực phẩm, positive}","{food quality, thực phẩm, positive};{ambience general, null, positive}" +Tôi sẽ quay lại chỉ để trải nghiệm rượu.,"{drinks quality, rượu, positive}","{drinks quality, rượu, positive}" +Món ngon nhất mực ống ở Seattle!,"{food quality, mực ống, positive}","{food quality, ống, positive}" +"Bài trình bày của Snooze rất tuyệt và đây là một trong những nơi khiến bạn cảm thấy mình sành điệu hơn khi đến đó; nhưng nếu bỏ qua các lớp, bạn sẽ có một nhà hàng IHOP đắt đỏ với thực đơn cao cấp.","{food style_options, thực đơn, negative};{restaurant prices, Snooze, negative};{ambience general, Snooze, positive}","{food style_options, bài trình bày, positive};{restaurant prices, Snooze, negative};{food prices, thực đơn cao cấp, negative}" +"Tôi đã phàn nàn với người quản lý, nhưng anh ta thậm chí còn không xin lỗi.","{service general, người quản lý, negative}","{service general, người quản lý, negative}" +Nhiều hơn thế nữa chứ không chỉ là một lượt xem tuyệt vời!,"{location general, lượt xem, positive}","{restaurant general, null, positive}" +bầu không khí thì tạm ổn.,"{ambience general, bầu không khí, neutral}","{ambience general, bầu không khí, neutral}" +Sau khi ngồi vào bàn phải mất khoảng 30 phút mới có đồ ăn.,"{service general, null, negative}","{service general, null, negative}" +"– Trong thời đại mà chi phí nhà hàng ngày càng giảm, thật tuyệt khi thấy một nơi đi ngược lại xu hướng đó và chỉ đơn giản là cung cấp chất lượng cao thức ăn và tốt dịch vụ, chấm hết.","{food quality, thức ăn, positive};{service general, dịch vụ, positive}","{restaurant prices, null, positive};{food quality, thức ăn, positive};{service general, dịch vụ, positive}" +Tôi rất thích không khí nhưng đồ ăn thì không xứng đáng với giá tiền.,"{food quality, đồ ăn, negative};{food prices, đồ ăn, negative};{ambience general, không khí, positive}","{ambience general, không khí, positive};{food quality, đồ ăn, negative};{food prices, đồ ăn, negative}" +"Quán này nằm trong một trung tâm thương mại gần Beverly Center, không phải là tuyệt vời nhất vị trí, nhưng đồ ăn khiến tôi muốn quay lại nhiều lần.","{food quality, đồ ăn, positive};{location general, vị trí, neutral}","{food quality, đồ ăn, positive};{restaurant general, Quán này, positive};{location general, vị trí, neutral}" +"Trong bữa ăn của tôi, tôi đã phải gửi lại trứng chỉ vì một yêu cầu đơn giản là bẻ lòng đỏ trứng trước khi nấu, và tôi sẽ phải gửi lại chúng lần nữa nếu tôi không từ chối bữa ăn hoàn toàn.","{food quality, bữa ăn, negative};{food quality, trứng, negative}","{food quality, trứng, negative}" +ban nhạc rất tuyệt và dịch vụ rất chu đáo.,"{service general, dịch vụ, positive};{ambience general, ban nhạc, positive}","{ambience general, ban nhạc, positive};{service general, dịch vụ, positive}" +"– Làm sao để miêu tả món ngon nhất sushi ở NYC: hmmmm, ngon, tuyệt vời, tuyệt hảo, hấp dẫn, hoàn hảo, không, tất cả những từ trên.","{food quality, sushi, positive}","{food quality, sushi, positive}" +– Sự quyến rũ của Schooner or Later vị trí dọc theo bến du thuyền ở Long Beach và mức trung bình đồ ăn không thể bù đắp cho dịch vụ khách hàng rất kém của nó dịch vụ chăm sóc khách hàng.,"{location general, vị trí dọc theo bến du thuyền ở Long Beach, positive};{food quality, đồ ăn, neutral};{service general, dịch vụ chăm sóc khách hàng, negative}","{service general, dịch vụ khách hàng, negative};{ambience general, vị trí dọc theo bến du thuyền, positive};{food prices, đồ ăn, positive};{ambience general, Schooner or Later, positive}" +"Chúng tôi được ngồi ngay lập tức, bàn riêng tư và đẹp.","{ambience general, null, positive}","{ambience general, bàn riêng tư và đẹp, positive}" +"tốt rượu sake, tốt đồ ăn – thành thật mà nói, tôi không biết nhiều về tiếng Nhật đồ ăn chút nào.","{drinks quality, rượu sake, positive};{food quality, đồ ăn, positive}","{food quality, đồ ăn, positive};{drinks quality, rượu sake, positive}" +Hãy mang theo điện thoại di động vì bạn có thể phải đợi để vào được nhà hàng sushi ngon nhất thế giới: BLUE RIBBON SUSHI.,"{restaurant general, BLUE RIBBON SUSHI, positive}","{restaurant general, BLUE RIBBON SUSHI, positive}" +"Cuối cùng, hóa đơn của chúng tôi là 27 đô la cho 4 phần ăn nhỏ bánh kếp, một phần ăn bánh burrito ăn sáng, một phần ăn nước cam và một phần ăn trà đá (tôi đã uống nước lọc).","{food prices, bánh kếp, negative};{drinks prices, trà đá, negative};{drinks prices, nước cam, negative};{food prices, bánh burrito ăn sáng, negative};{food style_options, bánh kếp, negative}","{food prices, bánh kếp, negative};{food prices, trà đá, negative};{food prices, nước cam, negative};{food prices, bánh burrito ăn sáng, negative}" +Tốt đồ ăn !,"{food quality, đồ ăn, positive}","{food quality, đồ ăn, positive}" +"dịch vụ ăn uống thật tuyệt vời, và súp gà rau Raouls làm tôi kinh ngạc! ! !","{food quality, dịch vụ ăn uống, positive};{food quality, súp gà rau Raouls, positive}","{food quality, súp gà rau Raouls, positive};{service general, dịch vụ ăn uống, positive}" +Tôi lẽ ra nên yêu cầu thanh toán khi nhìn thấy điều đó; nhưng thực đơn của họ quá độc đáo nên tôi đã tiếp tục.,"{food style_options, thực đơn, positive}","{food style_options, thực đơn, positive}" +Tuyệt vời Bữa sáng,"{food quality, Bữa sáng, positive}","{food quality, Bữa sáng, positive}" +Cá vược trên cơm thập cẩm tôm hùm là món ngon nhất.,"{food quality, Cá vược trên cơm thập cẩm tôm hùm, positive}","{food quality, Cá vược trên cơm thập cẩm tôm hùm, positive}" +– bầu không khí thật tuyệt vời cho bất kỳ dịp đặc biệt nào mà bạn muốn ăn mừng.,"{ambience general, bầu không khí, positive}","{ambience general, bầu không khí, positive}" +"Tuyệt vời cá theo mùa và hải sản, với phong cách sang trọng khung cảnh ven sông.","{ambience general, khung cảnh ven sông, positive};{food quality, hải sản, positive};{food quality, cá theo mùa, positive}","{food quality, cá theo mùa và hải sản, positive};{ambience general, khung cảnh ven sông, positive}" +pizza không lớn và vỏ bánh mỏng ... hãy ghi nhớ điều này khi bạn gọi món.,"{food style_options, pizza, neutral};{food style_options, vỏ bánh, neutral}","{food style_options, pizza, negative}" +Điểm tích cực duy nhất về Mioposto là vị trí đẹp .,"{location general, null, positive}","{location general, vị trí đẹp, positive}" +Tôi cũng đánh giá cao cách giao hàng của họ.,"{service general, giao hàng, positive}","{service general, giao hàng, positive}" +Rất thất vọng .,"{restaurant general, null, negative}","{restaurant general, null, negative}" +pizza thì ngon và salad thì tuyệt vời.,"{food quality, pizza, positive};{food quality, salad, positive}","{food quality, pizza, positive};{food quality, salad, positive}" +Tươi nhất sushi – Tôi thích món này nhà hàng.,"{restaurant general, nhà hàng, positive};{food quality, sushi, positive}","{food quality, sushi, positive}" +Món bít tết được chế biến theo đúng ý thích của tôi (vừa chín tái) và rất ngon và mọng nước.,"{food quality, bít tết, positive}","{food quality, Món bít tết, positive}" +"Nghiêm túc mà nói, bạn không thể sai lầm nếu bạn đang tìm kiếm niềm vui giản dị ở địa phương.","{ambience general, null, positive}","{restaurant general, null, positive}" +chủ sở hữu rất vui tính và lựa chọn bia rất đáng để ở lại.,"{drinks style_options, lựa chọn bia, positive};{service general, chủ sở hữu, positive}","{service general, chủ sở hữu, positive};{drinks style_options, lựa chọn bia, positive}" +Tuyệt vời lựa chọn bia tươi và bia đóng chai và pizza tuyệt vời.,"{food quality, pizza, positive};{drinks style_options, lựa chọn bia tươi và bia đóng chai, positive}","{drinks quality, bia tươi, positive};{drinks style_options, bia đóng chai, positive};{food quality, pizza, positive}" +"Tôi đảm bảo bạn sẽ không thất vọng, ở đây còn có dịch vụ đỗ xe có người phục vụ.","{restaurant general, null, positive};{restaurant miscellaneous, null, positive}","{service general, dịch vụ đỗ xe, positive}" +Ăn tối muộn với dịch vụ đặc biệt đồ ăn.,"{food quality, đồ ăn, positive}","{service general, dịch vụ, positive}" +"Tuy nhiên, khẩu phần ăn khá lớn nên bạn đừng gọi quá nhiều.","{food style_options, khẩu phần ăn, neutral}","{food style_options, khẩu phần ăn, neutral}" +Chắc chắn là một trong những thứ tốt nhất jukebox mà tôi từng thấy trong một thời gian dài.,"{ambience general, jukebox, positive}","{ambience general, jukebox, positive}" +Dịch vụ khá tốt.,"{service general, Dịch vụ, neutral}","{service general, Dịch vụ, positive}" +Thật là ngon.,"{food quality, null, positive}","{food quality, null, positive}" +"Ồ, và khoai tây chiên phô mai thì tuyệt vời!","{food quality, khoai tây chiên phô mai, positive}","{food quality, khoai tây chiên phô mai, positive}" +Mọi người ngồi ở phía sau bên ngoài đều đồng ý rằng đây là dịch vụ tệ nhất mà chúng tôi từng nhận được.,"{service general, null, negative}","{service general, dịch vụ, negative}" +Tôi có thể không phải là chuyên gia về sushi nhưng tôi có thể nói với bạn rằng đồ ăn ở đây chỉ ở mức tạm ổn và không có gì đặc biệt hơn.,"{food quality, đồ ăn, negative}","{food quality, đồ ăn, negative}" +"Tuyệt vời đồ ăn, đẹp không khí, khá đắt","{restaurant prices, null, negative};{food quality, đồ ăn, positive};{ambience general, không khí, positive}","{ambience general, không khí, positive};{food quality, đồ ăn, positive};{food prices, đồ ăn, negative}" +"Tan chảy trong miệng nigiri và sashmi, và cũng rất ngon cuộn.","{food quality, cuộn, positive};{food quality, nigiri, positive};{food quality, sashmi, positive}","{food quality, nigiri, positive};{food quality, sashmi, positive};{food quality, cuộn, positive}" +Cuối cùng là một bữa ăn mà bạn sẽ nhớ mãi!,"{food quality, bữa ăn, positive}","{food quality, bữa ăn, positive}" +"Tốt nhất đồ ăn, phi thường dịch vụ","{food quality, đồ ăn, positive};{service general, dịch vụ, positive}","{food quality, đồ ăn, positive};{service general, dịch vụ, positive}" +Tôi khuyên bạn nên đến đây vào buổi tối khi bạn muốn tiêu tiền! (nó hơi đắt một chút),"{restaurant prices, null, negative};{restaurant general, null, positive}","{restaurant prices, null, negative};{restaurant general, null, positive}" +"Trong khi quán ăn này có đồ ăn khá ổn, nhân viên nhà hàng có vẻ hoàn toàn thờ ơ với sự có mặt của chúng tôi, và thái độ này thể hiện qua việc thiếu dịch vụ.","{service general, nhân viên nhà hàng, negative};{food quality, đồ ăn, positive}","{service general, nhân viên, negative};{food quality, đồ ăn, positive}" +Không có sự so sánh,"{restaurant general, null, positive}","{restaurant general, null, positive}" +"vậy thì về tôm, chúng tươi và hơi giòn, về bột chiên... ngon tuyệt... về quả óc chó được cắt thành từng miếng nhỏ hơn, rất giòn và ngon.","{food quality, tôm, positive};{food quality, quả óc chó, positive};{food quality, bột chiên, positive}","{food quality, quả óc chó, positive};{food quality, bột chiên, positive};{food quality, tôm, positive}" +Tôi rất vui khi có một nhà hàng Ý tuyệt vời ở gần nhà tôi.,"{restaurant general, nhà hàng Ý, positive}","{restaurant general, nhà hàng Ý, positive}" +Chúng tôi đã đợi một tiếng đồng hồ để có chỗ ngồi.,"{service general, null, negative}","{service general, null, negative}" +"Chúng tôi đã gọi món và mặc dù đã gọi 4 món khai vị, đồ ăn vẫn chưa được mang ra cho đến tận 45 phút sau... VỚI MÓN CHÍNH.","{service general, null, negative}","{service general, null, negative}" +Tôi rất mong được quay lại đây vào cuối tuần tới!,"{restaurant general, null, positive}","{restaurant general, null, positive}" +"Nếu bạn thích đồ ăn ngon (không có mùi hoặc vị cá), nhiều (2 phần) và sáng tạo (3 món sushi) thì đây chính là nơi dành cho bạn ...","{food quality, null, positive};{food style_options, phần, positive};{food style_options, món sushi, positive}","{food style_options, 3 món sushi, positive};{food style_options, nhiều (2 phần, positive};{food quality, đồ ăn ngon, positive}" +Một nơi hoàn hảo địa điểm để đưa khách ra khỏi thị trấn vào bất kỳ thời điểm nào trong năm.,"{restaurant general, địa điểm, positive}","{restaurant miscellaneous, nơi, positive}" +Tôi đã nếm thử cả ba món của cô ấy đĩa và chúng thật tuyệt vời.,"{food quality, đĩa, positive}","{food quality, đĩa, positive}" +Thích hợp cho việc ăn tối muộn (lên kế hoạch vào phút cuối) mà không cần đặt trước.,"{restaurant miscellaneous, null, positive}","{restaurant miscellaneous, null, positive}" +Tôi không bao giờ thất vọng với đồ ăn ở đó .,"{food quality, null, positive}","{food quality, đồ ăn, positive}" +– Quán bar tốt nhất ở phía đông bar ...,"{restaurant general, bar, positive}","{restaurant general, Quán bar, positive}" +Đây là nơi tuyệt vời để ngắm người.,"{restaurant miscellaneous, nơi, positive}","{people-watching, nơi, positive}" +"Không gian có hạn, nhưng thức ăn đã bù đắp lại.","{restaurant miscellaneous, Không gian, negative};{food quality, thức ăn, positive}","{food quality, thức ăn, positive};{ambience general, không gian, negative}" +"sò điệp dường như được nấu trong bơ ô liu đen, điều này thực sự làm cho chúng trở nên độc đáo (chưa kể đến việc ngon).","{food quality, sò điệp, positive};{food style_options, sò điệp, positive}","{food quality, sò điệp, positive}" +Nơi này địa điểm thật quyến rũ và thư giãn.,"{ambience general, địa điểm, positive}","{ambience general, địa điểm, positive}" +không hề dai chút nào.,"{food quality, null, positive}","{food quality, null, positive}" +Chúng tôi chỉ ở Seattle một đêm và tôi rất vui vì đã chọn Rays để ăn tối!,"{restaurant general, Rays, positive}","{restaurant general, Rays, positive}" +"– Tôi sẽ không bao giờ quên những trải nghiệm tuyệt vời về bữa ăn, dịch vụ và không gian tại nhà hàng này.","{food quality, bữa ăn, positive};{ambience general, không gian, positive};{service general, dịch vụ, positive}","{restaurant general, nhà hàng, positive};{food quality, bữa ăn, positive};{ambience general, không gian, positive};{service general, dịch vụ, positive}" +Thật tuyệt vời Món khai vị đặc biệt cá thu Tây Ban Nha và hoàn hảo sushi hộp (đó lươn với bơ -- ừm ừm ).,"{food quality, sushi hộp, positive};{food quality, Món khai vị đặc biệt cá thu Tây Ban Nha, positive};{food quality, lươn với bơ, positive}","{food quality, Món khai vị đặc biệt cá thu Tây Ban Nha, positive};{food quality, sushi hộp (đó lươn với bơ, positive}" +"Vào cuối tuần, bạn có thể phải đợi vài giờ.","{service general, null, neutral}","{service general, null, negative}" +– đồ ăn không ngon và người phục vụ thô lỗ.,"{service general, người phục vụ, negative};{food quality, đồ ăn, negative}","{service general, người phục vụ, negative};{food quality, đồ ăn, negative}" +"Tiếp theo là miếng bít tết 9 oz và nó có vị rất ngon, ít nhất là lúc đầu.","{food quality, 9 oz, positive}","{food quality, miếng bít tết 9 oz, positive}" +"Khi đến đó, tôi ngồi trên cầu thang, nơi có không khí ấm cúng nhưng dịch vụ thì tệ!","{service general, dịch vụ, negative};{ambience general, không khí, positive}","{service general, dịch vụ, negative};{ambience general, không khí, positive}" +"danh sách rượu vang thật tuyệt vời, phong phú và đa dạng, đồ ăn tất cả đều tuyệt vời và nhân viên đều rất tốt bụng, giỏi việc và có văn hóa.","{service general, nhân viên, positive};{drinks style_options, danh sách rượu vang, positive};{food quality, đồ ăn, positive}","{service general, nhân viên, positive};{drinks style_options, danh sách rượu vang, positive};{food quality, đồ ăn, positive}" +– KHÔNG THỂ TỐT HƠN NỮA! ! ! ! ! !,"{restaurant general, null, positive}","{restaurant general, null, positive}" +"Vào các buổi chiều chủ nhật, có một ban nhạc chơi nhạc và rất vui nhộn.","{ambience general, ban nhạc, positive}","{ambience general, ban nhạc, positive}" +"Mọi thứ, ý tôi là mọi thứ trong thực đơn đều ngon tuyệt.","{food quality, thực đơn, positive}","{food quality, thực đơn, positive}" +"Tôi biết nhiều người có loại pizza và địa điểm yêu thích, nhưng pizza của Mioposto thì không có chất lượng và hương vị ngon.","{food quality, pizza, negative}","{food quality, pizza, negative};{food style_options, pizza, negative}" +"Chỉ có một nơi ở bờ biển phía đông có tất cả, cộng thêm nhiều thứ khác nữa.","{restaurant general, nơi, positive}","{restaurant general, nơi, positive}" +Luôn luôn là người chiến thắng.,"{restaurant general, null, positive}","{restaurant general, null, positive}" +Đánh giá trước đó cho biết thân thiện với trẻ em... giúp tôi có thời gian nghỉ ngơi thoải mái khi có hai đứa con nhỏ.,"{restaurant miscellaneous, null, negative}","{restaurant miscellaneous, null, positive}" +pizza nhẹ và ngon tuyệt.,"{food quality, pizza, positive}","{food quality, pizza, positive};{food style_options, pizza, positive}" +"Hãy xem tác phẩm nghệ thuật trên tường, rất nhiều màu sắc!","{ambience general, tác phẩm nghệ thuật trên tường, positive}","{ambience general, tác phẩm nghệ thuật trên tường, positive}" +Trung bình thức ăn,"{food quality, thức ăn, neutral}","{food quality, thức ăn, neutral}" +Tôi sẽ không bao giờ quay lại nữa.,"{restaurant general, null, negative}","{restaurant general, null, negative}" +Chúng tôi đã rất khó khăn để có được sự chú ý của cô hầu bàn và cuối cùng phải đứng dậy và vào trong để nói chuyện với người quản lý.,"{service general, cô hầu bàn, negative}","{service general, cô hầu bàn, negative}" +Không bao giờ quá đông đúc và luôn tuyệt vời dịch vụ.,"{restaurant miscellaneous, null, positive};{service general, dịch vụ, positive}","{service general, dịch vụ, positive};{ambience general, null, positive}" +Bạn đang hẹn hò với một người hấp dẫn và anh ấy/cô ấy thèm ăn sushi ... thì đây có thể là nơi dành cho bạn.,"{food quality, sushi, positive}","{restaurant miscellaneous, nơi, positive}" +"– Tôi không thể tin Murphy đã tồn tại được hơn 25 năm, thật tuyệt vời.","{restaurant miscellaneous, Murphy, positive}","{restaurant general, Murphy, positive}" +"Có thể rất đông vào thứ sáu để tìm được bàn nhưng một khi đã ngồi vào chỗ, dịch vụ ở đây rất hiệu quả, bạn có thể vào và ra nhanh chóng.","{service general, dịch vụ, positive}","{service general, dịch vụ, positive};{restaurant miscellaneous, null, neutral}" +"Món này được phục vụ kèm với nước sốt tiêu hoặc nước sốt rượu vang đỏ, mặc dù cả hai đều có hương vị không thể phân biệt được.","{food quality, nước sốt rượu vang đỏ, neutral};{food quality, nước sốt tiêu, neutral}","{food quality, null, negative}" +Người phục vụ tốt bụng nhất trong thị trấn.,"{service general, Người phục vụ, positive}","{service general, Người phục vụ, positive}" +dịch vụ lịch sự và chu đáo.,"{service general, dịch vụ, positive}","{service general, dịch vụ, positive}" +"Khi viết bài này, tôi vừa thử lại liên kết tặng miễn phí của họ nhưng vẫn không được.","{restaurant miscellaneous, null, negative}","{service general, null, negative}" +bất kỳ nhu cầu nào khác của chúng tôi đều không thể được đáp ứng vì không có ai ghé qua bàn.,"{service general, null, negative}","{service general, null, negative}" +"Tốt Sushi, Giá cao","{food quality, Sushi, positive};{food prices, Sushi, negative}","{food quality, Sushi, positive};{food prices, Sushi, negative}" +Nhưng người phục vụ cực kỳ chu đáo và rất thân thiện.,"{service general, người phục vụ, positive}","{service general, người phục vụ, positive}" +"Tôi đã đến nơi này địa điểm rồi, các bạn ạ, và nó THẬT TỆ.","{restaurant general, địa điểm, negative}","{restaurant general, địa điểm, negative}" +tuyệt vời dịch vụ,"{service general, dịch vụ, positive}","{service general, dịch vụ, positive}" +Cảm giác như đang ăn tối ở một nhà hàng hoàn toàn khác vậy.,"{restaurant general, null, positive}","{restaurant general, null, positive}" +Hai ngón tay cái hướng lên!,"{food quality, null, positive}","{restaurant general, null, positive}" +Hãy tưởng tượng sự ngạc nhiên vui mừng của tôi khi phát hiện ra rằng lượt xem chỉ là điều tốt thứ ba về Ray!,"{location general, lượt xem, positive};{restaurant general, Ray, positive}","{restaurant general, Ray, positive}" +"Không còn nghi ngờ gì nữa, đây là món ngon nhất cá ngừ mà tôi từng ăn.","{food quality, cá ngừ, positive}","{food quality, cá ngừ, positive}" +"Nếu bạn định đi xem Danny Gans hoặc chỉ ở lại Mirage, đừng bỏ lỡ chương trình này.","{restaurant general, null, positive}","{restaurant miscellaneous, chương trình, positive}" +tuyệt vời địa điểm ăn trưa,"{restaurant general, địa điểm ăn trưa, positive}","{restaurant general, địa điểm ăn trưa, positive}" +Tôi thích bữa sáng ở đây.,"{food quality, bữa sáng, positive}","{restaurant general, null, positive}" +sashimi là loại tươi nhất và mềm nhất mà tôi từng nếm thử.,"{food quality, sashimi, positive}","{food quality, sashimi, positive}" +Bạn sẽ không phải thất vọng với thực đơn của họ.,"{food style_options, null, positive}","{food style_options, thực đơn, positive}" +"Nhiều người nói về sự tuyệt vời pizza và sự kém cỏi dịch vụ, vì vậy không thể chỉ có lời phàn nàn của một vài khách hàng không hài lòng.","{food quality, pizza, positive};{service general, dịch vụ, negative}","{service general, dịch vụ, negative};{food quality, pizza, positive}" +Tôi sẽ không quay lại.,"{restaurant general, null, negative}","{restaurant general, null, negative}" +dịch vụ của tôi thật tuyệt vời!,"{service general, dịch vụ, positive}","{service general, dịch vụ, positive}" +chúng tôi chắc chắn sẽ quay lại đây nhà hàng.,"{restaurant general, nhà hàng, positive}","{restaurant general, nhà hàng, positive}" +Chắc chắn sẽ quay lại.,"{restaurant general, null, positive}","{restaurant general, null, positive}" +"Có lẽ sẽ tốt nếu vào một đêm trăng xanh nào đó, các đầu bếp quyết định sử dụng cá mà cũng tạm ổn.","{food quality, cá, negative}","{food quality, cá, neutral}" +– Tôi mới đến Open Sesame một lần nhưng vẫn còn choáng ngợp vì trải nghiệm đó!!,"{restaurant general, Open Sesame, positive}","{restaurant general, Open Sesame, positive}" +"bánh kếp chắc chắn là sáng tạo nhưng giá 8,50 đô la cho 3 - 6 `` bánh kếp (một trong số chúng có kích thước khoảng 5 ``) trong chuyến bay bánh kếp (mẫu gồm 3 bánh kếp khác nhau) là quá đắt.","{food prices, bánh kếp, negative};{food style_options, bánh kếp, positive}","{food style_options, bánh kếp, negative};{food quality, bánh kếp, positive};{food prices, bánh kếp, negative}" +"Tuy nhiên, một buổi chiều Chủ Nhật, chồng tôi và tôi đã đi (mặc dù tôi phản đối rất gay gắt) và vô cùng ngạc nhiên và thích thú.","{restaurant general, null, positive}","{restaurant general, null, positive}" +Rất đáng giá,"{restaurant general, null, positive}","{restaurant general, null, positive}" +Thận trọng - nó thực sự thức ăn dành cho những người yêu thích nhất.,"{food quality, thức ăn, positive}","{food quality, null, positive}" +Tôi có một điều nhưng ở đây - có một người phục vụ phòng tắm trong phòng vệ sinh điều đó thật kỳ lạ.,"{restaurant miscellaneous, phòng vệ sinh, negative}","{service general, người phục vụ phòng tắm, negative}" +Món ăn ngon nhất là tôm honwy óc chó -- thực sự tuyệt vời.,"{food quality, tôm honwy óc chó, positive}","{food quality, tôm honwy óc chó, positive}" +bánh kếp nên lớn hơn (ít nhất là 8``) để biện minh cho chi phí ngay cả với những sản phẩm độc đáo.,"{food style_options, bánh kếp, negative}","{food style_options, bánh kếp, negative};{food prices, bánh kếp, negative}" +– Lần đầu tiên tôi dùng bữa tại nhà hàng này nhà hàng là với con trai tôi và nó thực sự tệ!,"{restaurant general, nhà hàng, negative}","{restaurant general, nhà hàng, negative}" +Xuất sắc,"{restaurant general, null, positive}","{restaurant general, null, positive}" +"Chỗ đậu xe khá tốt, họ có bãi đậu xe riêng và bạn có thể đậu xe ở công viên gần đó.","{restaurant miscellaneous, null, positive}","{parking general, chỗ đậu xe, positive}" +Salad Caesar thật tuyệt vời.,"{food quality, Salad Caesar, positive}","{food quality, Salad Caesar, positive}" +"– Tôi không hiểu tại sao tôi lại xa lạ với nơi này lâu đến vậy... salad fajita, màu da cam, fajitas - MỌI THỨ đều ngon.","{food quality, màu da cam, positive};{food quality, fajitas, positive};{food quality, salad fajita, positive}","{food quality, fajitas, positive};{food quality, salad fajita, positive};{food quality, màu da cam, positive}" +món ăn ngon nhất đồ ăn Trung Quốc mà tôi đã nếm thử trong một thời gian dài,"{food quality, đồ ăn Trung Quốc, positive}","{food quality, món ăn Trung Quốc, positive}" +Giá cả cũng phải chăng.,"{restaurant prices, null, positive}","{restaurant prices, null, positive}" +Thơm ngon ... !,"{food quality, null, positive}","{food quality, null, positive}" +Chúng tôi ghi tên và mặc dù vẫn còn bàn trống nhưng chúng tôi được thông báo rằng phải đợi 30 phút.,"{service general, null, negative}","{service general, null, negative}" +cà phê cũng rất ngon.,"{drinks quality, cà phê, positive}","{drinks quality, cà phê, positive}" +Chúng tôi đã đợi hơn 30 phút để có đồ uống và hơn 1 tiếng rưỡi để có đồ ăn.,"{service general, null, negative}","{service general, null, negative}" +nhân viên phục vụ phía sau quầy luôn thân thiện và hữu ích.,"{service general, nhân viên phục vụ phía sau quầy, positive}","{service general, nhân viên phục vụ, positive}" +"Người phục vụ của chúng tôi không hề tồn tại và sau hơn một giờ kể từ khi chúng tôi gọi món, đồ ăn cuối cùng cũng được mang đến, chúng tôi không được phục vụ nước hoặc đồ dùng.","{service general, Người phục vụ, negative}","{service general, người phục vụ, negative}" +– Nơi này địa điểm được đánh giá quá cao một cách không thể tin được.,"{restaurant general, địa điểm, negative}","{restaurant general, địa điểm, negative}" +Rất kém dịch vụ khách hàng.,"{service general, dịch vụ khách hàng, negative}","{service general, dịch vụ khách hàng, negative}" +Chúng tôi không thể nói đủ về hương vị ngon tuyệt của họ pizza!,"{food quality, pizza, positive}","{food quality, pizza, positive}" +"Hơn nữa, trong khi cá chắc chắn là tươi thì bánh mì cuộn lại có xu hướng nhạt nhẽo một cách khó hiểu.","{food quality, cá, positive};{food quality, bánh mì cuộn, negative}","{food quality, bánh mì cuộn, negative};{food quality, cá, positive}" +Điểm trừ duy nhất là đông đúc chỗ ngồi và chậm dịch vụ.,"{service general, dịch vụ, negative};{restaurant miscellaneous, chỗ ngồi, negative}","{service general, dịch vụ, negative};{ambience general, chỗ ngồi, negative}" +"Không còn nhiều nơi hút thuốc ở New York, nhưng tôi đã tìm thấy nơi hút thuốc yêu thích của mình ban công trong thành phố.","{restaurant miscellaneous, ban công, positive}","{ambience general, ban công trong thành phố, positive}" +Chúng tôi cùng chia sẻ đĩa thức ăn gia đình và tôi đặc biệt thích món cá tuyết đen ngâm sake kasu.,"{food quality, cá tuyết đen ngâm sake kasu, positive}","{food quality, cá tuyết đen ngâm sake kasu, positive};{food style_options, đĩa thức ăn gia đình, positive}" +"Nhưng không gian nhỏ và đẹp, và dịch vụ thì hữu ích.","{ambience general, không gian, positive};{service general, dịch vụ, positive}","{ambience general, không gian, positive};{restaurant miscellaneous, không gian, positive};{service general, dịch vụ, positive}" +Sự chờ đợi là xứng đáng.,"{restaurant general, null, positive}","{restaurant general, null, positive}" +ngon .,"{food quality, null, positive}","{food quality, null, positive}" +ngon tuyệt,"{food quality, null, positive}","{food quality, null, positive}" +- Trung bình Dịch vụ / Chất lượng,"{service general, Dịch vụ, neutral}","{service general, Dịch vụ, neutral};{food quality, Chất lượng, neutral}" +"– Đây là một trong những địa điểm ăn trưa hàng đầu của tôi, rộng rãi khẩu phần, nhanh dịch vụ và tuyệt vời rượu margarita! !","{drinks quality, rượu margarita, positive};{restaurant general, null, positive};{food style_options, khẩu phần, positive};{service general, dịch vụ, positive}","{food style_options, khẩu phần, positive};{drinks quality, rượu margarita, positive};{service general, dịch vụ, positive}" +Món ngon nhất Bánh cua trong thị trấn,"{food quality, Bánh cua, positive}","{food quality, Bánh cua, positive}" +"Mọi thứ tôi đã ăn ở đây đều ngon, salad taco, burrito, enchiladas, tôi thích nơi này địa điểm.","{food quality, null, positive};{restaurant general, địa điểm, positive};{food quality, enchiladas, positive};{food quality, salad taco, positive};{food quality, burrito, positive}","{food quality, enchiladas, positive};{food quality, burrito, positive};{food quality, salad taco, positive};{restaurant general, địa điểm, positive};{food quality, null, positive}" +"Tuyệt vời Pizza, Kém Dịch vụ","{food quality, Pizza, positive};{service general, Dịch vụ, negative}","{food quality, Pizza, positive};{service general, Dịch vụ, negative}" +tuyệt vời,"{restaurant general, null, positive}","{restaurant general, null, positive}" +Bạn thân nhất của tôi đã ăn món gà shawarma và cô ấy VẪN khen ngợi rằng đây là món ngon nhất!,"{food quality, gà shawarma, positive}","{food quality, món gà shawarma, positive}" +Chintzy phần,"{food style_options, phần, negative}","{ambience general, phần, negative}" +Tốt ăn.,"{food quality, ăn, positive}","{food quality, ăn, positive}" +"Thông thường, các nơi sẽ hỏi bạn muốn nóng đến mức nào, nhưng họ không làm vậy.","{service general, null, negative}","{service general, null, negative}" +"Tôi luôn thấy nhân viên phục vụ và nếu bạn ngồi ở quầy bar, đầu bếp rất thân thiện.","{service general, đầu bếp, positive}","{service general, nhân viên, positive}" +Không có gì trong menu kém tuyệt vời cả.,"{food quality, null, positive}","{food quality, menu, positive}" +"Nhóm hai người của tôi cảm thấy đặc biệt tham vọng, và chúng tôi đã chi tiêu rất nhiều vào Shilshole Sampler ... một sự kết hợp tuyệt vời gồm tôm trắng vùng Vịnh, cá ngừ albacore hun khói, món Ray tuyệt vời nghêu Manila tẩm thì là, sò điệp trong nước sốt đậu nành ngon và một ít cua Dungeness trên một sốt bơ tuyệt hảo.","{food quality, null, positive};{food quality, sốt bơ, positive};{food style_options, Shilshole Sampler, positive};{food style_options, tôm trắng vùng Vịnh, positive};{food quality, nghêu Manila, positive}","{food quality, tôm trắng vùng Vịnh, positive};{food quality, cá ngừ albacore hun khói, positive};{food quality, sò điệp trong nước sốt đậu nành ngon, positive};{food quality, nghêu Manila tẩm thì là, positive};{food quality, cua Dungeness trên một sốt bơ tuyệt hảo, positive};{food prices, Shilshole Sampler, positive}" +"Tôi thực sự bị sốc khi đọc những đánh giá không tốt - nơi này địa điểm thật tuyệt vời; nó không làm chúng tôi thất vọng chút nào, và chúng tôi đã ăn ở đây hơn 10 lần.","{restaurant general, địa điểm, positive}","{restaurant general, địa điểm, positive}" +"Bạn là một người hâm mộ sushi, bạn thích những món ăn được cắt khéo léo cá, tuyệt vời rượu sake, hấp dẫn địa điểm SOHO, và tất nhiên là: Cá hồi, Cá ngừ, Cá bơn, Cá đuôi vàng, Cá tuyết, Cá thu, Sứa cá, Nhím biển, Tôm, Tôm hùm, Cá tráp biển, Cá hồi, Cá sữa, Cá ngừ vây xanh, Lươn, Cua, Cá mòi, Cá đuối, Trứng cá, Sò điệp, Hàu và nhiều loại Cá Toro.","{drinks quality, rượu sake, positive};{food style_options, cá, positive};{food quality, sushi, positive};{food style_options, Cá Toro, positive};{location general, địa điểm SOHO, positive}","{food quality, Cá hồi, positive};{food quality, Sữa cá, positive};{food quality, Cá ngừ vây xanh, positive};{food quality, Cá mòi, positive};{food quality, Cá đuối, positive};{food quality, Trứng cá, positive};{food quality, Cua, positive};{food quality, Hàu, positive};{food quality, Cá Toro, positive};{drinks quality, rượu sake, positive};{ambience general, địa điểm SOHO, positive};{food style_options, cá, positive};{food quality" +dịch vụ thật tuyệt vời ở nơi vui vẻ này địa điểm.,"{restaurant general, địa điểm, positive};{service general, dịch vụ, positive}","{ambience general, địa điểm, positive};{service general, dịch vụ, positive}" +"Ngoài ra, chỉ có một buồng vệ sinh - có lẽ cần nhiều hơn vì có quá đông người như vậy.","{restaurant miscellaneous, buồng vệ sinh, negative}","{ambience general, buồng vệ sinh, negative}" +Chúng tôi rời đi mà không bao giờ nhận được dịch vụ.,"{service general, dịch vụ, negative}","{service general, dịch vụ, negative}" +Tôi thích nó .,"{restaurant general, null, positive}","{restaurant general, null, positive}" +– Tôi thực sự khuyên bạn nên dùng Mioposto.,"{restaurant general, Mioposto, positive}","{restaurant general, Mioposto, positive}" +"đồ ăn tuyệt vời, chính thống, ngon và rất, rất phải chăng.","{food quality, đồ ăn, positive};{food prices, đồ ăn, positive}","{food quality, đồ ăn, positive};{food prices, đồ ăn, positive}" +Tôi đã ăn ở đây ba lần và thấy chất lượng và sự đa dạng của các món cá là tuyệt vời.,"{food quality, cá, positive};{food style_options, cá, positive}","{food quality, món cá, positive};{food style_options, món cá, positive}" +"Nhưng cô ấy lại rất thân thiện với một số người, khiến mọi chuyện càng trở nên khó chịu hơn.","{service general, null, negative}","{service general, cô ấy, negative}" +thực đơn thông thường ở đây hơi nhỉnh hơn mức trung bình nhưng không đáng để bạn phải nhận thái độ khinh thường.,"{food quality, thực đơn thông thường, neutral};{service general, null, negative}","{food prices, thực đơn, negative};{service general, null, negative}" +"Ngoài ra, họ còn phục vụ món hummus ngon nhất ở Mỹ, với một ít dầu ô liu thơm (tôi tin rằng đó là cách truyền thống)!","{food quality, hummus, positive};{food style_options, hummus, positive}","{food quality, hummus, positive}" +tuyệt vời bia,"{drinks quality, bia, positive}","{drinks quality, bia, positive}" +Hải sản Plus,"{food quality, Hải sản, positive}","{restaurant general, Hải sản Plus, positive}" +"Thật đáng buồn khi không có nhiều người thường xuyên ăn ở những nơi như thế này, nơi có vẻ đắt tiền vì chúng nằm trong khách sạn... nhưng chúng chắc chắn là nơi bạn không muốn bỏ lỡ, đặc biệt là nếu bạn ở trung tâm thành phố San Jose.","{restaurant general, null, positive}","{restaurant general, null, negative};{restaurant prices, null, negative}" +"Họ phục vụ nó trong một chiếc cốc hình đồng hồ cát cao, gầy để che giấu sự thật rằng bạn đang nhận được một ly nước ép nhỏ với giá nửa gallon trong siêu thị.","{drinks style_options, null, negative};{drinks prices, null, negative}","{food style_options, ly nước ép, negative};{food prices, ly nước ép, negative}" +"đồ ăn thì ổn, nhưng dịch vụ thì tệ đến mức đồ ăn đều nguội lạnh mặc dù mọi người trong đoàn tôi đều được phục vụ.","{food quality, đồ ăn, neutral};{service general, dịch vụ, negative}","{food quality, đồ ăn, neutral};{service general, dịch vụ, negative}" +tuyệt vời bữa ăn – cá trên đĩa omikase thực sự tuyệt hảo -- không hề có chút dai nào thường thấy ở sushi ngon -- món cá này thật hoàn hảo! ! ! ! !,"{food quality, bữa ăn, positive};{food quality, cá trên đĩa omikase, positive}","{food quality, omikase, positive};{food quality, cá trên đĩa, positive}" +"Đồ uống rất tuyệt, và tôi cảm thấy như mình đang ở một quốc gia thế giới thứ ba khi bước vào cửa.","{drinks quality, Đồ uống, positive};{ambience general, null, positive}","{drinks quality, Đồ uống, positive};{restaurant miscellaneous, null, positive}" +Mở & Mát Địa điểm với những món ngon nhất Pizza và Cà phê,"{ambience general, Địa điểm, positive};{drinks quality, Cà phê, positive};{food quality, Pizza, positive}","{food quality, Pizza, positive};{food quality, Cà phê, positive};{restaurant general, Địa điểm, positive}" +Kem brulee trà xanh là món không thể bỏ qua!,"{food quality, Kem brulee trà xanh, positive}","{food quality, Kem brulee trà xanh, positive}" +Tôi đã tìm được một ngôi nhà mới và vừa chuyển đến đây sau khi ký hợp đồng thuê nhà dài hạn.,"{restaurant general, null, positive}","{restaurant miscellaneous, null, positive}" +"Họ không phải là những người nói nhiều, nhưng mỗi lần tôi đến đó, họ đều rất bận rộn, có lẽ điều này giải thích cho việc họ ít trò chuyện.","{service general, null, neutral}","{service general, null, positive}" +"Bản thân chiếc pizza pizza không hẳn là chiếc pizza ngon nhất mà tôi từng ăn, nhưng vẫn khá ngon.","{food quality, pizza, positive}","{food quality, pizza, positive}" +"Lần thứ hai chúng tôi cũng gặp tình trạng tương tự người phục vụ, vì vậy có thể dịch vụ không đồng đều và chúng tôi may mắn.","{service general, người phục vụ, positive}","{service general, người phục vụ, negative};{service general, dịch vụ, negative}" +– Đó là một tuyên bố lớn khi biết rằng tôi đã bắt cua và tự làm bánh từ khi tôi khoảng bảy tuổi - nhưng có điều gì đó ở những con quỷ nhỏ này ngày càng trở nên ngon hơn.,"{food quality, bánh, positive}","{food quality, quỷ nhỏ, positive}" +Tuyệt vời Đồ ăn Ý!,"{food quality, Đồ ăn Ý, positive}","{food quality, Đồ ăn Ý, positive}" +"Tuy nhiên, nơi này địa điểm là một viên ngọc quý, và tôi sẽ không ngừng quay lại.","{restaurant general, địa điểm, positive}","{restaurant general, địa điểm, positive}" +"Quán rất đông, vì vậy hãy đến sớm để có chỗ ngồi, nếu bạn phải đợi thì cũng không sao vì dịch vụ rất nhanh!","{service general, dịch vụ, positive}","{service general, dịch vụ, positive};{restaurant miscellaneous, Quán, positive}" +"Bữa tối chỉ kéo dài khoảng một giờ và giá cả cũng ổn so với khu vực này, gần 50 đô la/người sau thuế và tiền boa (mức trung bình).","{restaurant prices, null, neutral}","{restaurant prices, null, neutral};{meal duration, bữa tối, neutral}" +hành tây chiên giòn thật tuyệt!,"{food quality, hành tây chiên giòn, positive}","{food quality, hành tây chiên giòn, positive}" +Nếu bạn đang ở khu vực này thì bạn không nên thất vọng.,"{restaurant general, null, positive}","{restaurant general, null, positive}" +– Khu tài chính lớn địa điểm của Mexico.,"{restaurant general, địa điểm của Mexico, positive}","{restaurant miscellaneous, địa điểm của Mexico, neutral}" +lượt quay đặc biệt của nhà thực sự rất tốt.,"{food quality, lượt quay đặc biệt của nhà, positive}","{food quality, lượt quay đặc biệt của nhà, positive}" +nhân viên phục vụ rất có kinh nghiệm và luôn sẵn lòng giúp bạn kết hợp đồ uống theo khẩu vị món ăn hoặc ngược lại.,"{service general, nhân viên phục vụ, positive}","{service general, nhân viên phục vụ, positive}" +Sự hoàn hảo .,"{restaurant general, null, positive}","{food quality, null, positive}" +Kém dịch vụ khách hàng / kém pizza .,"{food quality, pizza, negative};{service general, dịch vụ khách hàng, negative}","{service general, dịch vụ khách hàng, negative};{food quality, pizza, negative}" +"Nhìn chung, tôi sẽ quay lại và ăn ở nhà hàng một lần nữa.","{restaurant general, null, positive}","{restaurant general, nhà hàng, positive}" +Người phục vụ đã đưa ra một số sake gợi ý rất hay.,"{drinks quality, sake, positive};{service general, Người phục vụ, positive}","{service general, người phục vụ, positive}" +Nhận xét tiêu cực duy nhất của tôi là tôi ước miếng lớn hơn một chút.,"{food style_options, miếng, negative}","{food style_options, miếng, negative}" +"Tôi đã chọn măng tây, nó thực sự rất ngon và được chế biến hoàn hảo.","{food quality, măng tây, positive}","{food quality, măng tây, positive}" +Điều có thể khiến nhiều người quan tâm là thái độ/dịch vụ tệ nhất lại đến từ chủ sở hữu của cơ sở này.,"{service general, chủ sở hữu, negative}","{service general, dịch vụ, negative}" +Nhược điểm duy nhất là địa điểm này thực sự đắt đỏ và khẩu phần thì khá ít.,"{restaurant prices, địa điểm, negative};{food style_options, khẩu phần, negative}","{food style_options, khẩu phần, negative};{restaurant prices, địa điểm, negative}" +"Tệ dịch vụ, đồ ăn ổn, đắt","{restaurant prices, null, negative};{food quality, đồ ăn, neutral};{service general, dịch vụ, negative}","{food quality, đồ ăn, neutral};{food prices, đồ ăn, negative};{service general, dịch vụ, negative}" +Mặc dù dịch vụ có thể được cải thiện khi xem xét đến số tiền bạn bỏ ra.,"{service general, dịch vụ, negative}","{service general, dịch vụ, negative}" +"Bạn thường xuyên nhìn thấy những gia đình và bạn bè người Ấn Độ dùng bữa ở đó, đó luôn là một dấu hiệu tốt.","{restaurant miscellaneous, null, positive}","{restaurant miscellaneous, null, positive}" +"Nếu tôi muốn xếp hàng vào Chủ Nhật trong một giờ để có được mức trung bình đồ ăn sáng muộn, thì tôi sẽ đặt Murphy lên đầu danh sách.","{food quality, đồ ăn sáng muộn, neutral};{service general, null, negative}","{restaurant miscellaneous, Murphy, positive}" +Với số lượng thực phẩm chúng tôi nhận được thì giá phải thấp hơn.,"{food prices, thực phẩm, negative}","{food prices, thực phẩm, positive}" +"Luôn luôn bận rộn, nhưng họ rất giỏi trong việc sắp xếp chỗ ngồi cho bạn đúng giờ và phục vụ nhanh chóng .","{service general, null, positive}","{service general, null, positive}" +danh sách rượu vang thật tuyệt vời và đồ ăn làm tôi nhớ đến chuyến đi Ý gần đây của tôi.,"{drinks style_options, danh sách rượu vang, positive}","{drinks style_options, danh sách rượu vang, positive};{food quality, đồ ăn, positive}" +"đồ ăn rất tuyệt, rượu margarita cũng vậy nhưng cô hầu bàn quá bận rộn với nhóm khách lớn hơn của cô ấy mà không chăm sóc tốt hơn cho tôi và bạn tôi.","{drinks quality, rượu margarita, positive};{food quality, đồ ăn, positive};{service general, cô hầu bàn, negative}","{service general, cô hầu bàn, negative};{drinks quality, rượu margarita, positive};{food quality, đồ ăn, positive}" +Tôi không thể nói đủ điều tốt về nhà hàng này và tôi không thể chờ đợi cho những lần ghé thăm tiếp theo của mình.,"{restaurant general, null, positive}","{restaurant general, nhà hàng, positive}" +Yêu nó mọi lúc,"{restaurant general, null, positive}","{restaurant general, null, positive}" +Chúng tôi là người địa phương và có cảm giác rằng cách duy nhất nơi này tồn tại được ở mức trung bình như vậy đồ ăn là vì hầu hết khách hàng có lẽ chỉ là khách du lịch một lần.,"{food quality, đồ ăn, negative}","{restaurant miscellaneous, place, negative}" +Tôi cũng thích món salad caeser của họ.,"{food quality, salad caeser, positive}","{food quality, món salad caeser, positive}" +Cô ấy không làm cho bạn cảm thấy được chào đón và đối xử với bạn như một sự phiền toái.,"{service general, null, negative}","{service general, null, negative}" +Kích thước vừa phải cho thực đơn.,"{restaurant miscellaneous, null, positive}","{food style_options, thực đơn, neutral}" +đồ ăn thật tuyệt vời và nhân viên phục vụ luôn hoàn hảo mỗi lần chúng tôi đến đó.,"{food quality, đồ ăn, positive};{service general, nhân viên phục vụ, positive}","{service general, nhân viên phục vụ, positive};{food quality, đồ ăn, positive}" +món tráng miệng là cái kết hoàn hảo cho một bữa tối gần như hoàn hảo.,"{food quality, món tráng miệng, positive};{food quality, bữa tối, positive}","{food quality, món tráng miệng, positive}" +"Tôi đã từng đến đây, đã chi rất nhiều tiền cho một bữa tối đặc biệt đầu bếp và đó là một sự thất vọng lớn.","{food quality, đầu bếp, negative};{food prices, đầu bếp, negative}","{food quality, đầu bếp, negative};{food prices, đầu bếp, negative}" +TÔI ĐÃ TÌM THẤY MỘT NGÔI NHÀ MỚI TRÊN ĐƯỜNG SECOND AVENUE ! ! ! ! ! ! ! ! ! ! !,"{restaurant general, null, positive}","{restaurant general, NGÔI NHÀ, positive}" +"– Phải đợi ba mươi phút để vào cửa vào sáng thứ ba, nhưng thật đáng giá.","{restaurant general, null, positive};{restaurant miscellaneous, null, negative}","{restaurant miscellaneous, null, positive}" +"– Thật buồn khi thấy một địa điểm từng là ``THÀNH PHỐ `` địa điểm để gặp gỡ và ăn sáng hoặc ăn trưa, giờ đây lại trở thành địa điểm trở thành ``ĐỪNG QUAN TÂM `` lớn.","{restaurant general, địa điểm, negative}","{restaurant miscellaneous, địa điểm, negative}" +"gà chanh có vị giống như bánh rán ngọt dẻo và tôm óc chó mật ong, một số ít mà họ thực sự mang đến cho bạn ... thì không ngon.","{food quality, tôm óc chó mật ong, negative};{food style_options, tôm óc chó mật ong, negative};{food quality, gà chanh, negative}","{food quality, tôm óc chó mật ong, negative};{food quality, gà chanh, negative}" +"Thật lãng mạn - và thậm chí tuyệt vời ngay cả khi đi cùng chị gái tôi, khiến tôi nhớ đến nước Ý, và có tác phẩm nghệ thuật và âm nhạc giúp duy trì cảm giác như đang ở trong một biệt thự Địa Trung Hải.","{ambience general, âm nhạc, positive};{ambience general, null, positive};{ambience general, tác phẩm nghệ thuật, positive}","{ambience general, null, positive}" +sushi rất tuyệt vời và nhân viên phục vụ rất nhanh nhẹn.,"{service general, nhân viên phục vụ, positive};{food quality, sushi, positive}","{service general, nhân viên phục vụ, positive};{food quality, sushi, positive}" +"Trên thực tế, nhiều người muốn quay lại lần thứ hai sau chuyến thăm này.","{restaurant general, null, positive}","{restaurant general, null, positive}" +– Tốt nhất Nhà hàng Mexico để ăn trưa ở khu tài chính.,"{restaurant general, Nhà hàng Mexico, positive}","{restaurant general, Nhà hàng Mexico, positive}" +tôi thích nơi này địa điểm!,"{restaurant general, địa điểm, positive}","{restaurant general, địa điểm, positive}" +bầu không khí thật tuyệt vời.,"{ambience general, bầu không khí, positive}","{ambience general, bầu không khí, positive}" +Thích hợp cho một ngày lạnh.,"{food quality, null, positive}","{restaurant miscellaneous, null, positive}" diff --git a/experiments/de-en-zh/preds_zh.csv b/experiments/de-en-zh/preds_zh.csv new file mode 100644 index 0000000000000000000000000000000000000000..4ab3ab2a271f66c539a28e1666d1d3868443b309 --- /dev/null +++ b/experiments/de-en-zh/preds_zh.csv @@ -0,0 +1,545 @@ +input,gold,pred +我等了 10-15 分钟服务点了一杯啤酒,但之后再也没有人提供服务。,"{service general, 服务, negative}","{service general, 服务, negative}" +氛围 是孩子们在迪士尼市中心奔跑时享受的一个宁静而轻松的休息时间。,"{ambience general, 氛围, positive}","{ambience general, 氛围, positive}" +隐藏的小杰姆,"{restaurant general, null, positive}","{restaurant general, 小杰姆, positive}" +我和一位外地的朋友一起去了那里...我们都非常感动!,"{restaurant general, null, positive}","{restaurant general, null, positive}" +它有很棒的寿司甚至更好的服务。,"{food quality, 寿司, positive};{service general, 服务, positive}","{food quality, 寿司, positive};{service general, 服务, positive}" +他们的所有菜单项都很受欢迎,而且还提供含羞草鸡尾酒。,"{food quality, 菜单项, positive}","{food quality, 菜单项, positive};{drinks style_options, 含羞草鸡尾酒, positive}" +–...以及最佳的夏季甲板体验——如果您在西雅图的夜晚感到寒冷,他们甚至会给您送来毯子。,"{ambience general, 甲板, positive};{service general, null, positive}","{ambience general, 甲板, positive}" +– 在西雅图住了 12 年之后雷家被评为我们总是回去的地方。,"{restaurant general, 雷家, positive}","{restaurant general, 雷家, positive}" +在这儿你不会出错。,"{restaurant general, null, positive}","{restaurant general, null, positive}" +我想我可能已经尝试过他们菜单上的每道菜至少一次,每道菜都很棒。,"{food quality, 菜单, positive}","{food quality, 菜单, positive}" +– 意大利辣香肠 切得很厚——好吃。,"{food style_options, 意大利辣香肠, positive}","{food quality, 意大利辣香肠, positive}" +绿茶焦糖布丁我每次吃都觉得味道更好。,"{food quality, 绿茶焦糖布丁, positive}","{food quality, 绿茶焦糖布丁, positive}" +不要以为太精致,你就觉得不舒服,而要打扮。,"{ambience general, null, positive}","{ambience general, null, negative}" +气氛很好。,"{ambience general, 气氛, positive}","{ambience general, 气氛, positive}" +绝对棒极了!,"{restaurant general, null, positive}","{restaurant general, null, positive}" +避开地点,"{restaurant general, 地点, negative}","{restaurant general, 地点, negative}" +说实话,我吃过更好的冷冻食品披萨。,"{food quality, 披萨, negative}","{food quality, 披萨, negative}" +服务 非常出色——有时感觉我们受到了一群友好的 服务员 的服务。,"{service general, 服务员, positive};{service general, 服务, positive}","{service general, 服务员, positive};{service general, 服务, positive}" +而且他们把所有东西都包装得很好,所以不会洒出来。,"{service general, null, positive}","{food style_options, null, positive}" +非常好 !,"{restaurant general, null, positive}","{restaurant general, null, positive}" +这食物是有罪的。,"{food quality, 食物, positive}","{food quality, 食物, negative}" +首先,大约 8-10 盎司橙汁的价格为 3 美元。,"{drinks prices, 橙汁, negative}","{drinks prices, 橙汁, negative}" +好清酒选择。,"{drinks style_options, 清酒选择, positive}","{drinks style_options, 清酒选择, positive}" +尽管我可以没有和我们一起度过这个夜晚的年轻人,但我们出色的服务员和食物使这次体验非常愉快。,"{restaurant miscellaneous, null, positive};{food quality, 食物, positive};{service general, 服务员, positive}","{food quality, 食物, positive};{service general, 服务员, positive}" +多么棒的发现啊!,"{restaurant general, null, positive}","{restaurant general, null, positive}" +– Mioposto 有非常有创意又美味的披萨菜单。,"{food quality, 披萨菜单, positive};{food style_options, 披萨菜单, positive}","{food style_options, 披萨菜单, positive};{food quality, 披萨, positive}" +在最近的一次旅行中,我们的服务员极其不屑一顾,而至少三名工作人员却对坐在附近的一对日本女孩百般伺候。,"{service general, 服务员, negative}","{service general, 服务员, negative};{service general, 工作人员, positive}" +当我点这类食物时,我通常吃不完西兰花,但第一次吃到时,每一块都和第一块一样丰富多彩……扇贝和虾非常新鲜,烹饪得非常好。,"{food quality, 虾, positive};{food quality, 西兰花, positive};{food quality, 扇贝, positive}","{food quality, null, positive};{food quality, 虾, positive};{food quality, 扇贝, positive}" +它不是最便宜的寿司但每次都是值得的。,"{food prices, 寿司, neutral};{food quality, 寿司, positive}","{food prices, 寿司, negative};{food quality, 寿司, positive}" +在那里吃过饭后,你绝不会感到恶心和饱。,"{food quality, null, positive}","{restaurant general, null, positive}" +作为一个四人小团体的一部分,我们的食物被毫无评论地送走了;,"{service general, null, negative}","{service general, null, negative}" +我希望有一天纵帆船或更高版本能恢复到以前的样子。,"{restaurant general, 纵帆船或更高版本, negative}","{restaurant general, 纵帆船或更高版本, negative}" +首先,食物上得很快,而且很齐整:)我喜欢这一点...我讨厌食物一件接一件上来的浮夸。,"{service general, null, positive}","{food style_options, 食物, positive};{service general, null, positive}" +食物很棒!,"{food quality, 食物, positive}","{food quality, 食物, positive}" +如果某个地方在开放期间,每周的每一天都有人排队,那你就知道它很棒了。,"{restaurant general, 地方, positive}","{restaurant miscellaneous, 地方, positive}" +最令人惊喜的是,支票没有超出我的预期,就像在大多数地方一样。,"{restaurant prices, null, positive}","{restaurant prices, null, positive}" +充其量,食物很好,但价格肯定过高。,"{food prices, 食物, negative};{food quality, 食物, positive}","{restaurant prices, null, negative};{food quality, 食物, positive}" +室外露台区有一个简短的菜单。,"{food style_options, 菜单, neutral}","{ambience general, 室外露台区, positive}" +洛杉矶最佳印度菜,"{food quality, 印度菜, positive}","{food quality, 印度菜, positive}" +直奔主题吧--这真是太神奇了!,"{restaurant general, null, positive}","{restaurant general, null, positive}" +食物 已经不像以前那样了 ( 药水 已经严重缩减) 价格上涨了,而且 服务 是我在任何地方 (包括欧洲大陆) 经历过的最差的。,"{food prices, 食物, negative};{food style_options, 药水, negative};{food quality, 食物, negative};{service general, 服务, negative}","{food quality, 药水, negative};{restaurant prices, null, negative};{service general, 服务, negative}" +黎巴嫩食物!好吃!,"{food quality, 黎巴嫩食物, positive}","{food quality, 黎巴嫩食物, positive}" +西兰花非常新鲜,味道也很好。,"{food quality, 西兰花, positive}","{food quality, 西兰花, positive}" +而且他们提供的数量和价格都很合适。,"{food style_options, null, positive}","{food style_options, null, positive};{food prices, null, positive}" +非常令人失望,"{restaurant general, null, negative}","{food quality, null, negative}" +西雅图最佳 酒单,"{drinks style_options, 酒单, positive}","{drinks style_options, 酒单, positive}" +– 我对这个地方说不完。,"{restaurant general, 地方, positive}","{restaurant general, 地方, positive}" +– 我已经在这个地方吃饭超过 8 年了,从来没有吃过一顿糟糕的餐。,"{food quality, 餐, positive}","{food quality, 餐, positive}" +我回到家并再次在网上查找,发现有一个赠品链接无效,于是给餐厅发了一封电子邮件,告知他们不存在的服务和欺骗性链接。,"{restaurant miscellaneous, 餐厅, negative}","{service general, 服务, negative}" +价值 100 美元(1 盘)的盘子里摆满了精美的(3 块奇异的鱼)菜肴,但没有一块是可吃的。,"{food quality, 奇异的鱼, negative};{food style_options, 奇异的鱼, negative};{food prices, 盘子, negative}","{food quality, 鱼, negative};{food style_options, 盘子, positive};{food prices, 盘子, negative}" +我吃了美味的羊肉咖喱,萨格奶酪,萨莫萨三角饺,印度烤饼等。,"{food quality, 萨格奶酪, positive};{food quality, 印度烤饼, positive};{food quality, 羊肉咖喱, positive};{food quality, 萨莫萨三角饺, positive}","{food quality, 印度烤饼, positive};{food quality, 萨格奶酪, positive};{food quality, 三角饺, positive};{food quality, 羊肉咖喱, positive};{food quality, 萨莫萨, positive}" +服务非常好寿司。,"{food quality, 寿司, positive}","{food quality, 寿司, positive};{service general, 服务, positive}" +和往常一样,主厨搭配在新鲜度上没有让人失望,尽管在创造力和选择性方面得分较低。,"{food quality, 主厨搭配, positive};{food style_options, 主厨搭配, negative}","{food quality, 主厨, positive};{food style_options, 主厨, positive}" +米饭太干,金枪鱼也不太新鲜。,"{food quality, 金枪鱼, negative};{food quality, 米饭, negative}","{food quality, 米饭, negative};{food quality, 金枪鱼, negative}" +他们的蟹肉班尼迪克蛋令人上瘾。,"{food quality, 蟹肉班尼迪克蛋, positive}","{food quality, 蟹肉班尼迪克蛋, positive}" +留点空间吃美味的甜点。,"{food quality, 甜点, positive}","{food quality, 甜点, positive}" +我们的服务员非常专业且友好。,"{service general, 服务员, positive}","{service general, 服务员, positive}" +我是根据推荐来这里的,并且肯定会一次又一次地再来。,"{restaurant general, null, positive}","{restaurant general, null, positive}" +食物 都很好,但是味道太淡了。,"{food quality, 食物, positive};{food quality, 食物, negative}","{food quality, 食物, negative}" +– 我和我的丈夫喜欢在 Mioposto Café 吃饭。,"{restaurant general, Mioposto 咖啡馆, positive}","{restaurant general, Mioposto Café, positive}" +– 这是一次很棒的用餐体验。,"{restaurant general, null, positive}","{restaurant general, null, positive}" +工作人员 真的很友好。,"{service general, 工作人员, positive}","{service general, 工作人员, positive}" +我们每人轻易就花掉了 40 多美元(不包括酒水),而且仍然很饿。,"{restaurant prices, null, negative};{food style_options, null, negative}","{restaurant prices, null, negative};{food quality, null, negative}" +就新鲜度而言,这里与东京的餐厅不相上下。,"{food quality, null, positive}","{food quality, null, positive}" +Groovy音乐让晚餐变得轻松随意。,"{ambience general, 音乐, positive}","{ambience general, 音乐, positive}" +在我们团体中的一名成员被一名女服务员反复撞倒后,我们礼貌地请求他不要被撞,这让那名女服务员开始破口大骂。,"{service general, 女服务员, negative}","{service general, 女服务员, negative}" +– Ray's(令人惊讶地)拥有这座城市最好、最丰富多彩的酒单。,"{drinks style_options, 酒单, positive}","{drinks style_options, 酒单, positive}" +不过我可能不会再回去,因为我不知道是否值得。,"{restaurant general, null, negative}","{restaurant general, null, negative}" +薯片和莎莎酱 非常美味,而且价格非常实惠。,"{restaurant prices, null, positive};{food quality, 薯片和莎莎酱, positive}","{food quality, 薯片和莎莎酱, positive};{food prices, 薯片和莎莎酱, positive}" +侍酒师 非常棒,很踏实,而且知识渊博。,"{service general, 侍酒师, positive}","{service general, 侍酒师, positive}" +大厚意大利辣香肠,"{food style_options, 意大利辣香肠, positive}","{food quality, 意大利辣香肠, positive}" +根本不值得去那里并在那里花钱!!!,"{restaurant general, null, negative}","{restaurant general, null, negative}" +价格高得离谱,"{restaurant prices, null, negative}","{restaurant prices, null, negative}" +室内氛围很现代。,"{ambience general, 室内氛围, positive}","{ambience general, 室内氛围, positive}" +不要去!,"{restaurant general, null, negative}","{restaurant general, null, negative}" +在这种情况发生之前,我的建议是远离。,"{restaurant general, null, negative}","{restaurant general, null, negative}" +哦,我忘了说了,他们没有面包服务。,"{service general, null, negative}","{service general, null, negative}" +它们一点也不油腻。,"{food quality, null, positive}","{food quality, null, positive}" +音乐 很棒,没有比这更好或更坏的夜晚,酒吧招待员 慷慨地倒酒,轻松的 氛围 会让你精神振奋。,"{ambience general, 氛围, positive};{ambience general, 音乐, positive};{drinks style_options, 酒吧招待员, positive}","{ambience general, 氛围, positive};{service general, 酒吧招待员, positive};{drinks style_options, 倒酒, positive};{ambience general, 音乐, positive}" +不错氛围,但被高估了地点。,"{ambience general, 氛围, positive};{restaurant general, 地点, negative}","{ambience general, 氛围, neutral};{location general, 地点, neutral}" +这里的寿司很美味!,"{food quality, 寿司, positive}","{food quality, 寿司, positive}" +– 我非常高兴地报告,我上周五在Ray's Boathouse吃的晚餐完全超出了我的预期。,"{restaurant general, Ray's Boathouse, positive}","{restaurant general, Ray's Boathouse, positive}" +就食品质量而言,晚餐一直都很棒。,"{food quality, 晚餐, positive}","{food quality, 食品, positive}" +他们的应用程序都很美味。,"{food quality, 应用程序, positive}","{food quality, null, positive}" +蓝丝带不负其盛名。,"{restaurant general, 蓝丝带, positive}","{food quality, 蓝丝带, positive}" +我感到很尴尬,下次就去了赌场的卫生间。,"{restaurant miscellaneous, null, negative}","{ambience general, 卫生间, negative}" +– 我决定在 Stack 吃饭,因为他们的演出前晚餐有固定价格。,"{food prices, 演出前晚餐有固定价格, neutral}","{restaurant prices, Stack, positive}" +– 我带父母来这里庆祝他们的结婚纪念日——非常非常失望!!!,"{restaurant general, null, negative}","{restaurant miscellaneous, null, negative}" +无与伦比寿司!,"{food quality, 寿司, positive}","{food quality, 寿司, positive}" +首先,我们可爱的服务员布鲁克很快就过来为我拿下饮料订单。,"{service general, 布鲁克, positive}","{service general, 服务员, positive}" +每次叫“0-sixtynine”的时候调酒师都会给大家买酒!,"{service general, 调酒师, positive}","{service general, 调酒师, positive}" +无尽的乐趣,令人敬畏音乐,很棒员工!!!,"{service general, 员工, positive};{restaurant general, null, positive};{ambience general, 音乐, positive}","{ambience general, 音乐, positive};{restaurant general, 员工, positive}" +公平菜单选择。,"{food style_options, 菜单选择, neutral}","{food style_options, 菜单选择, positive}" +晚餐的第一部分,有两个淘气的孩子坐在我们附近......后来他们被一个可爱的青春期前儿童所取代,每次在她的餐桌上提到海鲜,她都会假装作呕。,"{restaurant miscellaneous, null, negative}","{restaurant miscellaneous, null, negative}" +我拒绝了,因为在试图修复鸡蛋的过程中,他们打破了盘子中的其他东西,我太沮丧了,无法继续下去。,"{food quality, 盘子, negative}","{food style_options, 鸡蛋, negative}" +有很多菜,但最好的是三种龙虾。,"{food quality, 三种龙虾, positive}","{food quality, 三种龙虾, positive};{food style_options, 菜, positive}" +开胃菜 很有趣,但是 焦糖布丁 非常美味可口。,"{food quality, 焦糖布丁, positive};{food quality, 开胃菜, positive}","{food quality, 焦糖布丁, positive};{food quality, 开胃菜, positive}" +装饰 美丽而独特。,"{ambience general, 装饰, positive}","{ambience general, 装饰, positive}" +它新鲜,热情,美味,令人放松。,"{food quality, null, positive};{ambience general, null, positive}","{food quality, null, positive}" +令人上瘾!,"{restaurant general, null, positive}","{restaurant general, null, positive}" +甚至连我通常认为太干的鹰嘴豆都好吃。,"{food quality, 鹰嘴豆, positive}","{food quality, 鹰嘴豆, positive}" +这地方太棒了!!,"{restaurant general, 地方, positive}","{restaurant general, 地方, positive}" +"这 是 一个 极大 的 赞美 , 特别 是 在 变化无常 的 餐饮 业 中 , ... 已经 足够 了 ! ","{restaurant general, null, positive}","{restaurant general, null, positive}" +我端着空杯子坐在那里二十多分钟后就离开了。,"{service general, null, negative}","{service general, null, negative}" +一定要尝尝牡蛎卷。,"{food quality, 牡蛎卷, positive}","{food quality, 牡蛎卷, positive}" +我很惊讶这个餐厅被归类为$ $ $ 而不是$ $ $ $ 。,"{restaurant prices, 餐厅, negative}","{restaurant prices, 餐厅, negative}" +还不错,但没有什么特别的。,"{food quality, null, neutral}","{restaurant general, null, neutral}" +服务 有点慢,我们的 女服务员 花了很长时间才给我们账单,尽管当时不是很忙。,"{service general, 女服务员, negative};{service general, 服务, negative}","{service general, 女服务员, negative};{service general, 服务, negative}" +– 很棒饮料、玉米牛肉丁、咖啡、B 快餐卷饼、无麸质菜单。,"{drinks quality, 咖啡, positive};{food style_options, 菜单, positive};{food quality, 玉米牛肉丁, positive};{drinks quality, 饮料, positive};{food quality, B 快餐卷饼, positive}","{food quality, 玉米牛肉丁, positive};{food quality, B 快餐卷饼, positive};{drinks quality, 饮料, positive};{food quality, 无麸质菜单, positive};{drinks quality, 咖啡, positive}" +午餐菜单 太划算了!,"{food prices, 午餐菜单, positive}","{food prices, 午餐菜单, positive}" +她花了很长时间才为我们点菜,续水的要求太高了,而且唯一一次她速度很快的是当我们要求结账时,我们才引起了她的注意。,"{service general, null, negative}","{service general, null, negative}" +服务员有点不友好,感觉餐厅很拥挤。,"{ambience general, 感觉, negative};{service general, 服务员, negative}","{ambience general, 餐厅, negative};{service general, 服务员, negative}" +– 我最近有幸在第二大街这家令人愉快的餐厅用餐,哇,我们度过了一个多么美好的夜晚。,"{restaurant general, 餐厅, positive}","{restaurant general, 第二大街, positive}" +这里的特色菜是颓废菜煎饼,但我已经回来过四次了,每次都让我惊叹不已。,"{food quality, 煎饼, positive}","{food quality, 颓废菜煎饼, positive}" +– 在市中心坐下来吃墨西哥菜相当便宜。,"{restaurant prices, null, positive};{location general, null, positive}","{food prices, 墨西哥菜, positive}" +开胃菜:牡蛎、龙虾、螃蟹(小份)对我的妻子来说是一道完美的主菜。,"{food quality, 开胃菜:牡蛎、龙虾、螃蟹(小份, positive}","{food quality, 牡蛎、龙虾、螃蟹(小份, positive}" +我刚刚发现你可以在晚上和周末拥有一个属于你自己的地方来举办一个私人聚会——迫不及待地想在那里庆祝我的下一个生日。,"{restaurant miscellaneous, 地方, positive}","{restaurant miscellaneous, null, positive}" +– 与西雅图的大多数餐厅一样,Mioposto 的服务很差而且食物价格过高。,"{food prices, 食物, negative};{service general, 服务, negative}","{service general, 服务, negative};{food prices, 食物, negative}" +但你可以很容易地听到他的声音,所以那是一种令人愉快的声音,而不是霸道的。,"{ambience general, null, positive}","{service general, null, positive}" +你亲自去那儿看看吧。,"{restaurant general, null, positive}","{restaurant general, null, positive}" +如果服务不是那么没有人情味和企业化的话,这是一个很棒的地方,有很大的潜力成为社区酒吧。,"{restaurant general, 地方, positive};{service general, 服务, negative}","{service general, 服务, negative};{restaurant general, 地方, positive}" +墨菲餐厅的 早午餐 美味极了,我的拿手菜... 蛋清煎蛋卷,食物 总是新鲜烹制的。,"{food quality, 蛋清煎蛋卷, positive};{food quality, 早午餐, positive};{food quality, 食物, positive}","{food quality, 食物, positive};{food quality, 蛋清煎蛋卷, positive}" +妈妈咪呀——我就住在这个附近,很幸运能住在这么棒的披萨店附近。,"{restaurant general, 披萨店, positive}","{restaurant general, 妈妈咪呀, positive}" +– 隐藏在比弗利中心附近。,"{location general, null, neutral}","{location general, null, positive}" +工作人员非常友好。,"{service general, 工作人员, positive}","{service general, 工作人员, positive}" +而且服务简直太棒了——令人非常高兴。,"{service general, 服务, positive}","{service general, 服务, positive}" +好吧...——也许我去的时候正好是某人心情不好的时候......,"{restaurant general, null, negative}","{service general, null, negative}" +我尝过水母、竹荚鱼、蓝鳍金枪鱼和清酒鱼卷等,味道都很好吃。,"{food quality, 水母, positive};{food quality, 蓝鳍金枪鱼, positive};{food quality, 竹荚鱼, positive};{food quality, 清酒鱼卷, positive}","{food quality, 水母, positive};{food quality, 竹荚鱼, positive};{food quality, 蓝鳍金枪鱼, positive};{food quality, 清酒鱼卷, positive}" +你还能说什么 很棒 人 很棒 食物 哇哦,"{service general, 人, positive};{food quality, 食物, positive}","{food quality, 食物, positive};{service general, 人, positive}" +一直都很好。,"{restaurant general, null, positive}","{restaurant general, null, positive}" +之后我觉得口干舌燥,离开餐厅后,喉咙里仍然有股独特的“味精”味道。,"{food quality, null, negative}","{food quality, null, negative}" +噢是的... 视图 也很好。,"{location general, 视图, positive}","{location general, 视图, positive}" +经理 不断地打断我们说“我还能为您做些什么吗?”,这是一个奇怪的评论,因为她几乎没有听我们说话,更不用说回应我们对这次经历所表达的失望了。,"{service general, 经理, negative}","{service general, 经理, negative}" +服务从平庸到令人反感。,"{service general, 服务, negative}","{service general, 服务, negative}" +新鲜原料而且超级美味。,"{food quality, null, positive};{food quality, 原料, positive}","{food quality, 原料, positive}" +这家餐厅的氛围很好,适合享用精致的菜肴。,"{ambience general, 氛围, positive}","{ambience general, 氛围, positive};{food quality, 菜肴, positive}" +而且楼上是一个很棒的闲逛地点。,"{ambience general, 楼上, positive}","{ambience general, 楼上, positive}" +- 不错 。,"{restaurant general, null, neutral}","{restaurant general, null, neutral}" +我吃了Kafta 盘子,它很完美。,"{food quality, Kafta 盘子, positive}","{food quality, Kafta 盘子, positive}" +– 这个地方因其早餐而闻名。,"{food quality, 早餐, positive}","{food quality, 早餐, positive}" +等了 35 分钟才等到一张 8 人桌,对于这么大一群人来说还算可以。,"{service general, null, neutral}","{service general, null, neutral}" +全体 工作人员 都非常热情周到,照顾到我的每一个需要。,"{service general, 工作人员, positive}","{service general, 工作人员, positive}" +这个地方真的很不错氛围... 美妙音乐,气氛而且看起来很开心人们。,"{restaurant miscellaneous, 人们, positive};{ambience general, 氛围, positive};{ambience general, 气氛, positive};{ambience general, 音乐, positive}","{ambience general, 氛围, positive};{ambience general, 人们, positive};{ambience general, 音乐, positive}" +尝试一下主厨精选寿司,因为烟熏黄尾鱼令人难以置信,而且卷也很美味。,"{food quality, 卷, positive};{food quality, 主厨精选寿司, positive};{food quality, 烟熏黄尾鱼, positive}","{food quality, 卷, positive};{food quality, 烟熏黄尾鱼, positive};{food quality, 主厨精选寿司, positive}" +寿司非常新鲜?你会觉得海洋就在他们家的后院,这可不是开玩笑!,"{food quality, 寿司, positive}","{food quality, 寿司, positive}" +食物 很好,但比平常 莎莎酱 稍微好吃一点。,"{food quality, 莎莎酱, positive};{food quality, 食物, positive}","{food quality, 莎莎酱, positive};{food quality, 食物, positive}" +对于挑剔的寿司爱好者和品尝过纽约最佳美食的人来说,鱼是最新鲜的,服务也是一流的。,"{food quality, 鱼, positive};{service general, 服务, positive}","{food quality, 鱼, positive};{service general, 服务, positive}" +老可靠,"{restaurant general, null, positive}","{restaurant general, 老可靠, positive}" +镇上最好的寿司店之一。,"{restaurant general, 寿司店, positive}","{restaurant general, 寿司店, positive}" +从 食物 方面来说,还不错,但是考虑到 餐厅 并不是一个高档的地方,所以价格有点贵。,"{food quality, 食物, neutral};{restaurant prices, 餐厅, negative};{ambience general, 餐厅, neutral}","{restaurant prices, 餐厅, neutral};{food quality, 食物, positive}" +– 喜欢他们的披萨,尤其是蘑菇披萨。,"{food quality, 披萨, positive};{food quality, 蘑菇披萨, positive}","{food quality, 披萨, positive};{food quality, 蘑菇披萨, positive}" +它们装在自己精致的外卖盒中,上面涂着一些自制的糖霜;非常清淡而且不太甜。,"{food quality, null, positive}","{food quality, 糖霜, positive}" +享受食物,"{food quality, 食物, positive}","{food quality, 食物, positive}" +我已经去过这家餐厅十几次了,到目前为止还没有什么抱怨。,"{restaurant general, 餐厅, positive}","{restaurant general, 餐厅, positive}" +我更喜欢自己点餐然后自己去取,因为我不喜欢那个服务员,尤其是那个年轻女子。,"{service general, 年轻女子, negative};{service general, 服务员, negative}","{service general, 年轻女子, negative};{service general, 服务员, negative}" +很棒的发现,"{restaurant general, null, positive}","{restaurant general, null, positive}" +虽然不是最新鲜的海鲜,但是味道和外观还不错。,"{food quality, 海鲜, neutral};{food style_options, 海鲜, neutral}","{food quality, 海鲜, negative};{food style_options, 海鲜, negative}" +但价值和服务都严重缺乏。,"{restaurant prices, null, negative};{service general, 服务, negative}","{restaurant prices, null, negative};{service general, 服务, negative}" +在格拉梅西/联合广场/东村,这是我的邻居,也是我最喜欢的 地点。,"{restaurant general, 地点, positive}","{restaurant general, 地点, positive}" +土豆配菜美味极了,labne(酸奶酱)也同样美味。,"{food quality, labne(酸奶酱, positive};{food quality, 土豆配菜, positive}","{food quality, 土豆配菜, positive};{food quality, labne(酸奶酱, positive}" +惊人的 。,"{restaurant general, null, positive}","{food quality, null, positive}" +多么美味、酥脆的美食啊!,"{food quality, null, positive}","{food quality, 美食, positive}" +很棒食物,更好玛格丽塔酒!,"{drinks quality, 玛格丽塔酒, positive};{food quality, 食物, positive}","{drinks quality, 玛格丽塔酒, positive};{food quality, 食物, positive}" +服务 确实周到、迷人。,"{service general, 服务, positive}","{service general, 服务, positive}" +最重要的是,看到这个非常有创意的菜单后,我们对食物感到非常兴奋。,"{food style_options, 菜单, positive}","{food style_options, 菜单, positive}" +适合 2 人居住的舒适点,"{ambience general, 点, positive}","{ambience general, null, positive}" +最好的事情是,价格也相当合理。,"{restaurant prices, null, positive}","{restaurant prices, null, positive}" +她答应和那位怒气冲冲走的女服务员谈话,但我们很难把她的诺言当真,因为她根本没记下女服务员的名字。,"{service general, null, negative}","{service general, null, negative}" +鹰嘴豆咖喱(chana masala)也非常棒。,"{food quality, 鹰嘴豆咖喱(chana masala, positive}","{food quality, 鹰嘴豆咖喱(chana masala, positive}" +"这个机构在 Guy Fieri 主持的美食电视节目“DINERS , DRIVE-INS , AND DIVES”播出后(这是反复出现的故事),确实明显衰落了,其中 Schooner or Later 是该节目的主题。","{restaurant general, 机构, negative}","{restaurant miscellaneous, Schooner or Later, negative}" +我喜欢珍宝蟹,在 Ray's 你可以用大约 6 种不同的方式享用它们!,"{food style_options, 珍宝蟹, positive}","{food style_options, 珍宝蟹, positive}" +食物 很美味,令人胃口大开。,"{food quality, 食物, positive}","{food quality, 食物, positive}" +这真是太神奇了。,"{restaurant general, null, positive}","{restaurant general, null, positive}" +这是一个享用美味餐点的好地方。,"{food quality, 餐点, positive}","{food quality, 餐点, positive}" +另外,我对米饭过敏,但服务员却非常热情周到——甚至都没有眨一下眼睛!,"{service general, 服务员, positive}","{service general, 服务员, positive}" +– 我对 Pagoda 的食物非常失望。,"{food quality, 食物, negative}","{food quality, Pagoda 的食物, negative}" +价格过高,"{restaurant prices, null, negative}","{food prices, null, negative}" +对于曾经是您吃过的最好的餐厅之一来说,这真是太可悲了。,"{restaurant general, null, negative}","{restaurant general, 餐厅, negative}" +一旦进入内部,真正的体验就开始了。,"{restaurant general, null, positive}","{ambience general, 内部, positive}" +服务员推荐了一杯完美的清酒!!,"{drinks quality, 清酒, positive}","{drinks quality, 清酒,positive}" +业主 对有投诉的客人很挑衅。,"{service general, 业主, negative}","{service general, 业主, negative}" +您想要的一切,甚至更多,非常新鲜。,"{food quality, null, positive};{food style_options, null, positive}","{food quality, null, positive}" +我的朋友很喜欢烤阿拉斯加帝王鲑鱼搭配美味的奶油华盛顿褐皮土豆和酥脆的青豆。,"{food quality, 奶油华盛顿褐皮土豆, positive};{food quality, 烤阿拉斯加帝王鲑鱼, positive};{food quality, 青豆, positive}","{food quality, 烤阿拉斯加帝王鲑鱼, positive};{food quality, 奶油华盛顿褐皮土豆, positive};{food quality, 青豆, positive}" +食物非常好,菲力牛排大概是我尝过的最好的。,"{food quality, 菲力牛排, positive};{food quality, 食物, positive}","{food quality, 菲力牛排, positive};{food quality, 食物, positive}" +– 梅赛德斯餐厅味道太好了,服务无疑棒极了!,"{food quality, null, positive};{service general, 服务, positive}","{restaurant general, 梅赛德斯餐厅, positive};{service general, 服务, positive}" +我强烈推荐他们的各种萨格和奶豆腐和科尔马。,"{food quality, 科尔马, positive};{food quality, 奶豆腐, positive};{food quality, 萨格, positive}","{food quality, 奶豆腐和科尔马, positive};{food quality, 萨格, positive}" +食物 很棒,而且他们调制的 血腥玛丽 很美味。,"{drinks quality, 血腥玛丽, positive};{food quality, 食物, positive}","{food quality, 血腥玛丽, positive};{food quality, 食物, positive}" +不错食物但是没有香料!,"{food quality, 食物, positive};{food quality, 食物, negative}","{food quality, 香料, negative};{food quality, 食物, positive}" +另一个优点是餐厅四周都是玻璃墙,给人一种开放感觉的感觉。,"{ambience general, 感觉, positive}","{ambience general, 餐厅, positive}" +好吃!,"{food quality, null, positive}","{food quality, null, positive}" +浴室 本身很小,有两个马桶和一个水槽,女孩一直待在那儿从分配器里取出纸巾。,"{restaurant miscellaneous, 浴室, negative}","{ambience general, 浴室, negative}" +喜欢辣酱玉米卷饼和鸡汤——一定要尝尝他们的特色菜。,"{food quality, 辣酱玉米卷饼, positive};{food quality, 鸡汤, positive};{food quality, 特色菜, positive}","{food quality, 辣酱玉米卷饼, positive};{food quality, 鸡汤, positive}" +这食物简直让人难忘!,"{food quality, 食物, positive}","{food quality, 食物, positive}" +管理层应该真正注意并培训他们的服务员并教他们一些适当的礼仪。,"{service general, 服务员, negative}","{service general, 服务员, negative}" +工作人员 很友好,装饰 很有道德且色彩缤纷。,"{service general, 工作人员, positive};{ambience general, 装饰, positive}","{ambience general, 装饰, positive};{service general, 工作人员, positive}" +我吃过的最好的茹万蒸。,"{food quality, 茹万蒸, positive}","{food quality, 茹万蒸, positive}" +份量对我来说足够了,但对于大胃王来说可能不太够。,"{food style_options, 份量, neutral}","{food style_options, 份量, negative};{food style_options, 份量, positive}" +尝试一下Insalata 披萨!,"{food quality, Insalata 披萨, positive}","{food quality, 披萨, positive}" +我仍然会推荐这个地方。,"{restaurant general, 地方, positive}","{restaurant general, 地方, positive}" +– 这里的寿司非常好,但是对于 5 美元一份的价格来说,要么鱼片应该更大一些,要么就不应该假装这是一家价格适中的餐厅(即使在纽约)。,"{food prices, 寿司, negative};{food style_options, 寿司, negative};{food quality, 寿司, positive};{restaurant prices, 餐厅, negative}","{food quality, 寿司, positive};{food prices, 寿司, negative};{food style_options, 鱼片, negative}" +您一定会度过一段非常愉快的时光。,"{restaurant general, null, positive}","{restaurant general, null, positive}" +我们后来又回来了,并且获得了很棒的体验,品尝了更多的小吃和各种各样的啤酒(冰凉、美味)。,"{drinks quality, 啤酒, positive};{restaurant general, null, positive}","{drinks quality, 啤酒, positive};{food quality, 小吃, positive}" +镇上最好的寿司。,"{food quality, 寿司, positive}","{food quality, 寿司, positive}" +工作人员非常友好,彬彬有礼,而且显然是中国人。,"{service general, 工作人员, positive}","{service general, 工作人员, positive}" +我们点了一些小盘菜,洋葱圈、山羊奶酪披萨、烤芦笋和炸布里干酪和水果都很好吃。,"{food quality, 烤芦笋, positive};{food quality, 洋葱圈, positive};{food quality, 炸布里干酪和水果, positive};{food quality, 山羊奶酪披萨, positive}","{food quality, 洋葱圈, positive};{food quality, 烤芦笋, positive};{food quality, 炸布里干酪和水果, positive};{food quality, 山羊奶酪披萨, positive}" +干得好!,"{restaurant general, null, positive}","{restaurant general, null, positive}" +不过,后来我意识到一件事,那就是这家餐厅在牛排上要么用了味精,要么用了嫩肉粉。,"{food quality, 牛排, negative}","{food quality, 牛排, negative}" +很棒清酒的选择。,"{drinks style_options, 清酒的选择, positive}","{drinks style_options, 清酒的选择, positive}" +向这些人致敬。,"{restaurant general, null, positive}","{restaurant general, 人, positive}" +除非你只是来喝几杯,否则我不建议你去这里。,"{restaurant general, null, negative}","{restaurant general, null, negative}" +太棒了(1 瓶酒)。,"{drinks quality, 酒, positive}","{drinks quality, 1 瓶酒, positive}" +芝麻开门拼盘给出的一大堆食物很划算。,"{food style_options, 芝麻开门拼盘, positive};{food prices, 芝麻开门拼盘, positive}","{food prices, 芝麻开门拼盘, positive};{food style_options, 芝麻开门拼盘, positive}" +被高估太多了!!!,"{restaurant general, null, negative}","{restaurant general, null, negative}" +值得等待,"{restaurant general, null, positive}","{restaurant general, null, positive}" +没有比这更好的了。,"{restaurant general, null, positive}","{restaurant general, null, positive}" +我们尝过的最好的蜂蜜核桃虾。,"{food quality, 蜂蜜核桃虾, positive}","{food quality, 蜂蜜核桃虾, positive}" +他们已经登上了美食网络,这是他们应得的。,"{restaurant miscellaneous, null, positive}","{food quality, null, positive}" +我喜欢温暖、舒适的环境。,"{ambience general, 环境, positive}","{ambience general, 环境, positive}" +傲慢态度,"{service general, null, negative}","{service general, null, negative}" +气氛令人向往,装饰喜庆而令人惊叹……,"{ambience general, 气氛, positive};{ambience general, 装饰, positive}","{ambience general, 气氛, positive};{ambience general, 装饰, positive}" +他们的特色卷令人印象深刻,尽管我不记得我们吃了什么。,"{food quality, 特色卷, positive}","{food style_options, 卷, positive}" +– 我很喜欢南瓜馄饨和山羊奶酪面疙瘩(一盘里有 5 个大面疙瘩,而不是 20 个左右的小面疙瘩),我姐姐也很喜欢她菠菜和土豆泥上的菲力牛排。,"{food quality, 南瓜馄饨, positive};{food quality, 山羊奶酪面疙瘩, positive};{food style_options, 山羊奶酪面疙瘩, positive};{food quality, 菠菜和土豆泥上的菲力牛排, positive}","{food quality, 南瓜馄饨, positive};{food style_options, 菲力牛排, positive};{food style_options, 山羊奶酪面疙瘩, positive}" +份量不是最大 份量 但是足够了。,"{food style_options, 份量, neutral}","{food style_options, 份量, positive}" +和一些朋友一起去,喝一杯咖啡等待半个小时左右,享受比平常更多的乐趣早餐。,"{food quality, 早餐, positive};{restaurant general, null, positive}","{restaurant general, null, positive}" +很棒服务。,"{service general, 服务, positive}","{service general, 服务, positive}" +然后他们向我们收取了最贵的清酒费(每份 20 美元以上),但实际上我们喝的清酒价格还不到这个价格的一半。,"{service general, null, negative}","{drinks prices, 清酒, negative};{drinks prices, 清酒, negative}" +可口的,"{food quality, null, positive}","{food quality, null, positive}" +咖喱鸡和鸡肉咖喱是我最喜欢的肉类菜肴。,"{food quality, 咖喱鸡, positive};{food quality, 鸡肉咖喱, positive}","{food quality, 咖喱鸡和鸡肉咖喱, positive}" +世界上最好的餐厅、优秀装饰、优秀客户服务、友好经理,"{service general, 经理, positive};{restaurant general, 餐厅, positive};{ambience general, 装饰, positive};{service general, 客户服务, positive}","{service general, 客户服务, positive};{ambience general, 装饰, positive};{restaurant general, 餐厅, positive};{service general, 经理, positive}" +饮料 很好。,"{drinks quality, 饮料, positive}","{drinks quality, 饮料, positive}" +食物 的呈现是额外的奖励,它看起来和尝起来一样棒!,"{food quality, 食物, positive};{food style_options, 食物, positive}","{food style_options, 食物, positive}" +即使如此,订单仍然不正确,我们仍在等待几件物品。,"{service general, null, negative}","{service general, null, negative}" +– 有一次我们在这里吃早餐时受到了非常粗鲁的对待。,"{service general, null, negative}","{service general, null, negative}" +美味食物、绝佳位置和友好服务让我们年复一年地光临。,"{location general, 位置, positive};{food quality, 食物, positive};{service general, 服务, positive}","{food quality, 食物, positive};{location general, 位置, positive};{service general, 服务, positive}" +哇 ! ! ! ! ! ! ! !,"{restaurant general, null, positive}","{restaurant general, null, positive}" +– 避免浪费时间,不要前往。,"{restaurant general, null, negative}","{restaurant general, null, negative}" +食物 很美味,又便宜。,"{food quality, 食物, positive};{food prices, 食物, positive}","{food quality, 食物, positive};{food prices, 食物, positive}" +嗯嗯...好!,"{restaurant general, null, positive}","{food quality, null, positive}" +如果你在那里度过一天并且不想开车去吃饭,那就太好了。,"{location general, null, positive}","{restaurant miscellaneous, null, positive}" +总而言之,我不得不说 Ray's Boathouse 值得拥有西雅图机构的称号。,"{restaurant general, Ray's Boathouse, positive}","{restaurant miscellaneous, Ray's Boathouse, positive}" +非常超值寿司,品质高,而且很漂亮设置。,"{ambience general, 设置, positive};{food prices, 寿司, positive};{food quality, 寿司, positive}","{food quality, 寿司, positive};{food prices, 寿司, positive};{food style_options, 设置, positive}" +虽然份量太多,我几乎吃不完,但是我还是吃完了,因为它太美味了。,"{food style_options, null, neutral};{food quality, null, positive}","{food style_options, 份量, negative};{food quality, null, positive}" +我喜欢这个餐厅,"{restaurant general, 餐厅, positive}","{restaurant general, 餐厅, positive}" +不推荐!!!,"{restaurant general, null, negative}","{restaurant general, null, negative}" +我们在那里站了 10 分钟,而员工来回走动,无视我们。,"{service general, 员工, negative}","{service general, 员工, negative}" +我和我的女朋友都认为食物非常平庸,尤其是考虑到价格。,"{food prices, 食物, negative};{food quality, 食物, negative}","{food quality, 食物, negative};{food prices, 食物, negative}" +– 这里的食物令人难以置信,尽管午餐的质量不稳定。,"{food quality, 午餐, negative};{food quality, 食物, positive}","{food quality, 午餐, negative};{food quality, 食物, positive}" +对于这个地方我并没有什么不好的评价。,"{restaurant general, 地方, positive}","{restaurant general, 地方, positive}" +唯一的问题是你真的必须先加热披萨然后才能食用,即使你提前订购也是如此。,"{food quality, 披萨, negative}","{food quality, 披萨, negative}" +– 这是我“必须带外地客人去”的餐厅,他们总是很喜欢它并对其赞不绝口。,"{restaurant general, 餐厅, positive}","{restaurant general, 餐厅, positive}" +我吃了kafta 盘并且我很喜欢它。,"{food quality, kafta 盘, positive}","{food quality, kafta 盘, positive}" +很显然他并不真的关心。,"{service general, null, negative}","{service general, null, negative}" +我点的凯撒沙拉柠檬太多了,我吃不下去。,"{food quality, 凯撒沙拉, negative}","{food quality, 凯撒沙拉, negative}" +我们的服务员整个晚上都很细心,但我仍然对一个问题感到困惑:谁认为Ray's是带小孩子去吃饭的合适地方?,"{restaurant miscellaneous, Ray's, neutral};{service general, 服务员, positive}","{restaurant miscellaneous, Ray's, negative};{service general, 服务员, positive}" +"好 食物 , 很好 服务 , 平均价格 ( 拉斯维加斯大道 )","{restaurant prices, null, neutral};{food quality, 食物, positive};{service general, 服务, positive}","{food quality, 食物, positive};{restaurant prices, 拉斯维加斯大道, neutral};{service general, 服务, positive}" +星期六下午 6 点,百老汇戏剧演出前,我们很快就入座并得到了服务。,"{service general, null, positive}","{service general, 服务, positive}" +他们对一切都非常细心,从味噌汤到复杂卷。,"{food quality, 卷, positive};{food quality, 味噌汤, positive}","{food quality, 卷, positive};{food quality, 味噌汤, positive}" +加上小费共计 6 美元。,"{restaurant prices, null, positive}","{service general, null, negative}" +气氛很棒。,"{ambience general, 气氛, positive}","{ambience general, 气氛, positive}" +换句话说,如果他们没有从您身上赚钱,那么您在他们的“服务等级”上的评分就不会很高。,"{service general, 服务, negative}","{restaurant prices, null, negative}" +– 我真的很喜欢在这里吃的顿饭。,"{food quality, 顿饭, positive}","{food quality, 顿饭, positive}" +播放的音乐很时髦,有20-30首流行音乐,但音响系统的低音炮却位于我的座位下方,这在晚餐时变得很烦人。,"{ambience general, 音响系统的低音炮, negative};{ambience general, 音乐, positive}","{ambience general, 音乐, positive};{ambience general, 低音炮, negative}" +神圣鹰嘴豆泥!,"{food quality, 鹰嘴豆泥, positive}","{food quality, 鹰嘴豆泥, positive}" +作为我的主菜,我非常喜欢烤阿拉斯加海扇贝搭配瑞士甜菜、洋蓟心、茴香和托斯卡纳佩科里诺奶酪。,"{food quality, 烤阿拉斯加海扇贝, positive};{food style_options, 烤阿拉斯加海扇贝, positive}","{food quality, 烤阿拉斯加海扇贝搭配瑞士甜菜、洋蓟心、茴香和托斯卡纳佩科里诺奶酪, positive}" +装饰是质朴的、传统的日本风格。,"{ambience general, 装饰, neutral}","{ambience general, 装饰, positive}" +不仅选择可以具有创新性,而且传统寿司也能保持良好的平衡。,"{food style_options, 寿司, positive};{food style_options, 选择, positive}","{food quality, 传统寿司, positive};{food style_options, 选择, positive}" +你很可能会失望。,"{restaurant general, null, negative}","{restaurant general, null, negative}" +食物 很棒,调酒师 也尽心尽力。,"{service general, 调酒师, positive};{food quality, 食物, positive}","{service general, 调酒师, positive};{food quality, 食物, positive}" +该餐厅提供丰富的酒单和您难忘的氛围!,"{ambience general, 氛围, positive};{drinks style_options, 酒单, positive}","{ambience general, 氛围, positive};{drinks style_options, 酒单, positive}" +馕 是我吃过的最好的食物之一,我真的很喜欢 巴达,番茄味不太重。,"{food quality, 馕, positive};{food quality, 巴达, positive}","{food quality, 馕, positive};{food quality, 巴达, positive};{food quality, 番茄, positive}" +致芝麻开门的主人......太棒了......我迫不及待地想回来到你们的餐厅吃饭!,"{restaurant general, 芝麻开门, positive}","{restaurant general, 芝麻开门的主人, positive}" +尽管鱼切得很薄,但它很新鲜。,"{food style_options, 鱼, negative};{food quality, 鱼, positive}","{food quality, 鱼, positive}" +从那时起我去过那里很多次,每次都过得很愉快。,"{restaurant general, null, positive}","{restaurant general, null, positive}" +我最喜欢的西雅图餐厅披萨店,"{restaurant general, 披萨店, positive}","{restaurant general, 披萨店, positive}" +我强烈推荐这个地方给所有第一次想尝试印度美食的人。,"{food quality, 印度美食, positive}","{restaurant miscellaneous, 地方, positive}" +被高估了,"{restaurant general, null, negative}","{restaurant general, null, negative}" +我经历过的最差服务,"{service general, 服务, positive}","{service general, 服务, negative}" +事实证明,老板就坐在我们旁边,当他过来检查我们的问题时,却不屑一顾,只给我们的账单象征性地提供了 20% 的折扣。,"{service general, 老板, negative}","{service general, 老板, negative}" +一天晚上,我和一些朋友去那里玩宾果游戏并观看红袜队的比赛,真是太棒了!,"{restaurant general, null, positive}","{restaurant general, null, positive}" +完全被高估了!,"{restaurant general, null, negative}","{restaurant general, null, negative}" +– 鸡蛋、煎饼、土豆、新鲜水果和酸奶——他们供应的一切都十分美味。,"{food quality, null, positive};{food quality, 土豆, positive};{food quality, 煎饼, positive};{food quality, 鸡蛋, positive};{food quality, 新鲜水果, positive};{food quality, 酸奶, positive}","{food quality, 鸡蛋, positive};{food quality, 新鲜水果, positive};{food quality, 酸奶, positive};{food quality, 煎饼, positive};{food quality, 土豆, positive}" +– Ray's 是享受高品质海鲜晚餐的最佳去处。,"{food quality, 海鲜晚餐, positive}","{food quality, 海鲜晚餐, positive}" +我也非常喜欢小餐馆的简洁装饰和亲密感觉。,"{ambience general, 装饰, positive};{ambience general, 感觉, positive}","{ambience general, 装饰, positive};{ambience general, 小餐馆, positive}" +我们要回去了。:D,"{restaurant general, null, positive}","{restaurant general, null, positive}" +我本该想到要提起这件事,但没想到食物会那么清淡。,"{food quality, 食物, negative}","{food quality, 食物, negative}" +当我走进去时,我被他们令人难以置信的木质装饰震惊了。,"{ambience general, 木质装饰, positive}","{ambience general, 木质装饰, positive}" +这是一家很小的地方所以如果你在周末(星期四 - 星期日)晚上 8 点之前到达那里,你会发现更容易在寿司吧找到一张桌子或一个座位。,"{restaurant miscellaneous, 地方, neutral}","{restaurant miscellaneous, 地方, positive}" +最佳邻居待命。,"{restaurant general, 待命, positive}","{restaurant general, null, positive}" +我会立刻再回去那里。,"{restaurant general, null, positive}","{restaurant general, null, positive}" +价格非常合理,尤其是考虑到食物的质量。,"{food prices, 食物, positive}","{food prices, 食物, positive};{food quality, 食物, positive}" +有足够的食物,相信我。,"{food style_options, 食物, positive}","{food style_options, 食物, positive}" +这里是二人浪漫约会或秘密幽会的完美地点!,"{restaurant miscellaneous, 地点, positive};{ambience general, 地点, positive}","{restaurant miscellaneous, 地点, positive}" +还有很棒的玛格丽塔酒!,"{drinks quality, 玛格丽塔酒, positive}","{drinks quality, 玛格丽塔酒, positive}" +它很朴实,很隐秘。,"{ambience general, null, positive}","{ambience general, null, positive}" +这个地方是我妈妈做的饭菜以外最好的。,"{food quality, null, positive}","{food quality, 地方, positive}" +最佳地点是在游艇周围享用休闲的周日早餐,然后漫步到附近的农贸市场。,"{restaurant miscellaneous, 地点, positive}","{restaurant miscellaneous, 地点, positive}" +如果可以的话,乘船来到这个地方并玩上一整个晚上。,"{restaurant miscellaneous, 地方, positive}","{restaurant miscellaneous, 地方, positive}" +我们吃的甜点是芒果姜汁焦糖布丁...噢啦啦,美味极了!!!,"{food quality, 芒果姜汁焦糖布丁, positive}","{food quality, 芒果姜汁焦糖布丁, positive}" +等待是值得的,特别是当桌子准备好时他们会给你打电话。,"{restaurant general, null, positive}","{service general, 等待, positive}" +他们拥有种类繁多的鱼,甚至列出了它们来自哪个大洋:大西洋或太平洋。,"{food style_options, 鱼, positive}","{food style_options, 鱼, positive}" +嗯,我想,当一个人对工作人员来说是看不见的,那么就座是很难的。,"{service general, 工作人员, negative}","{service general, 工作人员, negative}" +非常开放和友好氛围。,"{ambience general, 氛围, positive}","{ambience general, 氛围, positive}" +用餐结束后与经理的简短交谈让我们感到非常失望——说我们“被冷落”也是一种轻描淡写。,"{service general, 经理, negative}","{service general, 经理, negative}" +Ray's 是西雅图的一家老店,但考虑到它的美丽海峡景观,我曾怀疑它的荣誉更多是归功于它的风景,而不是它的食物和服务。,"{location general, 海峡景观, positive}","{location general, Ray's, positive};{restaurant miscellaneous, Ray's, positive}" +我发誓再也不回来吃温热的啤酒和平庸的饭菜了。,"{drinks quality, 啤酒, negative};{food quality, 饭菜, negative}","{food quality, 饭菜, negative};{drinks quality, 温热的啤酒, negative}" +如果外面天气好的话,可以要求一张阳台的桌子。,"{ambience general, 阳台, positive}","{location general, 阳台的桌子, positive}" +很棒食物,超棒氛围!,"{ambience general, 氛围, positive};{food quality, 食物, positive}","{ambience general, 氛围, positive};{food quality, 食物, positive}" +我以一种不寻常的方式结束了这顿晚餐波特酒和巧克力品尝甜点......真好吃!,"{food quality, 波特酒和巧克力品尝甜点, positive}","{food quality, 波特酒和巧克力品尝甜点, positive}" +我吃了贝类和虾开胃菜,味道还不错。,"{food quality, 贝类和虾开胃菜, neutral}","{food quality, 贝类和虾开胃菜, neutral}" +披萨 皮很薄,菜单 提供非常有创意的组合和配料。,"{food style_options, 披萨, positive};{food style_options, 菜单, positive}","{food style_options, 披萨, positive};{food quality, 皮, positive};{food style_options, 配料, positive};{food style_options, 组合, positive}" +这是一个享受美食和会见朋友的好地方。,"{food quality, 美食, positive};{restaurant miscellaneous, 地方, positive}","{restaurant general, 地方, positive}" +服务 非常棒,咖啡 甚至按照星巴克的标准来看也很不错,食物 非常出色。,"{drinks quality, 咖啡, positive};{food quality, 食物, positive};{service general, 服务, positive}","{food quality, 食物, positive};{service general, 服务, positive};{drinks quality, 咖啡, positive}" +这是地方放松和享受业界所能提供的最优质食物。,"{ambience general, 地方, positive};{food quality, 食物, positive}","{food quality, 食物, positive}" +我会独自回去体验葡萄酒。,"{drinks quality, 葡萄酒, positive}","{drinks quality, 葡萄酒, positive}" +西雅图最好的鱿鱼!,"{food quality, 鱿鱼, positive}","{food quality, 鱿鱼, positive}" +斯努兹 的摆设非常精美,是那种只要你到那里就会感觉自己更高级的地方;但剥开层层外衣,你就会发现这是一家价格过高的 IHOP,而且菜单高档 菜单。,"{restaurant prices, 斯努兹, negative};{food style_options, 菜单, negative};{ambience general, 斯努兹, positive}","{ambience general, 斯努兹, positive};{restaurant prices, 斯努兹, negative};{food style_options, 菜单, negative};{food prices, 菜单, negative}" +我向经理投诉,但他甚至没有道歉。,"{service general, 经理, negative}","{service general, 经理, negative}" +不仅仅是一个伟大的景观!,"{location general, 景观, positive}","{location general, 景观, positive}" +气氛还不错。,"{ambience general, 气氛, neutral}","{ambience general, 气氛, positive}" +坐下后大约花了 30 分钟才终于吃到饭。,"{service general, null, negative}","{service general, null, negative}" +– 在餐厅不断削减成本的时代,很高兴看到有一家餐厅能够逆势而上,提供高品质食物和优质服务的服务,仅此而已。,"{food quality, 食物, positive};{service general, 服务, positive}","{restaurant general, 餐厅, positive};{food quality, 食物, positive};{service general, 服务, positive}" +我非常喜欢氛围,但是食物不值这个价。,"{food prices, 食物, negative};{ambience general, 氛围, positive};{food quality, 食物, negative}","{ambience general, 氛围, positive};{food quality, 食物, negative};{food prices, 食物, negative}" +它位于比佛利购物中心附近的一个商业街上,虽然不是最好的位置,但是食物让我不断回来。,"{location general, 位置, neutral};{food quality, 食物, positive}","{food quality, 食物, positive};{location general, 位置, neutral}" +在我的餐中,我不得不退回我的鸡蛋,因为一个简单的要求是在烹饪之前打碎蛋黄,如果我没有完全拒绝餐的话,我就不得不再次将它们送回。,"{food quality, 鸡蛋, negative};{food quality, 餐, negative}","{food quality, 鸡蛋, negative}" +乐队 非常棒而且 服务 很周到。,"{ambience general, 乐队, positive};{service general, 服务, positive}","{ambience general, 乐队, positive};{service general, 服务, positive}" +– 如何形容纽约最好的寿司:嗯,美味,惊人,极好,多汁,完美,不,以上皆是。,"{food quality, 寿司, positive}","{food quality, 寿司, positive}" +– Schooner or Later 的迷人之处位于长滩码头的位置和平凡之处食物遗憾的是无法弥补其极差的品质客户服务。,"{service general, 客户服务, negative};{location general, 位于长滩码头的位置, positive};{food quality, 食物, neutral}","{location general, 位置, positive};{food quality, 食物, negative};{service general, 客户服务, negative}" +我们马上就坐了,那张桌子很私密,很舒适。,"{ambience general, table, positive};{ambience general, 桌子, positive}","{ambience general, 桌子, positive}" +好清酒,好食物——说实话,我根本不太了解日本食物。,"{drinks quality, 清酒, positive};{food quality, 食物, positive}","{drinks quality, 清酒, positive};{food quality, 日本食物, positive};{food quality, 食物, positive}" +带上您的手机,因为您可能需要等待才能进入世界上最好的寿司餐厅:蓝带寿司。,"{restaurant general, 蓝带寿司, positive}","{restaurant miscellaneous, 蓝带寿司, positive}" +最后我们花了 27 美元,吃了 4 小份(2 份煎饼)、一份(3 份早餐卷饼)、一份(4 份橙汁)和一份(5 份冰茶)(我喝了水)。,"{food prices, 煎饼, negative};{drinks prices, 冰茶, negative};{food prices, 早餐卷饼, negative};{food style_options, 煎饼, negative};{drinks prices, 橙汁, negative}","{food prices, null, negative};{food style_options, null, negative}" +好食物!,"{food quality, 食物, positive}","{food quality, 食物, positive}" +餐饮 令人难以置信,而且 Raouls 鸡肉蔬菜汤 震撼了我的世界!!!,"{food quality, Raouls 鸡肉蔬菜汤, positive};{food quality, 餐饮, positive}","{food quality, 餐饮, positive};{food quality, Raouls 鸡肉蔬菜汤, positive}" +当我看到那个时我应该直接要求结账;但是他们的菜单是如此独特所以我继续吃了。,"{food style_options, 菜单, positive}","{food style_options, 菜单, positive}" +很棒早餐,"{food quality, 早餐, positive}","{food quality, 早餐, positive}" +龙虾烩饭鲈鱼是最好的。,"{food quality, 龙虾烩饭鲈鱼, positive}","{food quality, 龙虾烩饭鲈鱼, positive}" +– 无论您是想庆祝什么特殊场合,这里的氛围都非常棒。,"{ambience general, 氛围, positive}","{ambience general, 氛围, positive}" +很棒时令鱼和海鲜,而且很优雅海滨环境。,"{ambience general, 海滨环境, positive};{food quality, 时令鱼, positive};{food quality, 海鲜, positive}","{ambience general, 海滨环境, positive};{food quality, 时令鱼, positive};{food quality, 海鲜, positive}" +披萨 不是很大而且 饼皮 很薄... 点餐时请记住这一点。,"{food style_options, 披萨, neutral};{food style_options, 饼皮, neutral}","{food style_options, 披萨, negative};{food quality, 饼皮, negative}" +Mioposto 唯一的优点是其优越的位置。,"{location general, 位置, positive}","{location general, Mioposto, positive}" +我也很欣赏他们的送货。,"{service general, 送货, positive}","{service general, 送货, positive}" +非常失望。,"{restaurant general, null, negative}","{food quality, null, negative}" +披萨 很美味,沙拉 也棒极了。,"{food quality, 披萨, positive};{food quality, 沙拉, positive}","{food quality, 沙拉, positive};{food quality, 披萨, positive}" +最新鲜的寿司——我喜欢这个餐厅。,"{restaurant general, 餐厅, positive};{food quality, 寿司, positive}","{food quality, 寿司, positive}" +牛排 做得完全符合我的口味 (半熟),而且美味多汁。,"{food quality, 牛排, positive}","{food quality, 牛排, positive}" +说实话,如果您追求的是朴实无华的当地乐趣,那么来这里准没错。,"{ambience general, null, positive}","{ambience general, null, positive}" +业主 非常有趣,啤酒选择 值得一去。,"{service general, 业主, positive};{drinks style_options, 啤酒选择, positive}","{drinks style_options, 啤酒选择, positive};{service general, 业主, positive}" +很棒生啤酒和瓶装啤酒选择而且披萨很棒。,"{food quality, 披萨, positive};{drinks style_options, 生啤酒和瓶装啤酒选择, positive}","{drinks style_options, 生啤酒, positive};{drinks style_options, 瓶装啤酒选择, positive};{food quality, 披萨, positive}" +我保证你不会失望,这里还有代客停车服务。,"{restaurant general, null, positive};{restaurant miscellaneous, null, positive}","{parking general, 代客停车服务, positive}" +享用美味的夜宵食物。,"{food quality, 食物, positive}","{food quality, 夜宵食物, positive}" +不过 份量 很大,所以不要点太多。,"{food style_options, 份量, neutral}","{food style_options, 份量, positive}" +绝对是我很长时间以来见过的最好的点唱机之一。,"{ambience general, 点唱机, positive}","{restaurant general, 点唱机, positive}" +服务 不错。,"{service general, 服务, neutral}","{service general, 服务, positive}" +绝对美味。,"{food quality, null, positive}","{food quality, null, positive}" +噢,还有奶酪薯条太棒了!,"{food quality, 奶酪薯条, positive}","{food quality, 奶酪薯条, positive}" +坐在外面后排的每个人都同意这是我们所经历过的最差的服务。,"{service general, 服务, negative}","{service general, 服务, negative}" +我可能不是寿司大师,但我可以告诉你,这里的食物只是一般,没有什么特别之处。,"{food quality, 食物, negative}","{food quality, 寿司, negative}" +优秀食物,不错氛围,相当昂贵,"{restaurant prices, null, negative};{ambience general, 氛围, positive};{food quality, 食物, positive}","{restaurant prices, null, negative};{ambience general, 氛围, positive};{food quality, 食物, positive}" +入口即化握寿司和生鱼片,而且非常美味卷寿司。,"{food quality, 握寿司, positive};{food quality, 生鱼片, positive};{food quality, 卷寿司, positive}","{food quality, 抓寿司, positive};{food quality, 卷寿司, positive};{food quality, 生鱼片, positive}" +最后,这是一顿令您终生难忘的餐饭!,"{food quality, 餐, positive}","{food quality, 餐饭, positive}" +最好食物,卓越服务,"{food quality, 食物, positive};{service general, 服务, positive}","{food quality, 食物, positive};{service general, 服务, positive}" +如果您想挥霍一晚,我推荐您来这里!(有点贵),"{restaurant prices, null, negative};{restaurant general, null, positive}","{restaurant prices, null, negative};{restaurant general, null, positive}" +虽然这家餐馆的食物相当不错,但是餐厅工作人员似乎对我们的存在完全漠不关心,这种态度反映在服务的缺乏上。,"{service general, 餐厅工作人员, negative};{food quality, 食物, positive}","{service general, 服务, negative};{food quality, 食物, positive}" +无可比性,"{restaurant general, null, positive}","{restaurant general, null, positive}" +所以关于虾,它们很新鲜并且面糊有点脆......非常好......核桃被切成小块并且非常脆并且很好吃。,"{food quality, 虾, positive};{food quality, 面糊, positive};{food quality, 核桃, positive}","{food quality, 虾, positive};{food quality, 核桃, positive}" +我很高兴我家附近有一家很棒的意大利餐厅。,"{restaurant general, 意大利餐厅, positive}","{restaurant general, 意大利餐厅, positive}" +我们等了一个小时才有座位。,"{service general, null, negative}","{service general, null, negative}" +我们下了订单,虽然我们点了 4 份开胃菜,但食物直到 45 分钟后才送来......还有主菜。,"{service general, null, negative}","{service general, null, negative}" +我已经等不及这个周末再回去了!,"{restaurant general, null, positive}","{restaurant general, null, positive}" +如果您对美味(没有鱼的味道或气味)、大份份量和有创意寿司菜肴感兴趣,那么这里就是您的最佳选择……,"{food style_options, 份量, positive};{food quality, null, positive};{food style_options, 寿司菜肴, positive}","{food quality, 寿司菜肴, positive};{food style_options, 份量, positive}" +一年中任何时候,这里都是接待外地客人的完美之地。,"{restaurant general, 地, positive}","{restaurant miscellaneous, null, positive}" +我品尝了她盘子里的所有三道菜,味道都很棒。,"{food quality, 盘子, positive}","{food quality, 三道菜, positive}" +适合无需预订的深夜用餐(最后一刻计划)。,"{restaurant miscellaneous, null, positive}","{restaurant miscellaneous, null, positive}" +我从来没有对那里的食物失望过。,"{food quality, 食物, positive}","{food quality, 食物, positive}" +– 迄今为止东村最好的酒吧……,"{restaurant general, 酒吧, positive}","{restaurant general, 酒吧, positive}" +这是一个非常适合观赏人们的地方。,"{restaurant miscellaneous, 地方, positive}","{ambience general, 地方, positive}" +空间 有限,但是 食物 弥补了这一点。,"{food quality, 食物, positive};{restaurant miscellaneous, 空间, negative}","{food style_options, 食物, positive};{ambience general, 空间, negative}" +扇贝 显然是用黑橄榄黄油烹制的,这确实使它们独一无二(更不用说美味了)。,"{food quality, 扇贝, positive};{food style_options, 扇贝, positive}","{food quality, 扇贝, positive};{food quality, 黑橄榄黄油, positive}" +这个地方很迷人,让人放松。,"{ambience general, 地方, positive}","{ambience general, 地方, positive}" +一点儿也不耐嚼。,"{food quality, null, positive}","{food quality, null, negative}" +我们只在西雅图呆了一晚,我很高兴我们选择了光芒作为晚餐!,"{restaurant general, 光芒, positive}","{restaurant general, 光芒, positive}" +– 我永远不会忘记在这家餐厅体验到的令人惊叹的饭菜、服务和氛围。,"{ambience general, 氛围, positive};{food quality, 饭菜, positive};{service general, 服务, positive}","{ambience general, 氛围, positive};{food quality, 饭菜, positive};{service general, 服务, positive}" +令人惊叹西班牙鲭鱼特色开胃菜和完美盒装寿司(那鳗鱼配鳄梨——嗯嗯嗯)。,"{food quality, 盒装寿司, positive};{food quality, 鳗鱼配鳄梨, positive};{food quality, 西班牙鲭鱼特色开胃菜, positive}","{food quality, 西班牙鲭鱼特色开胃菜, positive};{food quality, 盒装寿司, positive};{food quality, 鳗鱼配鳄梨, positive}" +在周末,您可能需要等待几个小时。,"{service general, null, neutral}","{service general, null, negative}" +– 食物 不太好 & 服务员 很粗鲁。,"{food quality, 食物, negative};{service general, 服务员, negative}","{service general, 服务员, negative};{food quality, 食物, negative}" +接下来是9 盎司牛排,味道很棒,至少一开始是这样的。,"{food quality, 9 盎司牛排, positive}","{food quality, 9 盎司牛排, positive}" +当我到达那里时,我坐在楼上,那里的气氛很舒适,但服务却很糟糕!,"{ambience general, 气氛, positive};{service general, 服务, negative}","{ambience general, 气氛, positive};{service general, 服务, negative}" +酒单令人难以置信,种类繁多,食物全都令人难以置信,工作人员都非常友好,工作出色,有文化。,"{service general, 工作人员, positive};{drinks style_options, 酒单, positive};{food quality, 食物, positive}","{service general, 工作人员, positive};{drinks style_options, 酒单, positive};{food quality, 食物, positive};{service general, 工作人员, positive}" +– 不可能再好了!!!!!!!,"{restaurant general, null, positive}","{restaurant general, null, positive}" +星期天下午有乐队演奏,非常有趣。,"{ambience general, 乐队, positive}","{ambience general, 乐队演奏, positive}" +一切,我的意思是菜单上的一切都是美味的。,"{food quality, 菜单上, positive}","{food quality, 菜单, positive}" +我知道很多人都有自己喜欢的披萨类型和披萨餐厅,但是 Mioposto 的披萨质量不佳,味道也不好。,"{food quality, 披萨, negative}","{food quality, 披萨, negative}" +东海岸只有一个地方拥有这一切,甚至更多。,"{restaurant general, 地方, positive}","{restaurant general, 地方, positive}" +永远是赢家。,"{restaurant general, null, positive}","{restaurant general, null, positive}" +之前的评论说对孩子很友好... 让我带着两个小孩休息一下,这真是太轻松了。,"{restaurant miscellaneous, null, negative}","{restaurant miscellaneous, null, positive}" +披萨 又清淡又美味。,"{food quality, 披萨, positive}","{food quality, 披萨, positive}" +看看墙上的艺术品,颜色非常丰富多彩!,"{ambience general, 墙上的艺术品, positive}","{ambience general, 壁上的艺术品, positive}" +平庸食物,"{food quality, 食物, neutral}","{food quality, 食物, neutral}" +我再也不会回来了。,"{restaurant general, null, negative}","{restaurant general, null, negative}" +我们费了好大劲才引起女服务员的注意,最后不得不起身走进去和经理谈话。,"{service general, 女服务员, negative}","{service general, 女服务员, negative}" +永远不会太拥挤而且总是很棒服务。,"{restaurant miscellaneous, null, positive};{service general, 服务, positive}","{service general, 服务, positive};{ambience general, null, positive}" +你和一个热辣的约会对象在一起,他/她很想吃寿司...那么这里可能就是你要找的地方。,"{food quality, 寿司, positive}","{restaurant miscellaneous, 地方, positive}" +— 我简直不敢相信Murphy's已经存在了 25 多年,太神奇了。,"{restaurant miscellaneous, Murphy's, positive}","{restaurant general, Murphy's, positive}" +周五可能会很忙,但是一旦入座,服务非常高效,您可以快速进出。,"{service general, 服务, positive}","{service general, 服务, positive}" +它可搭配胡椒酱或红酒浓汁一起食用,但两者的味道难以区分。,"{food quality, 胡椒酱, neutral};{food quality, 红酒浓汁, neutral}","{food quality, null, negative}" +城里最友善的 服务员。,"{service general, 服务员, positive}","{service general, 服务员, positive}" +服务很礼貌,很周到。,"{service general, 服务, positive}","{service general, 服务, positive}" +在撰写本文时,我刚刚再次尝试了他们提供的链接,但仍然不起作用。,"{restaurant miscellaneous, null, negative}","{restaurant miscellaneous, null, negative}" +由于没有人在桌边停留,所以我们可能有的任何其他需求都无法得到满足。,"{service general, null, negative}","{service general, null, negative}" +好寿司,价格高,"{food prices, 寿司, negative};{food quality, 寿司, positive}","{food quality, 寿司, positive};{food prices, 寿司, negative}" +但是服务员非常细心,非常友好。,"{service general, 服务员, positive}","{service general, 服务员, positive}" +各位朋友,我去过这个地方,那里很糟糕。,"{restaurant general, 地方, negative}","{restaurant general, 地方, negative}" +很棒服务,"{service general, 服务, positive}","{service general, 服务, positive}" +这就像在一家完全不同的餐厅用餐一样。,"{restaurant general, null, positive}","{restaurant general, null, negative}" +竖起两个大拇指!,"{food quality, null, positive}","{restaurant general, null, positive}" +想象一下,当我发现观点仅仅是Ray 的的第三好东西时,我有多么惊喜!,"{restaurant general, Ray 的, positive};{location general, 观点, positive}","{restaurant general, 观点, positive}" +毫无疑问,这是我吃过的最好吃的金枪鱼。,"{food quality, 金枪鱼, positive}","{food quality, 金枪鱼, positive}" +如果您要去看丹尼·甘斯 (Danny Gans) 或者只是在 Mirage 酒店住宿,千万不要错过这个。,"{restaurant general, null, positive}","{restaurant miscellaneous, null, positive}" +很棒午餐地点,"{restaurant general, 午餐地点, positive}","{restaurant general, 午餐地点, positive}" +我喜欢这里的早餐。,"{food quality, 早餐, positive}","{food quality, 早餐, positive}" +生鱼片 是我尝过的最好吃、最鲜嫩的。,"{food quality, 生鱼片, positive}","{food quality, 生鱼片, positive}" +他们的菜单一定不会令你失望。,"{food style_options, 菜单, positive}","{food style_options, 菜单, positive}" +很多人都在谈论好吃的披萨和差的服务,所以这不可能只是少数不满意的顾客的牢骚。,"{food quality, 披萨, positive};{service general, 服务, negative}","{food quality, 披萨, positive};{service general, 服务, negative}" +我不会回去。,"{restaurant general, null, negative}","{restaurant general, null, negative}" +我的服务非常出色!,"{service general, 服务, positive}","{service general, 服务, positive}" +我们肯定会再来这家餐厅。,"{restaurant general, 餐厅, positive}","{restaurant general, 餐厅, positive}" +一定会回来的。,"{restaurant general, null, positive}","{restaurant general, null, positive}" +也许在某个千载难逢的晚上,当厨师决定使用还算不错的鱼时,这道菜会很不错。,"{food quality, 鱼, negative}","{food quality, 鱼, negative}" +– 我只去过芝麻开门一次,但我仍然对这次经历感到震惊!!,"{restaurant general, 芝麻开门, positive}","{restaurant general, 芝麻开门, positive}" +煎饼 确实很有创意,但是煎饼套餐( 3 种不同的 煎饼 样品)中 3-6 英寸 煎饼(其中一个更像是 5 英寸)的价格为 8.50 美元,这确实太贵了。,"{food prices, 煎饼, negative};{food style_options, 煎饼, positive}","{food style_options, 煎饼套餐, negative};{food style_options, 煎饼, negative};{food prices, 煎饼套餐, negative}" +然而,一个星期天下午,我和我的丈夫去了(尽管我大声抗议),并且感到很惊喜。,"{restaurant general, null, positive}","{restaurant general, null, positive}" +非常值得,"{restaurant general, null, positive}","{restaurant general, null, positive}" +注意——对于热爱极品的人来说,它是真正的食物。,"{food quality, 食物, positive}","{food quality, null, positive}" +我有一个但是——卫生间里有一名卫生间服务员,这很奇怪。,"{restaurant miscellaneous, 卫生间, negative}","{service general, 卫生间服务员, negative}" +最好的菜是亲爱的核桃虾——非常出色。,"{food quality, 亲爱的核桃虾, positive}","{food quality, 核桃虾, positive}" +即使提供独特的菜肴,煎饼也应该更大(至少 8 英寸)才能证明花费是合理的。,"{food style_options, 煎饼, negative}","{food style_options, 煎饼, negative};{food quality, 菜肴, positive}" +– 我第一次来这家餐厅吃饭是和我儿子一起,那真是太糟糕了!,"{restaurant general, 餐厅, negative}","{restaurant general, 餐厅, negative}" +出色的,"{restaurant general, null, positive}","{food quality, null, positive}" +停车场相当不错,他们有自己的停车场,你也可以把车停在附近的公园。,"{restaurant miscellaneous, null, positive}","{parking general, 停车场, positive}" +凯撒沙拉非常棒。,"{food quality, 凯撒沙拉, positive}","{food quality, 凯撒沙拉, positive}" +— 我不明白我怎么会对这个地方陌生这么久...法士达沙拉,科罗拉多,法士达——一切都很美味。,"{food quality, 科罗拉多, positive};{food quality, 法士达, positive};{food quality, 法士达沙拉, positive}","{food quality, 法士达, positive};{food quality, 科罗拉多, positive};{food quality, 法士达沙拉, positive}" +我很久以来尝过的最好的中国菜,"{food quality, 中国菜, positive}","{food quality, 中国菜, positive}" +价格也合适。,"{restaurant prices, null, positive}","{restaurant prices, null, positive}" +可口的 ... !,"{food quality, null, positive}","{food quality, null, positive}" +我们报了名,尽管还有空桌子,但我们被告知要等 30 分钟。,"{service general, null, negative}","{service general, null, negative}" +咖啡 也很好。,"{drinks quality, 咖啡, positive}","{drinks quality, 咖啡, positive}" +我们等了 30 多分钟才等到饮料,等了一个半小时才等到食物。,"{service general, null, negative}","{service general, null, negative}" +柜台后面的服务员 总是友好而乐于助人。,"{service general, 柜台后面的服务员, positive}","{service general, 柜台后面的服务员, positive}" +我们的服务员根本不存在,而且在我们点餐一个多小时后食物终于送到了,却没有给我们任何水或餐具。,"{service general, 服务员, negative}","{service general, 服务员, negative}" +— 这个地方被高估得令人难以置信。,"{restaurant general, 地方, negative}","{restaurant general, 地方, negative}" +非常差客户服务。,"{service general, 客户服务, negative}","{service general, 客户服务, negative}" +我们对于他们的美味佳肴披萨赞不绝口!,"{food quality, 披萨, positive}","{food quality, 披萨, positive}" +此外,虽然鱼无疑是新鲜的,但卷却往往令人费解地寡淡。,"{food quality, 卷, negative};{food quality, 鱼, positive}","{food quality, 卷, negative};{food quality, 鱼, positive}" +唯一的缺点是拥挤座位和缓慢服务。,"{restaurant miscellaneous, 座位, negative};{service general, 服务, negative}","{service general, 服务, negative};{ambience general, 座位, negative}" +纽约剩下的吸烟场所不多了,但我在城里找到了我最喜欢的吸烟场所阳台。,"{restaurant miscellaneous, 阳台, positive}","{restaurant general, 阳台, positive}" +我们分享了家庭拼盘,我特别喜欢酒糟黑鳕鱼。,"{food quality, 酒糟黑鳕鱼, positive}","{food quality, 酒糟黑鳕鱼, positive}" +但是空间小巧可爱,而且服务很有帮助。,"{ambience general, 空间, positive};{service general, 服务, positive}","{ambience general, 空间, positive};{service general, 服务, positive}" +等待是值得的。,"{restaurant general, null, positive}","{restaurant general, null, positive}" +好吃。,"{food quality, null, positive}","{food quality, null, positive}" +美味可口,"{food quality, null, positive}","{food quality, null, positive}" +- 平庸服务/质量,"{service general, 服务, neutral}","{service general, 服务, negative};{food quality, null, negative}" +– 这是我最喜欢的午餐地点之一,份量足份量,速度快服务,味道棒极了玛格丽塔酒!!,"{food style_options, 份量, positive};{restaurant general, null, positive};{drinks quality, 玛格丽塔酒, positive};{service general, 服务, positive}","{food style_options, 份量, positive};{drinks quality, 玛格丽塔酒, positive};{service general, 服务, positive}" +镇上最好的蟹饼,"{food quality, 蟹饼, positive}","{food quality, 蟹饼, positive}" +我在这里吃过的所有东西都很好吃,墨西哥沙拉,墨西哥卷饼,辣酱玉米卷饼我喜欢这个地方。,"{food quality, null, positive};{food quality, 墨西哥沙拉, positive};{restaurant general, 地方, positive};{food quality, 辣酱玉米卷饼, positive};{food quality, 墨西哥卷饼, positive}","{food quality, 墨西哥沙拉, positive};{food quality, 辣酱玉米卷饼, positive};{food quality, 墨西哥卷饼, positive};{restaurant general, 地方, positive}" +很好 披萨,很差 服务,"{food quality, 披萨, positive};{service general, 服务, negative}","{service general, 服务, negative};{food quality, 披萨, positive}" +灿烂,"{restaurant general, null, positive}","{restaurant general, null, positive}" +我最好的朋友吃了鸡肉沙威玛,她仍然赞叹不已,说它是最好吃的!,"{food quality, 鸡肉沙威玛, positive}","{food quality, 鸡肉沙威玛, positive}" +印花棉布 份,"{food style_options, 份, negative}","{food style_options, 印花棉布, positive}" +好吃。,"{food quality, 吃, positive}","{food quality, null, positive}" +通常情况下,餐馆会询问你想要多辣的辣度,但他们没有。,"{service general, null, negative}","{service general, null, negative}" +我一直觉得服务员和厨师(如果你坐在吧台)都非常友好。,"{service general, 厨师, positive}","{service general, 服务员, positive};{service general, 厨师, positive}" +菜单上的所有菜品都令人赞叹不已。,"{food quality, 菜单, positive}","{food style_options, 菜单, positive}" +我们两人的团队特别有野心,我们大吃了一顿希尔肖尔拼盘……各种各样的巨型白海湾虾、烟熏长鳍金枪鱼、用莳萝调味的雷氏美味马尼拉蛤蜊、美味的扇贝酱油调味汁,以及放在精致的黄油酱上的一小堆珍宝蟹。,"{food quality, 酱油调味汁, positive};{food quality, 马尼拉蛤蜊, positive};{food style_options, 白海湾虾, positive};{food style_options, 希尔肖尔拼盘, positive};{food quality, 黄油酱, positive}","{food quality, 雷氏美味马尼拉蛤蜊, positive};{food quality, 众多巨型白海湾虾, positive};{food quality, 烟熏长鳍金枪鱼, positive};{food quality, null, positive};{food quality, 扇贝酱油调味汁, positive};{food quality, 希尔肖尔拼盘, positive}" +说实话,当我看到这些负面评论时我感到很震惊——这个地方太棒了;它没有让我们失望,我们已经在这里吃过 10 多次了。,"{restaurant general, 地方, positive}","{restaurant general, 地方, positive}" +您是寿司的粉丝,您喜欢切得精致的鱼、美味的清酒、美味可口的SOHO 位置,当然还有:鲑鱼、金枪鱼、比目鱼、黄尾鱼、鳕鱼、鲭鱼、水母鱼、海胆、虾、龙虾、鲷鱼、鳟鱼、虱目鱼、蓝鳍金枪鱼、鳗鱼、螃蟹、沙丁鱼、安康鱼、鱼子、扇贝、牡蛎和各种各样的金枪鱼腹肉。,"{location general, SOHO 位置, positive};{food style_options, 鱼, positive};{drinks quality, 清酒, positive};{food quality, 寿司, positive};{food style_options, 金枪鱼腹肉, positive}","{food quality, 鱼, positive};{drinks quality, 美味可口的清酒, positive};{ambience general, SOHO 位置, positive};{food style_options, 切得精致的鱼, positive}" +这个有趣的地方的服务非常棒。,"{restaurant general, 地方, positive};{service general, 服务, positive}","{service general, 服务, positive}" +此外,只有一个卫生隔间——对于如此大的人群来说,可能需要更多。,"{restaurant miscellaneous, 卫生隔间, negative}","{ambience general, 卫生隔间, negative}" +我们离开时甚至没有得到服务。,"{service general, 服务, negative}","{service general, 服务, negative}" +我喜欢它。,"{restaurant general, null, positive}","{restaurant general, null, positive}" +– 我强烈推荐米奥波斯托。,"{restaurant general, 米奥波斯托, positive}","{restaurant general, 米奥波斯托, positive}" +食物 非常棒,正宗,美味,而且非常非常实惠。,"{food quality, 食物, positive};{food prices, 食物, positive}","{food quality, 食物, positive};{food prices, 食物, positive}" +我在这里吃过三次,发现鱼的品质和种类都非常棒。,"{food style_options, 鱼, positive};{food quality, 鱼, positive}","{food quality, 鱼, positive};{food style_options, 鱼, positive}" +但她对某些人却很友好,这让事情变得更加烦人。,"{service general, null, negative}","{service general, null, negative}" +这里的常规菜单略高于平均水平,不值得您受到如此傲慢的态度。,"{service general, null, negative};{food quality, 常规菜单, neutral}","{food quality, 常规菜单, negative};{service general, null, negative}" +此外,他们还提供美国最好的鹰嘴豆泥,淋上芳香的橄榄油(我相信这是传统方式)!,"{food quality, 鹰嘴豆泥, positive};{food style_options, 鹰嘴豆泥, positive}","{food quality, 鹰嘴豆泥, positive}" +很棒啤酒,"{drinks quality, 啤酒, positive}","{drinks quality, 啤酒, positive}" +海鲜 加,"{food quality, 海鲜, positive}","{food quality, 海鲜, positive}" +遗憾的是,没有多少人经常去这些看起来价格昂贵的餐厅就餐,因为它们位于酒店内......但它们绝对是你不想错过的,特别是如果你在圣何塞市中心。,"{restaurant general, null, positive}","{restaurant prices, 餐厅, negative};{restaurant general, 餐厅, positive};{location general, null, positive}" +他们把它放在一个又高又细的沙漏形玻璃杯中,以掩盖这样一个事实:你花在超市半加仑果汁的价钱却能买到一小杯果汁。,"{drinks prices, 果汁, negative};{drinks style_options, 果汁, negative}","{food style_options, 玻璃杯, negative};{food prices, 果汁, negative}" +食物 还可以,但是 服务 太差了,以致于 食物 在为我聚会中的每个人服务时都是冷的。,"{food quality, 食物, neutral};{service general, 服务, negative}","{food quality, 食物, neutral};{service general, 服务, negative}" +很棒餐点——御厨拼盘上的鱼绝对美味——没有普通寿司有时会出现的纤维质——这条鱼太完美了!!!!!!,"{food quality, 御厨拼盘上的鱼, positive};{food quality, 餐点, positive}","{food quality, 御厨拼盘上的鱼, positive};{food quality, 餐点, positive}" +饮料非常棒,当我走进门时,我感觉自己仿佛身处第三世界国家。,"{ambience general, null, positive};{drinks quality, 饮料, positive}","{ambience general, 饮料, positive}" +开放而酷炫地点,最佳披萨和咖啡,"{food quality, 披萨, positive};{drinks quality, 咖啡, positive};{ambience general, 地点, positive}","{ambience general, 地点, positive};{food quality, 披萨, positive};{food quality, 咖啡, positive}" +绿茶焦糖布丁是必点的!,"{food quality, 绿茶焦糖布丁, positive}","{food quality, 绿茶焦糖布丁, positive}" +我找到了新家并且刚刚搬进来并且签订了长期租约。,"{restaurant general, null, positive}","{restaurant general, null, positive}" +他们并不是最健谈的人,但每次我去那里,他们都很忙,这可能是缺乏交谈的原因。,"{service general, null, neutral}","{service general, null, neutral}" +披萨本身并不是我吃过的最好的,但还是相当不错的。,"{food quality, 披萨, positive}","{food quality, 披萨, positive}" +第二次我们确实遇到了同样的情况服务员,所以也许服务不太好,而且我们的运气不错。,"{service general, 服务员, positive}","{service general, 服务员, negative}" +— 这是一个很大的声明,因为我从七岁左右就开始自己拉螃蟹笼和做蛋糕了——但这些小恶魔每次都有所进步。,"{food quality, 蛋糕, positive}","{food quality, 螃蟹笼, positive};{food quality, 蛋糕, positive}" +极好意大利菜!,"{food quality, 意大利菜, positive}","{food quality, 意大利菜, positive}" +然而,这个地方是一颗宝石,我不会停止回去的。,"{restaurant general, 地方, positive}","{restaurant general, 地方, positive}" +那里真的很忙,所以要早点到那里,这样你就可以占到座位,如果你确实需要等待,那也没关系,因为服务很快!,"{service general, 服务, positive}","{service general, 服务, positive};{restaurant miscellaneous, null, neutral}" +我们只花了大约一个小时就吃完了这顿晚餐,价格也还不错,税后和小费后大约每人 50 美元(大约是平均水平)。,"{restaurant prices, null, neutral}","{restaurant prices, null, neutral};{meal quality, 晚餐, positive};{meal duration, 晚餐, positive}" +洋葱圈 很棒!,"{food quality, 洋葱圈, positive}","{food quality, 洋葱圈, positive}" +如果你来到该地区你一定不会失望。,"{restaurant general, null, positive}","{restaurant general, null, positive}" +– 大金融区墨西哥城。,"{restaurant general, 墨西哥城, positive}","{restaurant miscellaneous, null, positive}" +自家特制卷 真的好好吃啊。,"{food quality, 自家特制卷, positive}","{food quality, 卷, positive}" +服务员 经验非常丰富,能够帮助您根据食物口味搭配您选择的饮料,反之亦然。,"{service general, 服务员, positive}","{service general, 服务员, positive}" +完美。,"{restaurant general, null, positive}","{restaurant general, null, positive}" +差客户服务/差披萨。,"{food quality, 披萨, negative};{service general, 客户服务, negative}","{food quality, 披萨, negative};{service general, 客户服务, negative}" +总的来说,我会再回去餐厅吃饭。,"{restaurant general, 餐厅, positive}","{restaurant general, 餐厅, positive}" +服务员 提出了几项 清酒 建议,非常好。,"{drinks quality, 清酒, positive};{service general, 服务员, positive}","{service general, 服务员, positive}" +我唯一的负面评论是,我希望件稍微大一些。,"{food style_options, 件, negative}","{food style_options, 件, negative}" +我选了芦笋,味道棒极了,而且烹调得非常完美。,"{food quality, 芦笋, positive}","{food quality, 芦笋, positive};{food cooking quality, 芦笋, positive}" +大多数人可能感兴趣的是,最差的服务/态度来自该机构的业主。,"{service general, 业主, negative}","{service general, 服务, negative};{service general, 业主, negative}" +唯一的缺点是这个地方真的很贵,而且份量有点小。,"{restaurant prices, 地方, negative};{food style_options, 份量, negative}","{food prices, 份量, negative};{food style_options, 份量, negative};{restaurant prices, 地方, negative}" +糟糕服务,食物还行,价格昂贵,"{restaurant prices, null, negative};{food quality, 食物, neutral};{service general, 服务, negative}","{restaurant prices, null, negative};{food quality, 食物, neutral};{service general, 服务, negative}" +尽管考虑到您投入的金钱,服务还有待改进。,"{service general, 服务, negative}","{restaurant prices, null, negative};{service general, 服务, negative}" +您经常会看到印度家人和朋友在那里用餐,这始终是一个好兆头。,"{restaurant miscellaneous, null, positive}","{restaurant miscellaneous, null, positive}" +如果我愿意在周日排队一个小时去吃一份普通的早午餐食物,那么我会把 Murphy’s 放在首位。,"{food quality, 早午餐, neutral};{service general, null, negative}","{food quality, 普通的早午餐食物, positive};{restaurant general, Murphy’s, positive}" +就我们所得到的食物数量而言,价格应该更低一些。,"{food prices, 食物, negative}","{food prices, 食物, negative}" +总是很忙,但是他们会及时为您安排座位并提供快速的服务。,"{service general, null, positive};{service general, 服务, positive}","{service general, 服务, positive}" +酒单 很棒,食物让我想起了最近去意大利的旅行。,"{drinks style_options, 酒单, positive}","{drinks style_options, 酒单, positive};{food quality, 食物, positive}" +食物 很棒,玛格丽塔酒 也很棒,但是 女服务员 太忙于接待其他更大的聚会客人,而没有更好地照顾我和我的朋友。,"{drinks quality, 玛格丽塔酒, positive};{food quality, 食物, positive};{service general, 女服务员, negative}","{service general, 女服务员, negative};{drinks quality, 玛格丽塔酒, positive};{food quality, 食物, positive}" +我对这家餐厅的赞美之词真是说不完,我已经迫不及待地想下次再来。,"{restaurant general, 餐厅, positive}","{restaurant general, 餐厅, positive}" +每次都很喜欢,"{restaurant general, null, positive}","{restaurant general, null, positive}" +我们是当地人,感觉这个地方能够以如此平庸的食物生存下来的唯一原因是因为大多数顾客可能都是一次性游客。,"{food quality, 食物, negative}","{food quality, 食物, negative}" +也喜欢他们的凯撒沙拉。,"{food quality, 凯撒沙拉, positive}","{food quality, 凯撒沙拉, positive}" +她没有让你感到受欢迎并且把你当成一个讨厌的人。,"{service general, null, negative}","{service general, null, negative}" +它 的 尺寸 正好 适合 菜单 . ,"{restaurant miscellaneous, null, positive}","{food style_options, null, positive}" +食物非常棒,而且每次我们去的时候,服务员都很完美。,"{food quality, 食物, positive};{service general, 服务员, positive}","{service general, 服务员, positive};{food quality, 食物, positive}" +甜点 是一顿近乎完美的 晚餐 的完美结局。,"{food quality, 晚餐, positive};{food quality, 甜点, positive}","{food quality, 甜点, positive}" +我来过这里,花了很多钱吃了一顿厨师特别晚餐,结果却令人大失所望。,"{food quality, 厨师特别晚餐, negative};{food prices, 厨师特别晚餐, negative}","{food quality, 厨师特别晚餐, negative};{food prices, 厨师特别晚餐, negative}" +我在第二大道找到了新家!!!!!!!!!!!!!!!,"{restaurant general, null, positive}","{restaurant general, 第二大道, positive}" +– 周二早上不得不等三十分钟才能进门,但这非常值得。,"{restaurant general, null, positive};{restaurant miscellaneous, null, negative}","{restaurant general, null, positive}" +– 令人伤心的是,曾经是“早餐或午餐的地方”的地方现在变成了“不用担心”的地方。,"{restaurant general, 地方, negative}","{restaurant general, 地方, negative}" +柠檬鸡 尝起来像粘稠的甜甜圈,而 蜂蜜核桃虾,他们实际上给你的那几只……并不好吃。,"{food quality, 蜂蜜核桃虾, negative};{food quality, 柠檬鸡, negative};{food style_options, 蜂蜜核桃虾, negative}","{food quality, 柠檬鸡, negative};{food quality, 蜂蜜核桃虾, negative}" +它很浪漫——甚至和我的姐姐在一起也很愉快,让我想起了意大利,并且有艺术品和音乐让我保持着在地中海别墅中的感觉。,"{ambience general, null, positive};{ambience general, 音乐, positive};{ambience general, 艺术品, positive}","{ambience general, null, positive};{location general, null, positive};{ambience general, 音乐, positive};{ambience general, 艺术品, positive}" +寿司 很棒而且 服务员 很快。,"{food quality, 寿司, positive};{service general, 服务员, positive}","{food quality, 寿司, positive};{service general, 服务员, positive}" +事实上,许多游客都想再次来这里。,"{restaurant general, null, positive}","{restaurant general, null, positive}" +– 金融区最适合吃午餐的墨西哥餐厅。,"{restaurant general, 墨西哥餐厅, positive}","{restaurant general, 墨西哥餐厅, positive}" +我喜欢这个地方!,"{restaurant general, 地方, positive}","{restaurant general, 地方, positive}" +气氛很棒。,"{ambience general, 气氛, positive}","{ambience general, 气氛, positive}" +寒冷的日子里非常适合。,"{food quality, null, positive}","{restaurant miscellaneous, null, positive}"