News
Welcome to the News community!
Rules:
1. Be civil
Attack the argument, not the person. No racism/sexism/bigotry. Good faith argumentation only. This includes accusing another user of being a bot or paid actor. Trolling is uncivil and is grounds for removal and/or a community ban. Do not respond to rule-breaking content; report it and move on.
2. All posts should contain a source (url) that is as reliable and unbiased as possible and must only contain one link.
Obvious right or left wing sources will be removed at the mods discretion. Supporting links can be added in comments or posted seperately but not to the post body.
3. No bots, spam or self-promotion.
Only approved bots, which follow the guidelines for bots set by the instance, are allowed.
4. Post titles should be the same as the article used as source.
Posts which titles don’t match the source won’t be removed, but the autoMod will notify you, and if your title misrepresents the original article, the post will be deleted. If the site changed their headline, the bot might still contact you, just ignore it, we won’t delete your post.
5. Only recent news is allowed.
Posts must be news from the most recent 30 days.
6. All posts must be news articles.
No opinion pieces, Listicles, editorials or celebrity gossip is allowed. All posts will be judged on a case-by-case basis.
7. No duplicate posts.
If a source you used was already posted by someone else, the autoMod will leave a message. Please remove your post if the autoMod is correct. If the post that matches your post is very old, we refer you to rule 5.
8. Misinformation is prohibited.
Misinformation / propaganda is strictly prohibited. Any comment or post containing or linking to misinformation will be removed. If you feel that your post has been removed in error, credible sources must be provided.
9. No link shorteners.
The auto mod will contact you if a link shortener is detected, please delete your post if they are right.
10. Don't copy entire article in your post body
For copyright reasons, you are not allowed to copy an entire article into your post body. This is an instance wide rule, that is strictly enforced in this community.
view the rest of the comments
Yeah, generally having it read the conversation (I think as JSON, maybe in markdown for the first pass, I can't remember, it's a little tricky to get the comments into a format where it'll reliably grasp the structure and who said what, but it's doable) and then do its output as JSON, and then have those JSON pieces given as input to further stages, seems like it works pretty well. It falls apart if you try to do too much at once. If I remember right, the passes I wound up doing were:
And I think that was pretty much it. It can't do all of that at once reliably, but it can do each piece pretty well and then pass the answers on to the next stage. Just what I've observed of political arguments on Lemmy, I think that would eliminate well over 50% of the bullshit though. There's way too many people who are more excited about debunking some kind of strawman-concept they've got in their head, than they are with even understanding what the other person's even saying. I feel like something like that would do a lot to counteract it.
The fly in the ointment is that people would have to consent to having their conversation judged by it, and I feel like there is probably quite a lot of overlap between the people who need it in order to have a productive interaction, and those who would never in a million years agree to have something like that involved in their interactions...