Update README.md
Browse files
README.md
CHANGED
@@ -55,6 +55,8 @@ keywords (list(str)): A list of string keywords, as determined by Regulations.go
|
|
55 |
|
56 |
**Comment Metadata**
|
57 |
|
|
|
|
|
58 |
comment_id (int): A unique numerical identifier for each public comment submitted on the docket.
|
59 |
|
60 |
comment_title (str): The title or subject line of the individual public comment.
|
@@ -73,10 +75,12 @@ comment_length (int): The length of the comment in terms of the number of charac
|
|
73 |
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.
|
74 |
|
75 |
|
76 |
-
|
|
|
|
|
77 |
first name/last name entries. Further, some comments were uploaded solely via attachment,
|
78 |
-
and are stored in the system as null
|
79 |
-
|
80 |
|
81 |
- **Curated by:** Ro Huang
|
82 |
|
|
|
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.
|
|
|
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 |
|