-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
We need a plan to get more places then wikipedia submissions. This is the first step to formulate it. Signed-off-by: JJ Asghar <[email protected]>
- Loading branch information
Showing
1 changed file
with
46 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
# Knowledge Submissions Past Wikipedia | ||
|
||
## Problem Statement | ||
|
||
For us to continue building our knowledge taxonomy tree we need more trusted places to | ||
teach our models about the world. Wikipedia can get us only so far, so we need safe | ||
places we can take the data from. | ||
|
||
## Proposed Solution | ||
|
||
Due to the restrictions of copyright law, and how the internet is put together | ||
we need a list of possible places we can eventually approve as content providers. | ||
This document is will provide places that we would like to propose other then | ||
Wikipedia for our legal experts to start investigating if they can be | ||
on the [approved list][approved]. We have questions and thoughts from | ||
community members on places that should be approved, so here is a place | ||
can continue the discussion and track ideas from our community. | ||
|
||
### Proposed Domains | ||
|
||
Status: | ||
- `approved`: Approved by the legal team, and posted on the [approved list][approved]. | ||
Check failure on line 22 in docs/knowledge-submissions-past-wikipedia.md GitHub Actions / markdown-lintLists should be surrounded by blank lines
|
||
- `denied`: Denied by the legal team, and posted on the [avoided list][avoided]. | ||
- `submitted`: Sent to the legal team for review | ||
- `proposed`: The community would like to propose this as a possible place to take knowledge submissions from. | ||
|
||
| Domain name | Status | | ||
| ---------- | ----- | | ||
| <https://en.wikipedia.org/wiki/Main_Page> | approved | | ||
| <https://www.congress.gov/> | proposed | | ||
| <https://www.whitehouse.gov/> | proposed | | ||
| <https://www.senate.gov/> | proposed | | ||
|
||
### Next steps | ||
|
||
1. We have to find the correct legal person to find a way to be the correct point person for this project. | ||
1. Collect suggested places from the community and add them to the above table | ||
1. Work with our legal team to get approvals and denials. | ||
1. Inform the triage team and triagers of the new locations we can or can not accept. | ||
|
||
|
||
Check failure on line 41 in docs/knowledge-submissions-past-wikipedia.md GitHub Actions / markdown-lintMultiple consecutive blank lines
|
||
|
||
Check failure on line 42 in docs/knowledge-submissions-past-wikipedia.md GitHub Actions / markdown-lintMultiple consecutive blank lines
|
||
|
||
Check failure on line 43 in docs/knowledge-submissions-past-wikipedia.md GitHub Actions / markdown-lintMultiple consecutive blank lines
|
||
[approved]: https://github.com/instructlab/taxonomy/blob/main/docs/KNOWLEDGE_GUIDE.md#accepted-knowledge | ||
[avoided]: https://github.com/instructlab/taxonomy/blob/main/docs/KNOWLEDGE_GUIDE.md#avoid-these-topics | ||
|