Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,32 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
task_categories:
|
3 |
+
- text-classification
|
4 |
+
language:
|
5 |
+
- en
|
6 |
+
tags:
|
7 |
+
- legal
|
8 |
+
- finance
|
9 |
+
- climate
|
10 |
+
pretty_name: 'CoCoHD: Congress Committee Hearing Dataset - Hearing Details'
|
11 |
+
size_categories:
|
12 |
+
- 10K<n<100K
|
13 |
+
---
|
14 |
+
|
15 |
+
# CoCoHD: Congress Committee Hearing Dataset - Hearing Details
|
16 |
+
|
17 |
+
The dataset contains a collection of JSON file. Each JSON file has the hearing details for all hearings of a certain hearing type(senate, house, joint) in a certain Congressional year.
|
18 |
+
|
19 |
+
For each hearing, we collect the following information:
|
20 |
+
* govinfo_id
|
21 |
+
* Title
|
22 |
+
* Category
|
23 |
+
* Collection
|
24 |
+
* SuDoc Class Number
|
25 |
+
* Congress
|
26 |
+
* Congress Chamber
|
27 |
+
* Hearing Sub Type
|
28 |
+
* Held Date
|
29 |
+
* Fiscal Year
|
30 |
+
* Agency
|
31 |
+
* Committee and Subcommittee
|
32 |
+
* Members
|