ro-h commited on
Commit
36e6da4
1 Parent(s): 8cc1240

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -3
README.md CHANGED
@@ -57,6 +57,8 @@ keywords (list): A string of keywords, as determined by Regulations.gov.
57
 
58
  **Comment Metadata**
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,11 +77,12 @@ comment_length (int): The length of the comment in terms of the number of charac
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
 
79
- Note that commenter name features were phased in later in the system, so some dockets will have no
80
  first name/last name entries. Further, some comments were uploaded solely via attachment,
81
- and are stored in the system as null; the API has no access to comment attachments.
82
- Finally, note that huggingface converts lists of dictionaries to dictionaries of lists.
83
 
84
 
85
  - **Curated by:** Ro Huang
 
57
 
58
  **Comment Metadata**
59
 
60
+ Note that huggingface converts lists of dictionaries to dictionaries of lists.
61
+
62
  comment_id (int): A unique numerical identifier for each public comment submitted on the docket.
63
 
64
  comment_title (str): The title or subject line of the individual public comment.
 
77
  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.
78
 
79
 
80
+ ### Dataset Limitations
81
 
82
+ Commenter name features were phased in later in the system, so some dockets will have no
83
  first name/last name entries. Further, some comments were uploaded solely via attachment,
84
+ and are stored in the system as null since the API has no access to comment attachments. However, many large companies will upload their
85
+ comments via attachments, making any sentiment analysis biased towards individual commenters.
86
 
87
 
88
  - **Curated by:** Ro Huang