File size: 955 Bytes
520a133
 
 
 
 
 
 
 
 
 
 
771aadd
 
bb45a69
771aadd
 
 
0ddd4cd
520a133
 
 
 
 
bb45a69
 
520a133
9f5c86a
 
 
aeee220
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
---
dataset_info:
  features:
  - name: question
    dtype: string
  - name: answer
    dtype: string
  - name: context
    dtype: string
  splits:
  - name: train
    num_bytes: 995871
    num_examples: 542
  - name: test
    num_bytes: 36748
    num_examples: 20
  download_size: 146776
  dataset_size: 1032619
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: test
    path: data/test-*
---

# USCode Questions and answers with context

This dataset merges and filters [uscode_qac](https://huggingface.co/datasets/emre570/uscode_qac), [legalbench:rule_qa](https://huggingface.co/datasets/nguha/legalbench/viewer/rule_qa), [USCode-QAPairs-Finetuning](https://huggingface.co/datasets/ArchitRastogi/USCode-QAPairs-Finetuning), and [synthetic-legal](https://huggingface.co/datasets/Taylor658/synthetic-legal). It contains 57 and 10 rows with context in the train and test splits, the rest are without context.