withpi/contract_scoring_v7_with_embeddings
收藏Hugging Face2024-10-23 更新2025-04-12 收录
下载链接:
https://hf-mirror.com/datasets/withpi/contract_scoring_v7_with_embeddings
下载链接
链接失效反馈官方服务:
资源简介:
---
dataset_info:
features:
- name: system_prompt
dtype: string
- name: input
dtype: string
- name: response
dtype: string
- name: question
dtype: string
- name: label_GPT4o_DG_1
dtype: int64
- name: label_GPT4o_DG_2
dtype: int64
- name: label_GPT4o_DG_3
dtype: int64
- name: openai_embeddings
sequence: float64
- name: input_openai_embeddings
sequence: float64
- name: response_openai_embeddings
sequence: float64
- name: question_openai_embeddings
sequence: float64
- name: label
dtype: int64
- name: pred_openai_label
dtype: int64
splits:
- name: train
num_bytes: 1107822726
num_examples: 10942
- name: test
num_bytes: 276962176
num_examples: 2735
download_size: 985281486
dataset_size: 1384784902
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
- split: test
path: data/test-*
---
- Uses the prompts from https://github.com/f/awesome-chatgpt-prompts/blob/main/prompts.csv.
- Generates two responses using GPT_4o and LLAMA31_70B. Scores thrice using GPT_4o with zero temperature.
- This dataset got overwritten and we lost the cases where all three scores using GPT_4o disagree. However, 90.7% of the data is retained.
提供机构:
withpi



