Consumer Contracts contains yes/no questions relating to consumer contracts (specifically, online terms of service) - and is relevant to the legal skill of contract interpretation.
You can see which subsets and splits are available below.
Split | Details |
---|---|
test | Test set from the Consumer-Contracts dataset, containing 396 samples. |
Example
In the evaluation process, we start by fetching original_context and original_question from the dataset. The model then generates an expected_result based on this input. To assess model robustness, we introduce perturbations to the original_context and original_question, resulting in perturbed_context and perturbed_question. The model processes these perturbed inputs, producing an actual_result. The comparison between the expected_result and actual_result is conducted using the llm_eval
approach (where llm is used to evaluate the model response). Alternatively, users can employ metrics like String Distance or Embedding Distance to evaluate the model’s performance in the Question-Answering Task within the robustness category. For a more in-depth exploration of these approaches, you can refer to this notebook discussing these three methods.
category | test_type | original_context | original_question | perturbed_context | perturbed_question | expected_result | actual_result | pass |
---|---|---|---|---|---|---|---|---|
robustness | add_abbreviation | Your content Some of our services give you the opportunity to make your content publicly available for example, you might post a product or restaurant review that you wrote, or you might upload a blog post that you created. See the Permission to use your content section for more about your rights in your content, and how your content is used in our services See the Removing your content section to learn why and how we might remove user-generated content from our services If you think that someone is infringing your intellectual property rights, you can send us notice of the infringement and well take appropriate action. For example, we suspend or close the Google Accounts of repeat copyright infringers as described in our Copyright Help Centre. |
Will Google help me if I think someone has taken and used content Ive created without my permission? | Your content Some of our services give u da opportunity 2 make your content publicly available 4 example, youight post a product or restaurant review that you ute, or you miu ul a blog post that you creau. See tdaPermission t2use your content section fo4ore abt your rights in your content, and how your content is used in our services See thdaemoving your content section to2earn why and how we might remove user-generated content from our services If you think ut someone is infringing your intellectual property rights, you can sendu notice of thedafringement and well take appropriate action. For 4mple, we suspend or close the dagle Accounts of repeat copyright infringers as described in our Copyright halp Centre. |
Will Google halp me if I think someone has taken and used content Ive created w/o my permission? | True | True | True |
Generated Results for
gpt-3.5-turbo-instruct
model fromOpenAI