Datasets:
Tasks:
Text Retrieval
Modalities:
Image
Formats:
imagefolder
Sub-tasks:
document-retrieval
Languages:
English
Size:
< 1K
License:
Update README.md
Browse files
README.md
CHANGED
|
@@ -103,8 +103,7 @@ search_index.pickle | Pandas dataframe containing unique id and total term lengt
|
|
| 103 |
|
| 104 |
The following tables are available in fcc.pgsql:
|
| 105 |
|
| 106 |
-
|
| 107 |
-
plain text comments associated with submissions
|
| 108 |
|
| 109 |
| column | type | description |
|
| 110 |
| ----------- | ----------- | ----------- |
|
|
@@ -112,8 +111,7 @@ plain text comments associated with submissions
|
|
| 112 |
comment_text | text | raw text of plain text comment
|
| 113 |
row_id | integer | row sequence for plain text comments
|
| 114 |
|
| 115 |
-
|
| 116 |
-
metadata for submissions
|
| 117 |
|
| 118 |
| column | type | description |
|
| 119 |
| ----------- | ----------- | ----------- |
|
|
@@ -129,16 +127,14 @@ state | character varying(255) | submitter state
|
|
| 129 |
zip_code | character varying(50) | submitter zip
|
| 130 |
comment_id | character varying(64) | unique id for plain text comment
|
| 131 |
|
| 132 |
-
|
| 133 |
-
names of filers associated with submissions
|
| 134 |
|
| 135 |
| column | type | description |
|
| 136 |
| ----------- | ----------- | ----------- |
|
| 137 |
submission_id | character varying(20) | unique id for submission
|
| 138 |
filer_name | character varying(250) | name of filer associated with submission
|
| 139 |
|
| 140 |
-
|
| 141 |
-
attachments associated with submissions
|
| 142 |
|
| 143 |
| column | type | description |
|
| 144 |
| ----------- | ----------- | ----------- |
|
|
@@ -148,8 +144,7 @@ download_status | numeric | status of attachment download
|
|
| 148 |
document_id | character varying(64) | unique id for attachment
|
| 149 |
file_extension | character varying(4) | file extension for attachment
|
| 150 |
|
| 151 |
-
|
| 152 |
-
citations from final order
|
| 153 |
|
| 154 |
| column | type | description |
|
| 155 |
| ----------- | ----------- | ----------- |
|
|
@@ -160,8 +155,7 @@ page_numbers | text[] | cited page numbers
|
|
| 160 |
cite_id | integer | unique id for citation
|
| 161 |
filer_id | character varying(250) | id for cited filer
|
| 162 |
|
| 163 |
-
|
| 164 |
-
attachments associated with cited submissions
|
| 165 |
|
| 166 |
| column | type | description |
|
| 167 |
| ----------- | ----------- | ----------- |
|
|
@@ -170,31 +164,27 @@ submission_id | character varying(20) | unique id for submission
|
|
| 170 |
document_id | character varying(64) | unique id for attachment
|
| 171 |
|
| 172 |
|
| 173 |
-
|
| 174 |
-
lookup table for comment near-duplicates
|
| 175 |
|
| 176 |
| column | type | description |
|
| 177 |
| ----------- | ----------- | ----------- |
|
| 178 |
target_document_id | unique id for target document
|
| 179 |
duplicate_document_id | unique id for duplicate of target document
|
| 180 |
|
| 181 |
-
|
| 182 |
-
lookup table for comment exact duplicates
|
| 183 |
|
| 184 |
| column | type | description |
|
| 185 |
| ----------- | ----------- | ----------- |
|
| 186 |
target_document_id | character varying(100) | unique id for target document
|
| 187 |
duplicate_document_id | character varying(100) | unique id for duplicate of target document
|
| 188 |
|
| 189 |
-
|
| 190 |
-
submissions associated with ex parte meeting
|
| 191 |
|
| 192 |
| column | type | description |
|
| 193 |
| ----------- | ----------- | ----------- |
|
| 194 |
submission_id | character varying(20) | unique id for submission
|
| 195 |
|
| 196 |
-
|
| 197 |
-
submissions associated with interest groups
|
| 198 |
|
| 199 |
| column | type | description |
|
| 200 |
| ----------- | ----------- | ----------- |
|
|
|
|
| 103 |
|
| 104 |
The following tables are available in fcc.pgsql:
|
| 105 |
|
| 106 |
+
- comments: plain text comments associated with submissions
|
|
|
|
| 107 |
|
| 108 |
| column | type | description |
|
| 109 |
| ----------- | ----------- | ----------- |
|
|
|
|
| 111 |
comment_text | text | raw text of plain text comment
|
| 112 |
row_id | integer | row sequence for plain text comments
|
| 113 |
|
| 114 |
+
- submissions: metadata for submissions
|
|
|
|
| 115 |
|
| 116 |
| column | type | description |
|
| 117 |
| ----------- | ----------- | ----------- |
|
|
|
|
| 127 |
zip_code | character varying(50) | submitter zip
|
| 128 |
comment_id | character varying(64) | unique id for plain text comment
|
| 129 |
|
| 130 |
+
- filers: names of filers associated with submissions
|
|
|
|
| 131 |
|
| 132 |
| column | type | description |
|
| 133 |
| ----------- | ----------- | ----------- |
|
| 134 |
submission_id | character varying(20) | unique id for submission
|
| 135 |
filer_name | character varying(250) | name of filer associated with submission
|
| 136 |
|
| 137 |
+
- documents: attachments associated with submissions
|
|
|
|
| 138 |
|
| 139 |
| column | type | description |
|
| 140 |
| ----------- | ----------- | ----------- |
|
|
|
|
| 144 |
document_id | character varying(64) | unique id for attachment
|
| 145 |
file_extension | character varying(4) | file extension for attachment
|
| 146 |
|
| 147 |
+
- filers_cited: citations from final order
|
|
|
|
| 148 |
|
| 149 |
| column | type | description |
|
| 150 |
| ----------- | ----------- | ----------- |
|
|
|
|
| 155 |
cite_id | integer | unique id for citation
|
| 156 |
filer_id | character varying(250) | id for cited filer
|
| 157 |
|
| 158 |
+
- docs_cited: attachments associated with cited submissions
|
|
|
|
| 159 |
|
| 160 |
| column | type | description |
|
| 161 |
| ----------- | ----------- | ----------- |
|
|
|
|
| 164 |
document_id | character varying(64) | unique id for attachment
|
| 165 |
|
| 166 |
|
| 167 |
+
- near_duplicates: lookup table for comment near-duplicates
|
|
|
|
| 168 |
|
| 169 |
| column | type | description |
|
| 170 |
| ----------- | ----------- | ----------- |
|
| 171 |
target_document_id | unique id for target document
|
| 172 |
duplicate_document_id | unique id for duplicate of target document
|
| 173 |
|
| 174 |
+
- exact_duplicates: lookup table for comment exact duplicates
|
|
|
|
| 175 |
|
| 176 |
| column | type | description |
|
| 177 |
| ----------- | ----------- | ----------- |
|
| 178 |
target_document_id | character varying(100) | unique id for target document
|
| 179 |
duplicate_document_id | character varying(100) | unique id for duplicate of target document
|
| 180 |
|
| 181 |
+
- in_person_exparte: submissions associated with ex parte meeting
|
|
|
|
| 182 |
|
| 183 |
| column | type | description |
|
| 184 |
| ----------- | ----------- | ----------- |
|
| 185 |
submission_id | character varying(20) | unique id for submission
|
| 186 |
|
| 187 |
+
- interest_groups: submissions associated with interest groups
|
|
|
|
| 188 |
|
| 189 |
| column | type | description |
|
| 190 |
| ----------- | ----------- | ----------- |
|