dvilasuero/intel-orca-dpo-pair-rg
收藏数据集卡片 for intel-orca-dpo-pair-rg
数据集描述
- 数据集摘要
- 该数据集包含以下内容:
- 符合Argilla数据集格式的配置文件
argilla.yaml。 - 兼容HuggingFace
datasets格式的数据记录。 - 用于构建和整理数据集的注释指南(如果已在Argilla中定义)。
- 符合Argilla数据集格式的配置文件
- 该数据集包含以下内容:
数据集结构
数据字段
-
字段(Fields)
input: 类型为text。generations-1: 类型为text。generations-2: 类型为text。
-
问题(Questions)
generations-1-rating: 类型为rating,允许值为[1, 2, 3, 4, 5, 6, 7, 8, 9, 10]。generations-2-rating: 类型为rating,允许值为[1, 2, 3, 4, 5, 6, 7, 8, 9, 10]。rating-rationale: 类型为text。
-
建议(Suggestions)
generations-1-rating-suggestion: 类型为rating,允许值为[1, 2, 3, 4, 5, 6, 7, 8, 9, 10](可选)。generations-2-rating-suggestion: 类型为rating,允许值为[1, 2, 3, 4, 5, 6, 7, 8, 9, 10](可选)。rating-rationale-suggestion: 类型为text(可选)。
-
元数据(Metadata)
- 可选字段,用于提供数据记录的额外信息。
-
外部ID(external_id)
- 可选字段,用于提供数据记录的外部ID。
数据实例
- Argilla格式 json { "external_id": null, "fields": { "generations-1": "[ ["AFC Ajax (amateurs)", "has ground", "Sportpark De Toekomst"], ["Ajax Youth Academy", "plays at", "Sportpark De Toekomst"] ]", "generations-2": "Sure, Iu0027d be happy to help! Here are the RDF triplets for the input sentence:
[AFC Ajax (amateurs), hasGround, Sportpark De Toekomst] [Ajax Youth Academy, playsAt, Sportpark De Toekomst]
Explanation:
- AFC Ajax (amateurs) is the subject of the first triplet, and hasGround is the predicate that describes the relationship between AFC Ajax (amateurs) and Sportpark De Toekomst.
- Ajax Youth Academy is the subject of the second triplet, and playsAt is the predicate that describes the relationship between Ajax Youth Academy and Sportpark De Toekomst.
Note that there may be other possible RDF triplets that could be derived from the input sentence, but the above triplets capture the main relationships present in the sentence.", "input": "You will be given a definition of a task first, then some input of the task. This task is about using the specified sentence and converting the sentence to Resource Description Framework (RDF) triplets of the form (subject, predicate object). The RDF triplets generated must be such that the triplets accurately capture the structure and semantics of the input sentence. The input is a sentence and the output is a list of triplets of the form [subject, predicate, object] that capture the relationships present in the sentence. When a sentence has more than 1 RDF triplet possible, the output must contain all of them.
AFC Ajax (amateurs)u0027s ground is Sportpark De Toekomst where Ajax Youth Academy also play. Output:" }, "metadata": { "distance-best-rating": 0.0, "labelling-model": "gpt-4-1106-preview", "length-generations-1": 131, "length-generations-2": 731, "length-input": 718, "rating-generations-1": 9.0, "rating-generations-2": 9.0 }, "responses": [], "suggestions": [ { "agent": null, "question_name": "rating-rationale", "score": null, "type": null, "value": " Both Assistant 1 and Assistant 2 provided correct RDF triplets for the given sentence. Both assistants used a format that accurately represents the relationships present in the sentence with minor differences in the stylistic representation of the predicate.
Assistant 1 used the natural language format for predicates, stating "has ground" and "plays at", which clearly aligns with the typical RDF representation where the predicate tries to be a URI that is more formal. However, since the task prompt doesnu0027t specify a requirement for the predicates to be in URI form, this representation is acceptable, especially considering human readability.
Assistant 2 transformed the predicates into a more formal-looking format by using camel case (hasGround, playsAt), which may suggest a transition towards a URI, although they are not provided as such. This is a common practice when designing RDF predicates, intending to align with web standards, although again, the task did not explicitly require this form.
Both assistants explained the relationships captured by the triplets, which is helpful for understanding how the RDF structure relates to the original sentence. There are no factual inaccuracies in either output, and both sets of triplets are equivalent in terms of the information they represent.
Overall, the level of detail was similar, with each assistant providing a brief explanation following their respective triplets. Neither output contained unnecessary or irrelevant information, and no critical information was missing.
Both assistants would have received a score of 10 if the predicates were provided in a format that hinted at being URIs (e.g., prefixed with a namespace or in a full URI format), which is the more standard and formal practice for RDF predicates. Nevertheless, the assistantsu0027 performance was high given the context of the question, which did not specify this requirement. Therefore, both receive a score of 9." }, { "agent": null, "question_name": "generations-1-rating", "score": null, "type": null, "value": 9 }, { "agent": null, "question_name": "generations-2-rating", "score": null, "type": null, "value": 9 } ], "vectors": {} }
- HuggingFace
datasets格式 json { "external_id": null, "generations-1": "[ ["AFC Ajax (amateurs)", "has ground", "Sportpark De Toekomst"], ["Ajax Youth Academy", "plays at", "Sportpark De Toekomst"] ]", "generations-1-rating": [], "generations-1-rating-suggestion": 9, "generations-1-rating-suggestion-metadata": { "agent": null, "score": null, "type": null }, "generations-2": "Sure, Iu0027d be happy to help! Here are the RDF triplets for the input sentence:
[AFC Ajax (amateurs), hasGround, Sportpark De Toekomst] [Ajax Youth Academy, playsAt, Sportpark De Toekomst]
Explanation:
- AFC Ajax (amateurs) is the subject of the first triplet, and hasGround is the predicate that describes the relationship between AFC Ajax (amateurs) and Sportpark De Toekomst.
- Ajax Youth Academy is the subject of the second triplet, and playsAt is the predicate that describes the relationship between Ajax Youth Academy and Sportpark De Toekomst.
Note that there may be other possible RDF triplets that could be derived from the input sentence, but the above triplets capture the main relationships present in the sentence.", "generations-2-rating": [], "generations-2-rating-suggestion": 9, "generations-2-rating-suggestion-metadata": { "agent": null, "score": null, "type": null }, "input": "You will be given a definition of a task first, then some input of the task. This task is about using the specified sentence and converting the sentence to Resource Description Framework (RDF) triplets of the form (subject, predicate object). The RDF triplets generated must be such that the triplets accurately capture the structure and semantics of the input sentence. The input is a sentence and the output is a list of triplets of the form [subject, predicate, object] that capture the relationships present in the sentence. When a sentence has more than 1 RDF triplet possible, the output must contain all of them.
AFC Ajax (amateurs)u0027s ground is Sportpark De Toekomst where Ajax Youth Academy also play. Output:", "metadata": "{"length-input": 718, "length-generations-1": 131, "length-generations-2": 731, "rating-generations-1": 9.0, "rating-generations-2": 9.0, "distance-best-rating": 0.0, "labelling-model": "gpt-4-1106-preview"}", "rating-rationale": [], "rating-rationale-suggestion": " Both Assistant 1 and Assistant 2 provided correct RDF triplets for the given sentence. Both assistants used a format that accurately represents the relationships present in the sentence with minor differences in the stylistic representation of the predicate.
Assistant 1 used the natural language format for predicates, stating "has ground" and "plays at", which clearly aligns with the typical RDF representation where the predicate tries to be a URI that is more formal. However, since the task prompt doesnu0027t specify a requirement for the predicates to be in URI form, this representation is acceptable, especially considering human readability.
Assistant 2 transformed the predicates into a more formal-looking format by using camel case (hasGround, playsAt), which may suggest a transition towards a URI, although they are not provided as such. This is a common practice when designing RDF predicates, intending to align with web standards, although again, the task did not explicitly require this form.
Both assistants explained the relationships captured by the triplets, which is helpful for understanding how the RDF structure relates to the original sentence. There are no factual inaccuracies in either output, and both sets of triplets are equivalent in terms of the information they represent.
Overall, the level of detail was similar, with each assistant providing a brief explanation following their respective triplets. Neither output contained unnecessary or irrelevant information, and no critical information was missing.
Both assistants would have received a score of 10 if the predicates were provided in a format that hinted at being URIs (e.g., prefixed with a namespace or in a full URI format), which is the more standard and formal practice for RDF predicates. Nevertheless, the assistantsu0027 performance was high given the context of the question, which did not specify this requirement. Therefore, both receive a score of 9.", "rating-rationale-suggestion-metadata": { "agent": null, "score": null, "type": null } }
数据集创建
数据分割
- 数据集包含一个分割:
train。



