Datasets:

Modalities:
Text
Formats:
text
Languages:
English
Libraries:
Datasets
License:
shahagam4 commited on
Commit
c3cc930
1 Parent(s): 7c27121

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +57 -7
README.md CHANGED
@@ -1,20 +1,70 @@
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 - Transcripts'
11
  size_categories:
12
  - 10K<n<100K
 
13
  ---
14
 
15
- # CoCoHD: Congress Committee Hearing Dataset - Transcripts
16
- Related datasets:
17
- - https://huggingface.co/datasets/gtfintechlab/CoCoHD_hearing_details
18
- - https://huggingface.co/datasets/gtfintechlab/CoCoHD_hearing_details_cleaned
19
 
20
- This dataset contains 30k+ U.S. Congressional hearing transcripts from the 105th Congress to the 118th. The hearing transcripts of each Congress session are kept in a folder. The transcripts themselves are in txt format.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
 
 
2
  language:
3
  - en
4
  tags:
5
  - legal
6
  - finance
7
  - climate
8
+ - social
9
  pretty_name: 'CoCoHD: Congress Committee Hearing Dataset - Transcripts'
10
  size_categories:
11
  - 10K<n<100K
12
+ license: cc
13
  ---
14
 
15
+ ## Dataset Summary
 
 
 
16
 
17
+ The Congress Committee Hearing Dataset (CoCoHD) Transcripts comprises transcripts from congressional (House and Senate) hearings from 1997 to 2024.
18
+
19
+ This dataset is designed to facilitate research in natural language processing (NLP). It contains 30k+ U.S. congressional hearing transcripts from the 105th Congress to the 118th.
20
+
21
+ ## Dataset Structure
22
+
23
+ The hearing transcripts of each Congress session are kept in a folder and in text format.
24
+
25
+ ### Related Datasets
26
+
27
+ - [CoCoHD Hearing Details](https://huggingface.co/datasets/gtfintechlab/CoCoHD_hearing_details): This dataset provides comprehensive metadata for each congressional hearing, including information such as the hearing title, date, committee, and witnesses.
28
+
29
+ - [CoCoHD Hearing Details Cleaned](https://huggingface.co/datasets/gtfintechlab/CoCoHD_hearing_details_cleaned): A refined version of the hearing details dataset, this collection has been processed to correct inconsistencies, standardize committee names, and remove duplicate or erroneous records, ensuring higher data quality for analysis.
30
+
31
+ These datasets offer valuable metadata that complements the CoCoHD transcripts, enabling more detailed and accurate analyses of congressional hearings.
32
+
33
+ ## Licensing
34
+
35
+ The CoCoHD Transcripts dataset is released under the [CC BY-NC 4.0 license](https://creativecommons.org/licenses/by-nc/4.0/). This permits non-commercial use, distribution, and reproduction in any medium, provided the original work is properly cited.
36
+
37
+ ## Citation
38
+
39
+ If you utilize this dataset in your research, please cite it as follows:
40
+
41
+ ```
42
+ @inproceedings{hiray-etal-2024-cocohd,
43
+ title = "{C}o{C}o{HD}: Congress Committee Hearing Dataset",
44
+ author = "Hiray, Arnav and
45
+ Liu, Yunsong and
46
+ Song, Mingxiao and
47
+ Shah, Agam and
48
+ Chava, Sudheer",
49
+ editor = "Al-Onaizan, Yaser and
50
+ Bansal, Mohit and
51
+ Chen, Yun-Nung",
52
+ booktitle = "Findings of the Association for Computational Linguistics: EMNLP 2024",
53
+ month = nov,
54
+ year = "2024",
55
+ address = "Miami, Florida, USA",
56
+ publisher = "Association for Computational Linguistics",
57
+ url = "https://aclanthology.org/2024.findings-emnlp.911",
58
+ doi = "10.18653/v1/2024.findings-emnlp.911",
59
+ pages = "15529--15542",
60
+ abstract = "U.S. congressional hearings significantly influence the national economy and social fabric, impacting individual lives. Despite their importance, there is a lack of comprehensive datasets for analyzing these discourses. To address this, we propose the **Co**ngress **Co**mmittee **H**earing **D**ataset (CoCoHD), covering hearings from 1997 to 2024 across 86 committees, with 32,697 records. This dataset enables researchers to study policy language on critical issues like healthcare, LGBTQ+ rights, and climate justice. We demonstrate its potential with a case study on 1,000 energy-related sentences, analyzing the Energy and Commerce Committee{'}s stance on fossil fuel consumption. By fine-tuning pre-trained language models, we create energy-relevant measures for each hearing. Our market analysis shows that natural language analysis using CoCoHD can predict and highlight trends in the energy sector.",
61
+ }
62
+ ```
63
+
64
+ ## GitHub Link
65
+ - [Link to our GitHub repository.](https://github.com/gtfintechlab/CoCoHD)
66
+
67
+
68
+ ## Contact Information
69
+
70
+ Please contact Agam Shah (ashah482[at]gatech[dot]edu) for any issues and questions.