Bitcoin Forum

Other => Meta => Topic started by: TheBeardedBaby on July 05, 2018, 08:49:07 AM



Title: [Suggestion]Solving the spam problem with a "Report Score" for bad reports.
Post by: TheBeardedBaby on July 05, 2018, 08:49:07 AM
Here is my idea how to deal with the spammers with a very easy approach. It's just a quick scratch up.

We already have a working "Report to Mods" system and all the stats we have now are only informative, lets put those stats into work.
In addition to Merit and Trust, we can have a new measure - "Report score" /I can't come with a better name/.

Report score is a calculation of the activity, merit, post count and the amount of bad reports you have received when somebody reported you. - For example if your post have been reported for spamming, and the Mods delete it, then you get 1 bad report. The calculation is based on this formula:

Code:
report_score= (((activity*1,2)+(airdrop_merit*1,1)+(received_merit*10)+(post_count*0,5))/bad_reports);

Normal score should be considers above 10.

If you have score below 10, the signatures can automatically be turned off.
Different penalties can be added based on the score.

The pros of this system are>
  • Easy to implement.
  • We already have the data of the reports
  • Your reports will matter and your time reporting is not wasted
  • It will be easy to spot spambots
  • No way to cheat the system as it is controlled by the mods
  • It can be tweaked in the future,
  • More people will start reporting
  • Eeasier for the bounty managers to spot spammers
  • Less spam and better content, more people will be aware of the rules and follow them

Cons >
  • Can be abused by the Mods/ not so easy of course/
  • More work for the mods ;)

@ Theymos, this system does not affect the freedom you are trying to maintain in the forum. All those reports and bans are already happening, just use them as a tool the help the others.

Basically I change my concept a bit and we can say that it's a bit more accurate now. It can be readjusted of course, this is just a proposal I came up with a few months ago.
The score doesn't need to have actual impact on the profiles, can be only informative.
All the information is in the code.
Don't judge my programming skills, I'm not a programmer but I get the things done when I need to.
Code:
// Calculating your reports score
// Everything below 10 should be considers as a bad score.

#include <iostream>
#include <iomanip>
using namespace std;
int main()
{
int activity; // The current activity. The higher activity you have the better is the score
int airdrop_merit; // The airdropped merit, again more airdropped merit is better.
int received_merit; // This is the merit you actually received, I put a more weight on it as it is the most reliable measure.  
int post_count; // Here is your post count, less weight on as I don't think it is that important, can change it to ratio between activity and post count.
int bad_reports; // Those are your posts reported by others and deleted by moderator, I can include the Deleted topics too but I have to think a bit more on it.
float report_score; // This is the report score, as I see it everything above 10 should be marked as normal.


cout << "\n"<< "----------------------------"<< "\n";
cout << "Calculating a report score"<< "\n";
cout << "-----------------------------"<< "\n";
cout << "Enter activity: ";
cin >> activity;
cout << "Enter airdroped merit: ";
cin >> airdrop_merit;
cout << "Enter received merit: ";
cin >> received_merit;
cout << "Enter post count: ";
cin >> post_count;
cout << "Enter bad_reports: ";
cin >> bad_reports;
report_score= (((activity*1.2)+(airdrop_merit*1.1)+(received_merit*10)+(post_count*0.5))/bad_reports);
cout << fixed;
        cout << setprecision(2);
cout << "Your bad report score is :" << report_score;
cout<<"\n";

return main();
}

Everyone can test the code here > http://cpp.sh/8hvk6 the deleted posts by mods you can find in Vod's https://bpip.org/ project.

Updated the formula.

THE OLD POST
Here is my idea how to deal with the spammers with a very easy approach. It's just a quick scratch up.

We already have a working "Report to Mods" system and all the stats we have now are only informative, lets put those stats into work.
In addition to Merit and Trust, we can have a new measure - "Report score" /I can't come with a better name/.

Report score is the amount of bad reports you have received when somebody reported you. - For example if your post have been reported for spamming, and the Mods mark it as a "good", then you get one negative point.
Those points are just for example
If you have 3 negative points, the signatures are automatically turned off.
If you have 10 negative points you are automatically banned.
For the every rule you can have a different weight like for plagiarism you get directly 3 points, and autoban for 7 days / OK permaban/. Those are just example values can be adjusted, the principle is important.
Also the pointing system can be Rank or post-count-dependent like for instance  3 bad reports for a Legendary with 10000 posts  compared to 3 bad reports for a Newbie with 50 posts, need to have different Weight.

The pros of this system are>
  • Easy to implement.
  • We already have the data of the reports
  • Your reports will matter and your time reporting is not wasted
  • It will be easy to spot spambots
  • No way to cheat the system as it is controlled by the mods
  • It can be tweaked in the future,
  • More people will start reporting
  • Eeasier for the bounty managers to spot spammers
  • Less spam and better content, more people will be aware of the rules and follow them

Cons >
  • Can be abused by the Mods/ not so easy of course/
  • More work for the mods ;)

@ Theymos, this system does not affect the freedom you are trying to maintain in the forum. All those reports and bans are already happening, just use them as a tool the help the others.


Title: Re: [Suggestion]Solving the spam problem with a "Report Score" for bad rapports.
Post by: mdayonliner on July 05, 2018, 09:02:10 AM
Cons >
  • More work for the mods ;)
You said it bro  ;D
You don't want to make their life hell, do you?

By the way, sounds good to me. Both the reporter (in favor) and who get reported (against) will have impact. The forum will look pretty clean.


Title: Re: [Suggestion]Solving the spam problem with a "Report Score" for bad rapports.
Post by: TheQuin on July 05, 2018, 09:04:13 AM
I like the idea but I'd suggest one little tweak. The score should be proportional to the number of posts made. Someone that's been here for years and made thousands of posts is almost bound to have had a few deleted. So someone with 10 deleted posts out of 5000 isn't as bad as someone with 10 deleted posts out of 50.


Title: Re: [Suggestion]Solving the spam problem with a "Report Score" for bad rapports.
Post by: Jet Cash on July 05, 2018, 09:08:28 AM
It's certainly an interesting idea, and it may encourage more reporting of bad posting habits.

If we can get rid of annoying posts like this one from a hero who has yet to earn any merit.
https://bitcointalk.org/index.php?topic=4388663.msg39131924#msg39131924

It was bad enough that the opening post included that massive image, rather than linking to it. But to quote it in full, and then reply with a comment that is basically the repeat of a previously posted opinion, just clogs up the thread, and adds no value. Obviously the poster is a sig spammer, and I'm sure that the risk of the temporary removal of signature rights would go a long way towards improving the quality of his posting. As a hero, merit will be of no interest to him, unless bounty managers insist on merited posters.


Title: Re: [Suggestion]Solving the spam problem with a "Report Score" for bad rapports.
Post by: Silent26 on July 05, 2018, 09:10:48 AM
Not bad. I certainly like the idea but like one of it's cons which is "More work for the Mods" there is a conflict that they will agree on this. Moderators are having bad times busting spammers everyday and I'm sure that they're pretty busy in other stuffs, I don't think they can still manage to do this task, but who knows? Maybe they can.
How many members are here in the forum and how many reports are  being generated everyday, even old reports are not yet handled. It's just my opinion, and I think Moderators will busier if this idea was implemented. But overall, I like it. I'm just worried about our Mods, they're humans too and they can feel tiredness too.

Actually I have something in mind, but I'm not done yet concluding it.

Quote

Less spam and better content, more people will be aware of the rules and follow them
I don't think spammer will learn their lesson even though this idea was implemented. There are already a lot of spammers before Merit System was introduced, and merit system's goal is to somehow lessen spammers. But like what we can see, spammers are still all around the forum and still posting garbages and like before, they are still not following the rules. The Merit system just prevent them from ranking but they're still doing the same bad thing.  I don't think that this "pro" will work, I don't think that they will start to be aware to the forum rules just because of this, but still, I'm looking forward for the implementation of this idea :)


Edit.
A little off-topic but I also would like to congratulate you for becoming a Sr. Member. Just don't forget who gave you your 250th Merit  :P I wonder what would be the look of that kid in your avatar when you reached Hero or even Legendary.


Title: Re: [Suggestion]Solving the spam problem with a "Report Score" for bad rapports.
Post by: TheBeardedBaby on July 05, 2018, 09:12:29 AM
I like the idea but I'd suggest one little tweak. The score should be proportional to the number of posts made. Someone that's been here for years and made thousands of posts is almost bound to have had a few deleted. So someone with 10 deleted posts out of 5000 isn't as bad as someone with 10 deleted posts out of 50.

Yes I was thinking about it too but to have a different weight base on the Rank, now that you mention it I like your suggestion too, I will add it to the OP.

Not bad. I certainly like the idea but like one of it's cons which is "More work for the Mods" there is a conflict that they will agree on this. Moderators are having bad times busting spammers everyday and I'm sure that they're pretty busy in other stuffs, I don't think they can still manage to do this task, but who knows? ~

Well they don't have to do anything, I was thinking about the report page, when the new changes come, as Welsh suggested, to have drop down menu with choosing what to report, then the system automatically will mark it as as Spam , Plagiarism, Homographs etc. and it will reward the points based on the reports.
The more work will come from the more reports that gonna come, as many people here are tired of spam will start reporting more often when they see that there is an impact on the spammers.


Title: Re: [Suggestion]Solving the spam problem with a "Report Score" for bad rapports.
Post by: LeGaulois on July 05, 2018, 09:57:37 AM
I got between 5 and 10 posts deleted since I am a member (it wasn't some shit posts btw,I'm not angry at all. I think mods are just jealous because I am too cute  ;D :D ).
By following your example I could have been banned since :( I am not bragging but I don't think I am a boring member who deserve to be fired


Title: Re: [Suggestion]Solving the spam problem with a "Report Score" for bad rapports.
Post by: TheBeardedBaby on July 05, 2018, 10:18:06 AM
Deleted posts doesn't mean that they were reported. I often write in bad threads just to note the OP that the thread is reported and it will be removed, so I aslo get a lot of my posts deleted. Same as deleting spammy mega-threads won't affect your score if you have some posts deleted, because nobody reported your post personally. 
The idea is that the users themselves will be responsible to report the spammers, this will help to build a better community.



Title: Re: [Suggestion]Solving the spam problem with a "Report Score" for bad rapports.
Post by: DdmrDdmr on July 05, 2018, 11:06:58 AM
Another little feature I would suggest is to let a timeframe play a role. Crappy posters that are often reported will soon enough encounter all the punishments rules set to counterbalance their acts, but as time goes by, so can they/some/one amend.
I’m thinking specifically of the signature that automatically gets turned off. It could be automatically turned back on (with a blank value) if no more reports of a kind are marked as valid in a given windows timeframe (or the moving running total that triggers events is counted within a certain window timeframe).

P.D. Congrats on becoming a "Sir Member" "Sr. Member"!


Title: Re: [Suggestion]Solving the spam problem with a "Report Score" for bad rapports.
Post by: TheBeardedBaby on July 05, 2018, 11:14:29 AM
Another little feature I would suggest is to let a timeframe play a role. Crappy posters that are often reported will soon enough encounter all the punishments rules set to counterbalance their acts, but as time goes by, so can they/some/one amend.
I’m thinking specifically of the signature that automatically gets turned off. It could be automatically turned back on (with a blank value) if no more reports of a kind are marked as valid in a given windows timeframe (or the moving running total that triggers events is counted within a certain window timeframe).

P.D. Congrats on becoming a "Sir Member" "Sr. Member"!


I was thinking about the time-frame too, but this is up to Theymos to decide if he actually like the whole idea.
There is a plenty room for tweaking and development here. It's just a way to use the already existing system instead a build one from scratch.

Thank you, few months ago I never thought that I would rank up again this year but .. now it's time to change my avatar :)


Title: Re: [Suggestion]Solving the spam problem with a "Report Score" for bad rapports.
Post by: Steamtyme on July 05, 2018, 03:14:49 PM

For the every rule you can have a different weight like for plagiarism you get directly 3 points, and autoban for 7 days.
I'm sure this was just as an example, but I would hope plagiarism is still a 1 way trip to Permaban town.

I'm wondering what reports would you want to see on the list. For instance Off-topic, these can be spam and completely off base, or they can be a mini conversation within a thread for a few posts. I'm fine with the latter as it gives a conversational community feel. There's also "Low-quality" reports, and these again can be subjective. These are the types of "grey" area posts I could see creating a greater workload for the Mods.

Quote
Snipped
  • Your reports will matter and your time reporting is not wasted
  • No way to cheat the system as it is controlled by the mods
  • More people will start reporting
  • Less spam and better content, more people will be aware of the rules and follow them


Overall I like the idea, and I like the optimism.

Unless people can carry their own reporting score as a badge, I don't see anyone who doesn't already feel like their reports are doing something, gaining that sense. This kind of ties into the "more people will start reporting", I feel like if they aren't already doing so this won't change many peoples minds.The fact that there are penalties that weren't previously there may bring in a few more reporters, which would be a benefit.

In instances like the "grey" areas I mentioned above, vindictive people could use this system to try and target a user and create an abundance of reports against them. Typing that I also realized we may need to limit the ability to make reporting if abused,  as this new system may generate reporting spam to gum up the system. Again vindictive people will do almost anything.

I don't think the system would necessarily reduce the spam, the punishments would though. The loss of a Sig, would stop most  accounts from posting that are just here for the Sig money, but they will also probably just create a new account as it's not Ban evading, unless tied into that somehow.

I would like to think that this would open peoples eyes to following the rules, but look at how many plagiarism threads we see about account bans. Still daily there are reports of plagiarism flowing in. I think more likely this will be the next flood of threads taking over Meta: Where my Sig? What is spam ban? NAzi Mod removed my Sig, because jealous etc.


Title: Re: [Suggestion]Solving the spam problem with a "Report Score" for bad rapports.
Post by: TheBeardedBaby on July 06, 2018, 11:04:16 PM
The whole idea is to discourage the spamers. I know that they "work" hard here and they won't give up that easily but it might work.


Title: Re: [Suggestion]Solving the spam problem with a "Report Score" for bad rapports.
Post by: pugman on July 06, 2018, 11:19:09 PM
If you have 3 negative points, the signatures are automatically turned off.
If you have 10 negative points you are automatically banned.
For the every rule you can have a different weight like for plagiarism you get directly 3 points, and autoban for 7 days.
Also the pointing system can be Rank or post-count-dependent like for instance  3 bad reports for a Legendary with 10000 posts  compared to 3 bad reports for a Newbie with 50 posts, need to have different Weight.
I tend to get off-topic a few times(accidentally) and I have sense of feeling that I get reported. I like this idea, but while these points be public? Public as in everyone can see it? That better not be the case, people might not like it. If this report score can be private and if members get the opportunity to see which of their posts get reported, that'd be helpful for those who are willing to learn from their mistakes.

Spammers won't be discouraged. Not until signature campaigns and bounties exist. Why would spammers care about the report score if they keep only shitposting. Even if they get banned, they move on and create another account. 


Title: Re: [Suggestion]Solving the spam problem with a "Report Score" for bad rapports.
Post by: Probinus on July 07, 2018, 01:13:40 AM
    Cons >
    • Can be abused by the Mods/ not so easy of course/
    I don't think those mods would be the one to be abusive around here if this was to be implemented. As you already said, the current report to moderator is working fine, with this, mods are doing superb jobs with handling all those reports.

    Therefore, the people that would be abusing this would be the members/users as well.
    Example:
    Scenario:
    I tend to get off-topic a few times(accidentally) and I have sense of feeling that I get reported.
    Abuse: Members with multiple accounts or have friends to support them can and would connive to throw another member out. Of course as the reporter they'd know if the report was accepted or not, then proceed with another member reporting this user again.

    @pugman This scenario can pretty much happen even if report scores are private




    Title: Re: [Suggestion]Solving the spam problem with a "Report Score" for bad rapports.
    Post by: joniboini on July 07, 2018, 01:46:59 AM
    -snip-
    Why would spammers care about the report score if they keep only shitposting. Even if they get banned, they move on and create another account.  

    Even if they can create another account, the amount of money that they will get from the signature campaign will be much less than before. They'll also have a hard time to increase their ranks cause activity alone is not enough, they'll need merits. (I think this has been mentioned by steamtyname up there)

    Because report score is related to their posting quality, they'll naturally get forced to be more careful when they post. They will 'work' to make sure they don't get banned because they're spamming.


    Title: Re: [Suggestion]Solving the spam problem with a "Report Score" for bad rapports.
    Post by: Shitcointalk on July 07, 2018, 05:05:15 AM
    Spammers won't be discouraged. Not until signature campaigns and bounties exist. Why would spammers care about the report score if they keep only shitposting. Even if they get banned, they move on and create another account. 
    Not if signature campaign is only allow from member and up. Or to Jr. member as well if a couple of merits was needed in order to reach Jr. rank. Any newly created account would be useless for sig bounties. That could encourage people to take better care of their account. By not having a bad "report score" for example.



    Anyway, I like this idea. The merit system is great, it prevent people from ranking up, but it doesn't prevent people from spamming and creating new accounts. This could provide a nice and needed addition to the merit system.

    Ps: I added your idea to my list of propositions to clean up the forum (https://bitcointalk.org/index.php?topic=4480507.0). I hope you don't mind. I am trying to regroup every interesting ideas that could be implemented.


    Title: Re: [Suggestion]Solving the spam problem with a "Report Score" for bad rapports.
    Post by: digaran on July 07, 2018, 05:47:04 AM
    Are you going to fix the title or what? rapports facking lol. how many times are you going to suggest things about reporting etc? we already know you are one of the top reporters. theymos already changed the accuracy calculator to give more incentive to people in order for them to report without worrying too much about the accuracy. this is not a contest to see who is better, just contribute where you can.


    Title: Re: [Suggestion]Solving the spam problem with a "Report Score" for bad rapports.
    Post by: TheBeardedBaby on July 07, 2018, 07:26:58 AM
    Are you going to fix the title or what? rapports facking lol. how many times are you going to suggest things about reporting etc?

    Thanks man for correcting me, forgot to change from Norwegian to English while I'm on the phone, so autocorrect is not helping. I love reading your trolly work ;).
    As you said, I do what I can to help the forum.
    Btw, I'm faaaar from being top reporter but I'm tired of all those meaningless commets as everyone else.



    Title: Re: [Suggestion]Solving the spam problem with a "Report Score" for bad reports.
    Post by: LoyceV on July 07, 2018, 09:10:24 AM
    If you have 3 negative points, the signatures are automatically turned off.
    If you have 10 negative points you are automatically banned.
    Say you hate me: I have 4927 posts. If you go read them all, chances are you can find 3 (or 10) bad ones. Or even better: more than 3 of my posts have been deleted by moderators already, in over 3 years on this forum.
    Does that mean I deserve a ban? I don't think so, and I've never been banned.

    Quote
    For the every rule you can have a different weight like for plagiarism you get directly 3 points, and autoban for 7 days.
    Plagiarism gets you a permanent ban instantly. There's no need to lower the punishment.

    Quote
    For the every rule you can have a different weight like for plagiarism you get directly 3 points, and autoban for 7 days.
    Also the pointing system can be Rank or post-count-dependent like for instance  3 bad reports for a Legendary with 10000 posts  compared to 3 bad reports for a Newbie with 50 posts, need to have different Weight.
    Agreed :D
    But this shouldn't be automated. Question for the Mods: does Bitcointalk keep track of bad posts per person, say a hidden field in the profile only visible for Mods? If it doesn't, I think this should be implemented, so Mods can easily see who's a repeat offender, and take action based on that.
    A Newbie posting a referal link isn't a big problem, if he learns from it and stops posting them. I too had the great idea to earn money from posting a few referal links when I was a Newbie, until I got all of them back as Deleted Post in my PM:
    Code:
    Read 	June 30, 2015, 09:57:35 PM 	Deleted Post 	Bitcoin Forum 	
    Read July 01, 2015, 08:11:10 AM Deleted Post Bitcoin Forum
    Read July 01, 2015, 12:49:47 PM Deleted Post Bitcoin Forum
    For the record: I didn't have a signature at that time. But I stopped posting reflinks.
    If, however, a user doesn't learn from it and keeps spamming, he deserves a ban.

    In the past year, some of my posts were deleted, when I answered a technical question which turned out to be a necrobump. I'm more careful now, but I don't think I deserve a punishment for that.


    Title: Re: [Suggestion]Solving the spam problem with a "Report Score" for bad reports.
    Post by: TheQuin on July 07, 2018, 09:38:25 AM
    Say you hate me: I have 4927 posts. If you go read them all, chances are you can find 3 (or 10) bad ones. Or even better: more than 3 of my posts have been deleted by moderators already, in over 3 years on this forum.
    Does that mean I deserve a ban? I don't think so, and I've never been banned.

    That's why I suggested above that the score should be proportional to the number of posts made. I accumulated a lot of deleted posts from replying to posts that were deleted as the moderators often clean up all resulting posts as well as the spam post. That was when I used to tell spammers off before I worked out what the report button was for.

    does Bitcointalk keep track of bad posts per person, say a hidden field in the profile only visible for Mods? If it doesn't, I think this should be implemented

    I'd like to know that as well. If someone is getting a high proportion of their posts deleted then that's an indication the forum would be better off without them. If someone with 5000 posts has had 20 deleted it probably isn't an issue.


    Title: Re: [Suggestion]Solving the spam problem with a "Report Score" for bad reports.
    Post by: stompix on July 07, 2018, 10:14:24 AM
    If you have 3 negative points, the signatures are automatically turned off.
    If you have 10 negative points you are automatically banned.
    Say you hate me: I have 4927 posts. If you go read them all, chances are you can find 3 (or 10) bad ones. Or even better: more than 3 of my posts have been deleted by moderators already, in over 3 years on this forum.
    Does that mean I deserve a ban? I don't think so, and I've never been banned.


    If indeed this feature would be implemented I doubt it would take into account past activity.

    More like the last 30 days:
    Total posts made during this time / reported and deleted posts (out of those made in this period) = x
    And depending on how much this x would be to trigger some special attention from the mods.
    Maybe tweak it a bit adding in the equation merit earned in that period.

    Agreed Cheesy
    But this shouldn't be automated

    Maybe with a maximum punishment of a 1-day ban for rank under Member.
    If the punishment is worse it will make some people hunt for the posts of a user they don't agree with and intentionally report his posts just to get him banned and will just lead to more work for the mods.
    We've already seen a case of a pretty elaborate (https://bitcointalk.org/index.php?topic=4601461.0) fake plagiarism report just to ban an account


    Title: Re: [Suggestion]Solving the spam problem with a "Report Score" for bad reports.
    Post by: TheBeardedBaby on July 07, 2018, 01:16:33 PM
    I agree that there could be some weak spots in the system but I think we can find a workaround.
    You can add another measures to get the score calculated, for example: if your merit/activity score for the past 3 activity cycles is higer you can get deduction of your overall negative Report rating with a certain percentage.
    With other words if you have received merits for your 3last activity cycles, you get better rating.

    @LoyceV different rules can have different "weight" which is normal like for plagiarism, even for the first time, you get the "heaviest" punishment as a permaban.
    I'll try to come with a formula and examples how can be calculated such score.


    Title: Re: [Suggestion]Solving the spam problem with a "Report Score" for bad reports.
    Post by: suchmoon on July 07, 2018, 08:40:26 PM
    Maybe with a maximum punishment of a 1-day ban for rank under Member.

    Even 6-hour or 12-hour bans could be used for some mild offenses, e.g. if someone goes on a drunk posting binge and needs some time to sober up.

    Overall I like the OP's idea but I have a bad feeling that this could be horribly abused.


    Title: Re: [Suggestion]Solving the spam problem with a "Report Score" for bad reports.
    Post by: stompix on July 07, 2018, 09:17:00 PM
    Maybe with a maximum punishment of a 1-day ban for rank under Member.
    Even 6-hour or 12-hour bans could be used for some mild offenses, e.g. if someone goes on a drunk posting binge and needs some time to sober up.

    Don't know about that...
    If it weren't for posting under the influence, none of us would be HODLers, we would be just some pathetic holders.  8)





    Title: Re: [Suggestion]Solving the spam problem with a "Report Score" for bad reports.
    Post by: TheBeardedBaby on November 02, 2018, 09:07:57 AM
    I've updated OP and changed the concept a bit.

    Here is the formula for calculating your report score :
    Code:
    report_score= (((activity*1,5)+(airdrop_merit*2)+(received_merit*10)+(post_count*0,5))/bad_reports);

    Everything below 10 should be considered as a not so good score and an indicator for a bad posting behavior.
    Everyone is free to test it and I would like to hear your opinion.


    Title: Re: [Suggestion]Solving the spam problem with a "Report Score" for bad reports.
    Post by: stompix on November 02, 2018, 09:22:13 AM
    Maybe I'm wrong but with this, as I'm halfway down my coffee cup but, a useless legendary with 3 merits let's say would have an instant advantage over a newbie who earns 200 Merits, just from the Merit count. Add 2030 activity and 28893 posts, again I'm not talking about anybody special... ;D ;D and this guy would have an enormous score.

    Just that number of posts would offset about 1000 Merits....
    Guess I'll give it a try later but I'm pretty sure I'm going to get some pretty interesting results with some persons I'm thinking about right now.

    LE
    Since I don't want to post in both topics again:

    Better to have an indicator of deleted posts per account.
    I suggested some time ago a report score (https://bitcointalk.org/index.php?topic=4603181.0), I have modified it a bit more to fit the needs. It's easy to manipulate the a thread, but for profiles such score can be far more accurate.


    Unfortunately, Bpib takes only into account posts that were deleted by mods, not posts that got trashed along the entire topic, so unless we can count that also in a way it wouldn't show the entire picture.


    Title: Re: [Suggestion]Solving the spam problem with a "Report Score" for bad reports.
    Post by: TheBeardedBaby on November 02, 2018, 09:50:44 AM
    Maybe I'm wrong but with this, as I'm halfway down my coffee cup but, a useless legendary with 3 merits let's say would have an instant advantage over a newbie who earns 200 Merits, just from the Merit count. Add 2030 activity and 28893 posts, again I'm not talking about anybody special... ;D ;D and this guy would have an enormous score.

    Just that number of posts would offset about 1000 Merits....
    Guess I'll give it a try later but I'm pretty sure I'm going to get some pretty interesting results with some persons I'm thinking about right now.

    LE
    Since I don't want to post in both topics again:

    Better to have an indicator of deleted posts per account.
    I suggested some time ago a report score (https://bitcointalk.org/index.php?topic=4603181.0), I have modified it a bit more to fit the needs. It's easy to manipulate the a thread, but for profiles such score can be far more accurate.


    Unfortunately, Bpib takes only into account posts that were deleted by mods, not posts that got trashed along the entire topic, so unless we can count that also in a way it wouldn't show the entire picture.


    Yeah but this Legendary, you are talking about has been longer on the forum so this is reflected in the score as the more activity and airdropped merit.
    I can probably remove the airdropped merit as the activity should be enough to support the "early adopters" or can have a smaller impact something like airdropped_merit/10 for example.

    All those posts removed with the trashed threads are a issue but I think the forum does not keep track on them so it is almost impossible to be counted. This is why I wrote in the OP that this is only for those of your posts reported to the mods and deleted.


    Title: Re: [Suggestion]Solving the spam problem with a "Report Score" for bad reports.
    Post by: stompix on November 02, 2018, 09:59:40 AM
    Yeah, he has been longer on this forum but if a Legendary account gets bought he will start with some kind of immunity score based on something he has no real connection with and unlike a newbie he will pretty much be safe from this report score while a newbie will get in trouble pretty fast, and there are a lot of newbies out there who have been trying quite hard in the last period but they are still probably /100 away from that score.

    Legendary accounts should not be safe from this just because they have been longer around the forum.
    A plagiarist is a plagiarist even if he is a newbie or a legendary, he gets the same treatment and you know that pretty well since you've reported a few if I'm not mistaken, and I don't see why labeling a spammer should be different just because he was for a long time around.

    I've said it before but a score based on the last 3/6 months if not 30 days of activity would be far better.


    Title: Re: [Suggestion]Solving the spam problem with a "Report Score" for bad reports.
    Post by: TheBeardedBaby on November 02, 2018, 10:23:26 AM
    Yeah, he has been longer on this forum but if a Legendary account gets bought he will start with some kind of immunity score based on something he has no real connection with and unlike a newbie he will pretty much be safe from this report score while a newbie will get in trouble pretty fast, and there are a lot of newbies out there who have been trying quite hard in the last period but they are still probably /100 away from that score.

    Legendary accounts should not be safe from this just because they have been longer around the forum.
    A plagiarist is a plagiarist even if he is a newbie or a legendary, he gets the same treatment and you know that pretty well since you've reported a few if I'm not mistaken, and I don't see why labeling a spammer should be different just because he was for a long time around.

    I've said it before but a score based on the last 3/6 months if not 30 days of activity would be far better.

    I updated the old part of OP but forgot to paste it in the forum :D ( as I'm editing it external program), that's why there are so misunderstandings, I'm gonna re-write everything again. Done.

    Edited> I have changed the formula a bit so the measures like airdropped merit and activity will have less impact on the total score.

    Quote
    I've said it before but a score based on the last 3/6 months if not 30 days of activity would be far better.

    I like this suggestion, but we need more accurate data then and now all I have is the Vod's BPIP modlog history.


    Title: Re: [Suggestion]Solving the spam problem with a "Report Score" for bad reports.
    Post by: LoyceV on November 02, 2018, 11:42:11 AM
    Here is the formula for calculating your report score :
    Code:
    report_score= (((activity*1,5)+(airdrop_merit*2)+(received_merit*10)+(post_count*0,5))/bad_reports);
    Let's see mine: ((1288*1.5+1000*2)+2185*10+6182*0.5)/8=3609

    The number of deleted posts comes from BPIP (https://bpip.org/profile.aspx?p=loycev), I'm not sure how long Vod has been registering those:
    Code:
    7 replies deleted by moderators
    1 topics removed

    Everything below 10 should be considered as a not so good score and an indicator for a bad posting behavior.
    Let's see what happens if I turn into a spammer and my next 2000 posts are deleted by Mods: ((1288*1.5+1000*2)+2185*10+6182*0.5)/2008=14

    I think you're too soft on me :D


    Title: Re: [Suggestion]Solving the spam problem with a "Report Score" for bad reports.
    Post by: TheBeardedBaby on November 02, 2018, 11:54:37 AM
    Here is the formula for calculating your report score :
    Code:
    report_score= (((activity*1,5)+(airdrop_merit*2)+(received_merit*10)+(post_count*0,5))/bad_reports);
    Let's see mine: ((1288*1.5+1000*2)+2185*10+6182*0.5)/8=3609

    The number of deleted posts comes from BPIP (https://bpip.org/profile.aspx?p=loycev), I'm not sure how long Vod has been registering those:
    Code:
    7 replies deleted by moderators
    1 topics removed

    Everything below 10 should be considered as a not so good score and an indicator for a bad posting behavior.
    Let's see what happens if I turn into a spammer and my next 2000 posts are deleted by Mods: ((1288*1.5+1000*2)+2185*10+6182*0.5)/2008=14

    I think you're too soft on me :D

    You are exception, you have received over 1000 merit which makes everything huge.
    BTW I changed the formula in the OP earlier today try with the new values ;)

    NOTE > You have a small mistake your received merit are 1185 (the actual received merit)
    your result should be :
    Quote
    Enter activity: 1288
    Enter airdroped merit: 1000
    Enter received merit: 1185
    Enter post count: 6182
    Enter bad_reports: 8
    Your bad report score is :1482.00


    EDIT: Something weird is going on. I have edited the OP twice now but seems the lats edits were not resisted.
    First I thought that I did't post the updates as I'm editing the text in external program, I wrote everything again and the OP is still the same.. weird...

    Last EDIT> Now everything is corrected. Probably I messed up something ... it's Friday ...


    Title: Re: [Suggestion]Solving the spam problem with a "Report Score" for bad reports.
    Post by: stompix on November 02, 2018, 12:07:05 PM
    Here is the formula for calculating your report score :
    Code:
    report_score= (((activity*1,5)+(airdrop_merit*2)+(received_merit*10)+(post_count*0,5))/bad_reports);
    Let's see mine: ((1288*1.5+1000*2)+2185*10+6182*0.5)/8=3609

    You spammer ;D ;D ;D I'm at 7424, as it seems according to bpip I only have 1 post deleted.
    Of course, if I start spamming by 10 replies deleted I will go way below even if you have 200 but still....

    I think we should make this easier, a progressive auto-suspend for each deleted reply, starting with 1h and expiring in x days.
    It starts with 1h, then 2,4,8...and whatever as I don't think we'll see complicated things like this implemented while far simpler things are still nowhere near.

    LE
    Iasenko updated the formula so my moment of glory was quite shortlived  :'( :'(


    Title: Re: [Suggestion]Solving the spam problem with a "Report Score" for bad reports.
    Post by: Lafu on November 02, 2018, 12:56:01 PM
    Maybe we can do more with the Merit system to combat spam, which has shown in the past that it brings something (example for Rank up 1 Merit).

      1: Possible for Rank up 2 or 5 merits (For Newbies)

      2: Users can only Quote posts from other users with 1 Merit
          - that would avoid all bot quote pyramids made by Newbies.
          - And users or bots that post only posts from the thread creator in the middle of the thread in the form of a quote would also be omitted.

      3: If a User have the 1 Merit for Quote other Posts and he abuse it (2-5 Quoted Posts get deleted) maybe he get a 7 Day Ban ,
          or the 1 Merit is subtracted from this User so that he can not continue Quote others.

      4: Users who abuse the Merit System for that , that they can quote , get's Banned too.


    It's just an idea !


    Title: Re: [Suggestion]Solving the spam problem with a "Report Score" for bad reports.
    Post by: pooya87 on November 03, 2018, 05:47:19 AM
    i loved this idea.
    a cool feature to implement on top of this would be after having such "score" the forum should allow you to set a condition in your "ignore list" so that you can ignore users that have a "score" that is lower than a threshold. that way you can automatically ignore a large number of spammers without ignoring them individually!

    Code:
    report_score= (((activity*1,2)+(airdrop_merit*1,1)+(received_merit*10)+(post_count*0,5))/bad_reports);
    Code:
    report_score= (((1442*1,2)+(1000*1,1)+(217*10)+(9341*0,5))/1)= 9670
    ;D