Slashdot Mirror


Scientists Create AI Program That Can Predict Human Rights Trials With 79 Percent Accuracy (theverge.com)

An anonymous reader quotes a report from The Verge: Computer scientists have created an AI program capable of predicting the outcome of human rights trials. The program was trained on data from nearly 600 cases brought before the European Court of Human Rights (ECHR), and was able to predict the court's final judgement with 79 percent accuracy. Its creators say it could be useful in identifying common patterns in court cases, but stress that they do not believe AI will be able to replace human judgement. As described in a study published in the journal PeerJ Computer Science, the AI program worked by analyzing descriptions of court cases submitted to the ECHR. These descriptions included summaries of legal arguments, a brief case history, and an outline of the relevant legislation. The cases were grouped into three main violations of human rights law, including the prohibition on torture and degrading treatment; the right to a fair trial; and the right to "respect for private and family life." (Used in a wide range of cases including illegal searches and surveillance.) The AI program then looked for patterns in this data, correlating the courts' final judgements with, for example, the type of evidence submitted, and the exact part of the European Convention on Human Rights the case was alleged to violate. Aletras says a number of patterns emerged. For example, cases concerning detention conditions (eg access to food, legal support, etc.) were more likely to end in a positive judgement that an individual's human rights had been violated; while cases involving sentencing issues (i.e., how long someone had been imprisoned) were more likely to end in acquittal. The researchers also found that the judgements of the court were more dependent on the facts of the case itself (that is to say, its history and its particulars) than the legal arguments (i.e., how exactly the Convention on Human Rights had or had not been violated).

83 comments

  1. Fr0Sty Post by Anonymous Coward · · Score: 0

    Important Stuff

            Please try to keep posts on topic.
            Try to reply to other people's comments instead of starting new threads.
            Read other people's messages before posting your own to avoid simply duplicating what has already been said.
            Use a clear subject that describes what your message is about.
            Offtopic, Inflammatory, Inappropriate, Illegal, or Offensive comments might be moderated. (You can read everything, even moderated posts, by adjusting your threshold on the User Preferences Page)
            If you want replies to your comments sent to you, consider logging in or creating an account.

    If you are having a problem with accounts or comment posting, please yell for help.

    1. Re: Fr0Sty Post by Anonymous Coward · · Score: 0

      Hi. I'm yelling for help. Thx.

  2. Slighlty better than coin tosx. by Anonymous Coward · · Score: 0

    Scientist to replace AI with much cheaper coin based rechnology.

    1. Re:Slighlty better than coin tosx. by frovingslosh · · Score: 1

      Is it really better than a coin toss? What is the outcome of most "Human Rights" trials. If it is about a 79% conviction rate or even just a 21% conviction rate then the outcome isn't very impressive at all.

      --
      I'm an American. I love this country and the freedoms that we used to have.
  3. that's nice by Anonymous Coward · · Score: 0

    How about some tits now

    1. Re:that's nice by Anonymous Coward · · Score: 0
    2. Re:that's nice by Anonymous Coward · · Score: 0

      Gaaaahhh!! Mein EYES!!!

  4. Dang it! by Anonymous Coward · · Score: 1

    Here I am, only weeks away from completing my graduate degree in Predictive Human Rights Jurisprudence, and some jerkhead has built an artificial intelligence to take away my job!

    I knew I should have stayed with medicine... we could have a cure for diabetic mice by now, if I hadn't listened to my advisor.

    1. Re:Dang it! by Anonymous Coward · · Score: 0

      A gravedigger never runs out of work

    2. Re:Dang it! by Anonymous Coward · · Score: 0

      Says who? We can build robots to dig graves.

    3. Re:Dang it! by Anonymous Coward · · Score: 0

      If you look at the paper, you will find out that it "predicts" the decision class from the written, argued court decisions. This is something any lawyer is capable of. Read the first 3 pages of a court decision, and the way the court selectively presents the facts of the case, and you will be able to guess where it is going. There will still be jobs for people able to predict how courts will decide before they have done so. 79% is unimpressive. There are actual conferences and journals for AI & Law, and these guys do not publish there. Looking at the references section, they actually appear to be unaware of the existence of the field.

  5. ship it! by Anonymous Coward · · Score: 0

    call it MVP

  6. US version ... by Anonymous Coward · · Score: 0

    ... implemented in shell:

    while :; do echo 'Fuck human rights!'; done

      (NSF, you can just mail me the check.)

  7. data analysis or "AI"? by sittingnut · · Score: 2

    why do people slap "AI" label on unnecessarily? publicity?

    "The AI program then looked for patterns in this data, correlating the courts' final judgements with, for example, the type of evidence submitted ...a number of patterns emerged ...For example, cases concerning detention conditions ... more likely ...cases involving sentencing ...more likely"

    this is mere data analysis. or is that what so called "AI" amount to?

    and this,
    "judgements of the court were more dependent on the facts of the case itself "
    duh?!
    how smart of so called "AI" to find that out?

    1. Re:data analysis or "AI"? by Anonymous Coward · · Score: 0

      Even if it is predictive, it relies on the 600 case training set being representative of future cases.

    2. Re:data analysis or "AI"? by Anonymous Coward · · Score: 0

      Intelligence is data analysis.

      This "program" consists of Natural Language Processing and Machine Learning techniques. These are both AI technologies.

      But of course when it works nobody calls it AI any more.

    3. Re:data analysis or "AI"? by Anonymous Coward · · Score: 0

      Dude, it's about time you caught on.

      When people say AI, this is what they mean. It doesn't matter if this fails some ivory-tower academic distinction that only specialists understand. Nobody gives a shit about that. When a computer seems to be thinking, that's AI. That's it. Google the definition for Christ's sake.

      You can rant about things not being "true AI" until you are blue in the face, and nobody will give a shit.

    4. Re:data analysis or "AI"? by ShanghaiBill · · Score: 3, Insightful

      this is mere data analysis. or is that what so called "AI" amount to?

      "Mere" data analysis is when a human looks at the data and tries to find patterns. But it is "AI" when the algorithm is open ended, and finds it's own patterns and correlations. That is "machine learning" is certainly a branch of AI.

    5. Re:data analysis or "AI"? by ShanghaiBill · · Score: 1

      Even if it is predictive, it relies on the 600 case training set being representative of future cases.

      Human intelligence also relies on the future being similar to the past.

    6. Re:data analysis or "AI"? by Anonymous Coward · · Score: 1

      5 years ago we called that data mining.

      I skimmed the paper. They converted the cases documents into word n-grams, did some clustering, made some type of n-gram by n-gram matrix that I've never learned about, did some more clustering, then fed those clusters into a SVM.

      Data mining is a much better term, but I guess that's not fashionable anymore. In 5 more years is everything going to be about multidimensional awareness (MA)?

      *All MA rights belong to Slashdot's ACs. Fear my pending patient.

    7. Re:data analysis or "AI"? by ShanghaiBill · · Score: 1

      ... then fed those clusters into a SVM.

      SVMs are used in machine learning, which is a branch of AI.

      Data mining is a much better term

      "Data mining" and "machine learning" are two orthogonal concepts. You can do data mining with or without machine learning. Machine learning can be used for many things besides data mining.

    8. Re:data analysis or "AI"? by Anonymous Coward · · Score: 0

      In other words, term "AI" has lost all meaning. So why use it? That seems to be OP's point.

    9. Re:data analysis or "AI"? by Anonymous Coward · · Score: 0

      But all the techniques used here were long known (by other names) and were used in data analysis. Computers just speeds up calculations. Machine learning is mere data analysis by another name.

    10. Re:data analysis or "AI"? by Anonymous Coward · · Score: 0

      Why does literally every article that mentions "AI" have some dipshit come on and complain about the use of the term? the A stands for "artificial", you know, thus distinguishing it from real intelligence. If you don't like that term being used here, fine - but that just shows that you have no business commenting on the terminology because you have no knowledge of the subject.

      The best part is these same dipshits frequently comment about how "that kind of AI is still 20-30 years out", not having any inkling of how ridiculously impossible such a goal would be when they themselves set the goalposts to be unreachable in the first place. Meanwhile in reality, real AI systems have been running for decades making major life decisions for all of us that we didn't even know. With very primitive AI that doesn't come close to what you've defined as "real intelligence". And still tends to behave smarter than posters like you.

    11. Re:data analysis or "AI"? by Anonymous Coward · · Score: 0

      You certainly do not fall to neither real nor artificial intelligence categories. Now go wallow in "dipshit".

    12. Re:data analysis or "AI"? by TuringTest · · Score: 1

      AI has always meant that in academy. Maybe you were using some other definition from, say, literature?

      --
      Singularity: a belief in the "God" idea with the "demiurge" relation inverted.
    13. Re:data analysis or "AI"? by AthanasiusKircher · · Score: 1

      "Mere" data analysis is when a human looks at the data and tries to find patterns. But it is "AI" when the algorithm is open ended, and finds it's own patterns and correlations.

      I certainly agree that this falls under the classification of "AI" as a field. I'm guessing that part of the concern is also whether what was done here qualifies as "intelligence" rather than just a slightly more advanced algorithm for processing data.

      Most research studies these days use fairly complex statistical computations -- often, lamentably, that the researchers themselves don't fully understand (or at least don't fully understand the limitations of). So, basically by the time many researchers are looking at the "data" to search for correlations, the raw data has already been processed in rather non-transparent ways. Relatively few people are staring at the raw data and saying, "Hmm... there's a lot of high X values here -- let's run a test to see whether X correlates with Y." Instead, they either decided they were already going to run that correlation before the test already began, or they do the p-hacking thing where they just run dozens of different statistical tests and see whether anything "shakes out."

      Either way, humans are rarely DIRECTLY finding their own "patterns and correlations" anymore. They throw a bunch of stuff into a statistical package and see what pops out. The "AI" algorithms used in the present paper are certainly putting an extra layer of processing on top of that, but ultimately they're just doing a few more steps of statistical analysis and spitting out the patterns that emerge. The algorithms just tend to emphasize and weight certain things in the dataset a little more to make patterns pop out more easily.

      So, yeah, it's automating pattern-finding a bit more. But I can also see the point that it's really an extension of data analysis... ultimately the patterns that come out of this system aren't really meaningful. For example, according to the top-rated clusters of topics, judgments for one of the rights are highly likely to depend on whether the word "July" is found -- good for your chances! -- vs. whether "June" or "June applicant" or "dated June" is found -- which apparently causes you to be more likely to lose the case!

      Obviously that's ridiculous, but it shows the similarity in this sort of analysis to what you might get with a simpler statistical package that just tries out dozens of correlations. In both cases, the computer is just weighting the patterns it finds -- using algorithms dictated by humans -- and then spitting out a lot of nonsense and some things that look more interesting. It's then up to the humans to determine which are the interesting bits.

      While I know the term AI is used for this stuff, personally I'll reserve the term "artificial intelligence" for a system that actually has some fairly sophisticated threshold for realizing when the output is nonsense vs. when it's likely to be more interesting, and that determination isn't just a hard-coded aspect of the algorithm in question. Then the system would actually be doing something akin to "judgment," which implies "intelligence," rather than just being a more sophisticated pattern-finding stats package.

    14. Re:data analysis or "AI"? by Anonymous Coward · · Score: 0

      OK, sure. And next you'll be telling me that spreadsheets are nothing new, people have been doing the same calculations on paper or abacus for millennia.

  8. AI by 110010001000 · · Score: 2

    God, not another "AI Program". We used to just call them programs.

    1. Re:AI by ArylAkamov · · Score: 4, Funny

      But it's twenty-sixteen! We future now!

      RC aircraft are DRONES
      Predictive models are ARTIFICIAL INTELLIGENCE
      Computer programs are APPS (APPING APPERS)!
      A can of wd-40 and a lighter is an LOL EPIC FLAMETHROWER!!1 ...The future sucks.

    2. Re:AI by Anonymous Coward · · Score: 0

      Well, now we call them "AI Programs."

      Can you cope with reality?

    3. Re:AI by Plus1Entropy · · Score: 1
      --
      Only crack the nuts that crack. You don't put the ones that don't crack in the sack.
    4. Re:AI by Anonymous Coward · · Score: 0

      On the bright side, I at least like MY linux desktop!

  9. Actually no. by goombah99 · · Score: 3, Informative

    You can't even tell if it's better than a coin toss. For this statistic to have any meaning at all you need to know the frequency the plaintiff wins. For example, let is suppose that the plaintiff wins in 79% of cases. Then an "AI" that merely always guess the plaintiff won would be correct in 79% of cases.

    In fact given that it's unlikely the outcome is 50:50, then one would expect that such a dumb algorithm would be correct more often than not just by always guessing one side. It would therefore take very little extra "intelligence" so boost it over the top. In particular such intelligence could be simply an artifact of the data set. As an example suppost the data set contained 10% of plaintiffs whose names started with R. If this group of people won more often than the avergage, then simply learing to guess "win" anytime there was a plaintiff with an "R" name would improve the test. This is true even if you split the data up into cross validation sets, as the bias for "R" will persist on any randomly Chosen subset as well.

    thus the results probably are meaningless. Certainly the article is.

    --
    Some drink at the fountain of knowledge. Others just gargle.
    1. Re:Actually no. by ShanghaiBill · · Score: 1

      You can't even tell if it's better than a coin toss. For this statistic to have any meaning at all you need to know the frequency the plaintiff wins.

      Indeed. For instance, 99% of Japanese criminal cases end in conviction. So you could predict the result with 99% accuracy using the following algorithm:

      1. Flip a coin
      2. If it is heads, the defendant is guilty.
      3. It it is tails, go to step 1.

    2. Re:Actually no. by Anonymous Coward · · Score: 0

      That program is incredibly inefficient.

    3. Re:Actually no. by Anonymous Coward · · Score: 0

      In Japan, an algorithm that predicts convictions with 99% accuracy would not be much of an achievement. An algorithm that predicts non-convictions with 99% accuracy would be an amazing achievement.

    4. Re:Actually no. by Shane_Optima · · Score: 2

      That's an interesting statistic of course, but it's a little less shocking or worrying than one might initially assume. For instance, I read that one of the reasons is that Japanese prosecutors will very rarely take something all the way to trial unless they are nearly positive they'll win--it's therefore as much a symbol of Japanese perfectionism / aversion to failure as anything else. Also, there's a lot of soft power in Japanese culture, so presumably they have other ways to pressure suspected criminals to stay in line in non-slam dunk cases... or maybe they have a lot of plea bargains, not sure. I never looked that far into it.

      The statistic that over 99% of people in modern Russia are convicted is more bluntly worrying to me. One might've hoped that, given their history, a distrust of authority would have taken root at some point, but this does not seem to be the case (or if it is, it's exceeded by the distrust of the accused.) And there's no use appealing to an overall lower trial rate or crime rate to explain that one.

    5. Re:Actually no. by Shane_Optima · · Score: 1

      err, over 99% of defendants*

    6. Re:Actually no. by Anonymous Coward · · Score: 0

      Yes, but it gives the public the illusion of fairness, which is all you need to give the pleb...er, I mean.. people.

    7. Re:Actually no. by imidan · · Score: 1

      For example, let is suppose that the plaintiff wins in 79% of cases. Then an "AI" that merely always guess the plaintiff won would be correct in 79% of cases.

      What in the world...?

      It's trivially obvious that the way you would build such a model is to take a set of cases, subset them, identify the predictors of outcome (none of which is who won) in the subset, regress (in some way) the predictors with the outcomes in the subset, and then attempt to predict the outcome of the cases outside the subset using the function derived using the subset.

      Of course you don't just count up the number of times the plaintiff wins, divide it by the total number of cases, and then call the probability of any given plaintiff winning 79%. That's just stupid. The point is that after training on a subset of cases, the algorithm predicts the outcome of other cases correctly 79% of the time.

      The right question to ask is how representative the sample is and how widely the result applies.

    8. Re:Actually no. by tgv · · Score: 2

      Sorry, but you're wrong. The remark is about the performance. 79% means nothing without knowing the baseline of an uninformed method. I think you can agree that a coin toss will produce the proper result in 50% of all cases. So if the performance of a system on a binary choice is 50%, it's as good as a coin toss, no matter how it's implemented. Suppose you make a system that always prints "plaintiff wins". Then its performance will be the actual win rate for the plaintiff. If that happens to be 79%, the system's performance is 79% without any knowledge.

      How representative the sample set is, is another question all together.

      BTW, the actual numbers for 2015 are

      Refused: 2930
      Granted: 3433
      Denied: 588
      Total: 6951

      So granted is 85% of all cases. So a system just printing "granted" will perform better (if refused is left out of consideration).

    9. Re:Actually no. by SharpFang · · Score: 1

      And considering "Refusal" is usually due to formal considerations that are well defined, the system should be able to predict refusal with a very high accuracy (...actually, the only inaccuracy would be human (clerical) error, when a case is wrongly passed or refused despite meeting or failing to meet the formal requirements) - and as result, with a system that has, say, 99.5% accuracy of determining between "Refused/Deliberated" (say, 0.5% of cases are wrongly refused or wrongly put under deliberation) then that makes "Denied" a 7.5% of all cases, so the system would be accurate some 92% of time telling either "Refused" or "Granted" basing on formal parameters of the application and discounting any actual legal/moral content, and never once serving "Denied".

      --
      45 5F E1 04 22 CA 29 C4 93 3F 95 05 2B 79 2A B2
    10. Re:Actually no. by Anonymous Coward · · Score: 0

      If you read TFA, you'll find that they had a randomly generated balanced data set.
      Why they didn't just report the balanced accuracy on the full data set, is beyond me, though.

    11. Re:Actually no. by wonkey_monkey · · Score: 1

      That's the point.

      --
      systemd is Roko's Basilisk.
    12. Re:Actually no. by Anonymous Coward · · Score: 0

      I work with a bunch of Russian people and they have a saying (although to be fair Russians have a saying for everything...);
      You can tell how a people view their government by the reactions if a police officer shouts "Stop! Police!" as someone runs through a crowd of people.

      There are basically three options;
      1) The crowd does nothing.
      2) The crowd impedes the movement of the person running away.
      3) The crowd impedes the movement of the chasing officer.

      The general Russian viewpoint I hear is that they would impede the officer.

    13. Re:Actually no. by goombah99 · · Score: 1

      Wrong. Read the article. It was a binary classifier. It doesn't matter if you Crossvalidate (subsetting) if the baseline frequencies are 79% for one of the classifications.

      --
      Some drink at the fountain of knowledge. Others just gargle.
    14. Re:Actually no. by Shane_Optima · · Score: 1

      Yeah, I guess a key detail I forget to examine here is the fact that they're predominantly judge trials in Russia. It all more or less makes sense now, but is no less disheartening.

    15. Re:Actually no. by syntotic · · Score: 1

      The AI may be 100% correct but judges are biased. They have an incentive to be biased and act crazily and contrary to fact and evidence because otherwise they are not needed, an AI can give verdict. So why the AI failed in 31% of cases is the matter to discuss. It should be understood to the last detail.

  10. YES! by Anonymous Coward · · Score: 0

    From the goddamn dictionary:

    Artificial Intelligence:

    1: a branch of computer science dealing with the simulation of intelligent behavior in computers

    2: the capability of a machine to imitate intelligent human behavior ...so, looking through data and predicting an outcome sounds a damn lot like "simulating intelligent behavior."

    Why is this so damn hard to understand? This is what AI is.

    1. Re:YES! by Anonymous Coward · · Score: 0

      And here is the goddamn link.

    2. Re:YES! by Anonymous Coward · · Score: 0

      With such a catch all broad definition "Artificial Intelligence" communicate no meaning. If you really want to transfer information to reader, better use meaningful terms. In this case "Data analysis" or "Data mining".

  11. What does AI stand for by goombah99 · · Score: 1

    Another Improbable program.

    --
    Some drink at the fountain of knowledge. Others just gargle.
  12. Easy by Anonymous Coward · · Score: 0

    If defendant=African dictator then verdict=guilty.

  13. Trial? by rossdee · · Score: 1

    Most of them never come to trial

    Terrorist like IISIS and Boko Haram will die rather than be captured

    The leaders of large countries (eg Putin, GWB and the chinese) never submit to international tribunal

  14. And regarding the remaining .21% ... by hcs_$reboot · · Score: 1

    ...humans were wrong.

    --
    Slashdot, fix the reply notifications... You won't get away with it...
    1. Re:And regarding the remaining .21% ... by Anonymous Coward · · Score: 0

      I was just thinking something similar. I don't care that it correctly predicted the outcome in 79% of cases, I want to know about the 21% of cases where the prediction differed. Are they cases where most people would agree with the AI, that the court got it wrong?

  15. the endgame by prof_robinson · · Score: 2

    Seriously, what is the endgame here? Having robots adjudicate human rights? How in the world does that seem like progress to anyone?

  16. You forgot a few by Anonymous Coward · · Score: 0

    Most of them never come to trial

    Terrorist like IISIS and Boko Haram will die rather than be captured

    The leaders of large countries (eg Putin, GWB and the chinese) never submit to international tribunal. US officials like Clinton use blackmail and political clout to avoid prosecution.

    The USA has become no different than Russia or China, we don't prosecute our criminals in public office either. Welcome to the USSA.

  17. Trends follow data, data doesn't follow trends by Anonymous Coward · · Score: 0

    "The most predictive topics for Article 3 decisions. Most predictive topics for Article 3, represented by the 20 most frequent words, listed in order of their SVM weight."

    Oh dear, word analysis frequency as predictor of court outcome, a new low.

    Look, data doesn't follow trends, trends are fitted to data and thus trends follow the changes in that data. So you analyse the word frequency and that's a function of the people in the court doing the judgements, and perhaps their biases and social situation and language and ethic background. The words frequency doesn't DRIVE the decision it REFLECTS the people making the decision.

    And as those parameters shift, so will the outcome. Perhaps a judge leaves and another takes his place, or a prosecutor moves office, and his speech patterns are different, and thus the word count for that court is different. There's no reason for that new word count to now match the prosecution record.

    We're seeing similar joke data mining going on in government (and science) all the time. Some of the classic faults:

    1. They fail to identify the key causal driver, so they're data-mining for some transient metric. e.g. word count.
    2. Overlapping data and test data. Train it on 600 case, now test it on 400 cases from the same courts (which have the same judges and prosecutors and thus the same speech patterns and similar word count at the moment).
    3. Feedback loops, e.g. police predictive system says "go police in black areas", which leads to more black arrests which leads to more policing in black areas and so on. Yet the crimes are reported all over the city, not just the black areas, its that they've filtered the crime reports in a way that backs up their prediction and are updating their metrics in response to their filtered crime data.
    4. The loop in 3 is often hidden, e.g. grab the results from the busiest courts as representative, which deal with the black areas which deal with the most cases because that's where the program sent the police last year.
    5. A machine makes 2 widgets at a time, the machine has independent properties, and imparts those properties to the parts it makes. The properties are not connected in any way in reality. If I filter such that I only pick two widgets made at the same time, and test one property, I can predict the state of the other properties. e.g. Judge Fred takes the decision, Judge Fred is heavy on the word "violent" and "banana", so a mechanism that picks filters for Judge Fred will tend to score well on violent bananas. It makes no difference that "violent" and "bananas" are independent, I created the dependency by my choices, a la QM.

  18. my AI by Anonymous Coward · · Score: 0

    predicts that the /. forum will stay as shitty as it is. 100%

    1. Re:my AI by FyRE666 · · Score: 1

      My guess is that any forum you frequent will live down to that prediction...

  19. Bull by Anonymous Coward · · Score: 0

    And shit. There are too many possible nuances here to even apply a model of 'predictability'. And fuck whoever it was that posted the initial 'on topic' nonsense. This is insanity, plain and simple.

  20. Good by Anonymous Coward · · Score: 0

    Now make that program a mandatory control in all other AI programs so no one can order an AI to violate human rights.

  21. Al not A.I. by frovingslosh · · Score: 1

    You misunderstand. This is an "Al" program, as in Al Gore or Al Franklin, extremely liberal and so sure of its view on human rights that it is wrong 21% of the time. A.I. would never make that mistake.

    --
    I'm an American. I love this country and the freedoms that we used to have.
  22. That AI would have a tough time in the US by Anonymous Coward · · Score: 0

    That AI would have a tough time in the US. After all, various courts have ruled that serving disgusting food on purpose as punishment and/or cost savings is A-OK, even if it's so terrible it typically results in malnourishment due to inmates choosing not to eat it.

    I'm talking about nutraloaf here, not cheap mystery meat sandwiches. A "meal" purposely designed to taste inedible, but yet actually be edible.

  23. Re: by addisoncurtis · · Score: 1

    I am very glad on Scientist's this invention, but I want to ask you something as I don't know, is this a recent invention, I think this is an old research. What you say?

  24. This couldn't be too hard by Anonymous Coward · · Score: 0

    I'll write you an algorithm to do this right now:

    If country == islamic {
    victim = screwed
    }

    Tada! Human rights trial outcome predictor 1.0 is now complete!

    1. Re:This couldn't be too hard by OakDragon · · Score: 1

      Well I wrote a program to detect racism in Internet comments.

      The first test, it returned notifications on ALL comment sections scanned.

      There were no false positives.

  25. Ummm by Archfeld · · Score: 1

    Not to be pissy or anything but let's face it. By the time a human rights violation has case has 'come to trial' it is nearly a forgone conclusion. Were 10K people massacred ? Was an entire countryside gassed ? Did the members of an entire tribe suddenly disappear ? Was a mushroom cloud, and nerve gas involved ? It doesn't take much of an AI or computer to come to a conclusion in those kinds of cases.

    --
    errr....umm...*whooosh* *whoosh* Is this thing on ?
  26. 79% doesn't seem great by 91degrees · · Score: 1

    In fact we shouldn't expect these to be too predictable. This is why they go all the way to the ECtHR in the first place

    1. Re:79% doesn't seem great by AHuxley · · Score: 1

      In the US you can get that way up in the federal system
      Conviction rate https://en.wikipedia.org/wiki/...
      "For 2012, the US Department of Justice reported a 93% conviction rate."

      --
      Domestic spying is now "Benign Information Gathering"
    2. Re:79% doesn't seem great by 91degrees · · Score: 1

      So an AI that said "guilty" every time would get much better accuracy here :)

      That's not really the best comparison though. ECtHR is more comparable to the US Supreme Court. Mostly dealing with appeals based on incompatibilities of legislation with fundamental law.

    3. Re:79% doesn't seem great by AHuxley · · Score: 1

      Default to guilt and then look for any strange "not guilty" outlier in every case to really seem accurate.

      --
      Domestic spying is now "Benign Information Gathering"
  27. easy by Anonymous Coward · · Score: 0

    if (plaintiff = well known SJW) then trial = success

  28. The Problem Is by Anonymous Coward · · Score: 0

    If this system is based on previous trial outcomes then the AI would not be "intelligent" enough to recognize massive human rights violations that are perpetually committed by the state of Israel in occupied Palestine and elsewhere.

    Great news for Israel. Terrible for the rest of the world.

    1. Re:The Problem Is by Attila+Dimedici · · Score: 1

      What does the state of Israel have to do with predicting the outcomes of cases before the EUROPEAN Court of Human rights? Considering that Israel is not a signatory to the treaty creating said court.

      --
      The truth is that all men having power ought to be mistrusted. James Madison
  29. I hope one day it can predict... by TheCarp · · Score: 1

    The outcome of Bush, Obama, Cheney and Yoo's trials.

    So they like facts more than legal arguments? Thats great, we have lots of those. Drone strikes targeted by cell phone data killing innocent people. A whole system of assasination based on paid informants and lies. A torture program that was swept under the rug rather than exposed and prosecuted....

    Lots and lots of facts for them.

    --
    "I opened my eyes, and everything went dark again"
  30. new data by Anonymous Coward · · Score: 0

    but how well does it do with cases not in the training data set?

  31. Shell script by T.E.D. · · Score: 1

    I can predict Egyptian and Russian human rights trials with 100% accuracy with a simple shell script.

    echo "Guilty!"

  32. so is that good? by fish_in_the_c · · Score: 1

    So I coin toss could predict it with 50% accuracy. How well can a human being perform the same task? Not sure that 20% better then a coin toss makes your AI very intelligent. Of coarse I'm sure it is just the beginning of a lot of cool work.

    --
    âoeTolerance applies only to persons, but never to truth. Intolerance applies only to truth, but never to persons.
  33. Oh, the irony by Anonymous Coward · · Score: 0

    Using a machine to predict human behavior.
    We humans still need the ability to correctly predict machine behavior. Like what day your car will break down on the freeway in rush hour, when you're late to work.

  34. Assuming you have "standing" by Tokolosh · · Score: 1

    If you don't, you have no rights.

    BTW, there is no right to "standing" or for the government to reveal that you even potentially have "standing.

    --
    Prove anything by multiplying Huge Number times Tiny Number