yes-man-today commited on
Commit
cf8c1d4
1 Parent(s): b125e16
Files changed (2) hide show
  1. .DS_Store +0 -0
  2. README.md +12 -0
.DS_Store CHANGED
Binary files a/.DS_Store and b/.DS_Store differ
 
README.md CHANGED
@@ -8,6 +8,8 @@ tags:
8
  pretty_name: Regulation.gov Public Comments
9
  size_categories:
10
  - n<1K
 
 
11
  ---
12
  # Dataset Card for Regulatory Comments (Predownloaded; No API Call)
13
 
@@ -53,6 +55,8 @@ keywords (list(str)): A list of string keywords, as determined by Regulations.go
53
 
54
  **Comment Metadata**
55
 
 
 
56
  comment_id (int): A unique numerical identifier for each public comment submitted on the docket.
57
 
58
  comment_title (str): The title or subject line of the individual public comment.
@@ -70,6 +74,14 @@ comment_length (int): The length of the comment in terms of the number of charac
70
  **Comment Content**
71
  text (str): The actual text of the comment submitted. This is the primary content for analysis, containing the commenter's views, arguments, and feedback on the regulatory matter.
72
 
 
 
 
 
 
 
 
 
73
  - **Curated by:** Ro Huang
74
 
75
  ### Dataset Sources
 
8
  pretty_name: Regulation.gov Public Comments
9
  size_categories:
10
  - n<1K
11
+ task_categories:
12
+ - text-classification
13
  ---
14
  # Dataset Card for Regulatory Comments (Predownloaded; No API Call)
15
 
 
55
 
56
  **Comment Metadata**
57
 
58
+ Note that huggingface converts lists of dictionaries to dictionaries of lists.
59
+
60
  comment_id (int): A unique numerical identifier for each public comment submitted on the docket.
61
 
62
  comment_title (str): The title or subject line of the individual public comment.
 
74
  **Comment Content**
75
  text (str): The actual text of the comment submitted. This is the primary content for analysis, containing the commenter's views, arguments, and feedback on the regulatory matter.
76
 
77
+
78
+ ### Dataset Limitations
79
+
80
+ Commenter name features were phased in later in the system, so some dockets will have no
81
+ first name/last name entries. Further, some comments were uploaded solely via attachment,
82
+ and are stored in the system as null since the API has no access to comment attachments. However, many large companies will upload their
83
+ comments via attachments, making any sentiment analysis biased towards individual commenters.
84
+
85
  - **Curated by:** Ro Huang
86
 
87
  ### Dataset Sources