Dataset Viewer
Auto-converted to Parquet
instruction
stringclasses
8 values
answer
null
中华人民共和国民法典第四百六十三条是什么?
null
合同是民事主体之间设立、变更、终止民事法律关系的协议。婚姻、收养、监护等有关身份关系的协议,适用有关该身份关系的法律规定;没有规定的,可以根据其性质参照适用本编规定。是第几条法条?
null
中华人民共和国民法典第四百六十五条是什么?
null
当事人对合同条款的理解有争议的,应当依据本法第一百四十二条第一款的规定,确定争议条款的含义。合同文本采用两种以上文字订立并约定具有同等效力的,对各文本使用的词句推定具有相同含义。各文本使用的词句不一致的,应当根据合同的相关条款、性质、目的以及诚信原则等予以解释。是第几条法条?
null
中华人民共和国民法典第四百六十七条是什么?
null
中华人民共和国民法典第四百六十八条是什么?
null
当事人订立合同,可以采用书面形式、口头形式或者其他形式。书面形式是合同书、信件、电报、电传、传真等可以有形地表现所载内容的形式。以电子数据交换、电子邮件等方式能够有形地表现所载内容,并可以随时调取查用的数据电文,视为书面形式。是第几条法条?
null
中华人民共和国民法典第四百七十条是什么?
null

Built with Distilabel

Dataset Card for lawinstruct_evol_v0

This dataset has been created with distilabel.

Dataset Summary

This dataset contains a pipeline.yaml which can be used to reproduce the pipeline that generated it in distilabel using the distilabel CLI:

distilabel pipeline run --config "https://huggingface.co/datasets/calvinchang/lawinstruct_evol_v0/raw/main/pipeline.yaml"

or explore the configuration:

distilabel pipeline info --config "https://huggingface.co/datasets/calvinchang/lawinstruct_evol_v0/raw/main/pipeline.yaml"

Dataset structure

The examples have the following structure per configuration:

Configuration: default
{
    "answer": null,
    "instruction": "\u4e2d\u534e\u4eba\u6c11\u5171\u548c\u56fd\u6c11\u6cd5\u5178\u7b2c\u56db\u767e\u516d\u5341\u4e09\u6761\u662f\u4ec0\u4e48?"
}

This subset can be loaded as:

from datasets import load_dataset

ds = load_dataset("calvinchang/lawinstruct_evol_v0", "default")

Or simply as it follows, since there's only one configuration and is named default:

from datasets import load_dataset

ds = load_dataset("calvinchang/lawinstruct_evol_v0")
Downloads last month
48