-
Notifications
You must be signed in to change notification settings - Fork 213
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'twitter:main' into main
- Loading branch information
Showing
48 changed files
with
6,028 additions
and
1,505 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
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
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
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
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,25 @@ | ||
--- | ||
title: Follow @HelpfulNotes | ||
description: How to follow Community Notes that people are finding helpful | ||
navWeight: 3 | ||
--- | ||
# Follow @HelpfulNotes | ||
|
||
Want to keep up-to-date with the Community Notes that people are finding helpful? These notes have always been [public](download-data.md), and you can follow them on various “Helpful Notes” accounts: | ||
|
||
- Dutch/Nederlands - [@NuttigeOpm](http://x.com/NuttigeOpm) | ||
- English - [@HelpfulNotes](http://x.com/HelpfulNotes) | ||
- French/français - [@NotesUtiles](http://x.com/NotesUtiles) | ||
- German/Deutsch - [@HilfrchAnmerkg](http://x.com/HilfrchAnmerkg) | ||
- Italian/italiano - [@NoteUtili](http://x.com/NoteUtili) | ||
- Japanese/日本語 - [@HelpfulNotesJP](http://x.com/HelpfulNotesJP) | ||
- Portuguese/português - [@NotasUteis](http://x.com/NotasUteis) | ||
- Spanish/español - [@NotasUtilesES](http://x.com/NotasUtilesES) | ||
|
||
### How it works | ||
|
||
These accounts automatically repost Community Notes that meet the following criteria: | ||
- Have been rated Helpful by contributors | ||
- Have kept their status of Helpful for 6hr+ | ||
- Have a high helpfulness score (0.45+ intercept score) | ||
- If the note contains terms that contributors have reported as sometimes overwhelming the Helpful Notes timelines ("spam", "scam", "dropship", "drop ship", "promotion") it will have a lower probability of appearing, so as to avoid overwhelming the timeline. This is experimental to determine if it improves follower satisfaction. |
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,28 @@ | ||
--- | ||
title: Request a Note | ||
description: How the Request Community Note feature works | ||
navWeight: 3 | ||
--- | ||
# Request a Community Note | ||
|
||
People on X can request a Community Note on a post they believe would benefit from one. If there are enough requests, Community Notes contributors will see an alert, and can choose to propose a note. This gives people on X who are not contributors a way to help, and lets contributors know where notes might be found helpful. | ||
|
||
![Button to request a note, and banner showing what a contributor sees when there are requests on a post](../images/note-requests.png) | ||
|
||
### Requesting a note | ||
|
||
- Tap the ••• menu on a post, then tap **Request Community Note** | ||
- To be eligible to request a note, accounts must have a **verified phone number** | ||
- Initially, accounts can make up to 5 requests per day. The limit may increase if requests successfully result in helpful notes, or may decrease if requests are on posts that people don’t agree need a note. This helps prevent spam and keep note writers focused on posts that could use helpful notes. | ||
- *For Community Notes contributors:* During the note request pilot, we are evaluating whether it is beneficial for Community Notes contributors to have both the ability to write notes and request notes. So, initially, 50% of contributors can both write and request, and 50% can solely write. | ||
|
||
### Contributors seeing requests | ||
|
||
Contributors who have earned [Top Writer status](../contributing/top-contributors.md) will see that there are requests on a post, if there are enough requests. They can also see a timeline on posts with note requests in their [Community Notes tab](https://x.com/i/communitynotes). | ||
|
||
During the note request pilot: | ||
- Requests will show on a post if the number of requests on the post is greater than or equal to MAX(5, number of views on post / 25000) | ||
- Requests will show for 24 hours | ||
- For a post to show up in the Note Requests timeline, the post must be recent (less than 24 hours old) | ||
|
||
We expect these criteria to evolve, with the goal that requests are frequently found valuable to contributors, and not noisy. The criteria are initially simple during this pilot phase. |
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
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
Binary file not shown.
Binary file not shown.
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
numpy==1.26.2 | ||
pandas==2.1.4 | ||
numpy==1.26.4 | ||
pandas==2.2.2 | ||
torch==2.1.2 | ||
scipy==1.11.4 | ||
scikit-learn>=1.3.0 | ||
scikit-learn==1.3.0 | ||
pyarrow |
Oops, something went wrong.