Slashdot Mirror


Amazon Scraps Secret AI Recruiting Tool That Showed Bias Against Women (reuters.com)

Jeffrey Dastin, reporting for Reuters: Amazon's machine-learning specialists uncovered a big problem: their new recruiting engine did not like women. The team had been building computer programs since 2014 to review job applicants' resumes with the aim of mechanizing the search for top talent, five people familiar with the effort told Reuters. Automation has been key to Amazon's e-commerce dominance, be it inside warehouses or driving pricing decisions. The company's experimental hiring tool used artificial intelligence to give job candidates scores ranging from one to five stars -- much like shoppers rate products on Amazon, some of the people said. "Everyone wanted this holy grail," one of the people said. "They literally wanted it to be an engine where I'm going to give you 100 resumes, it will spit out the top five, and we'll hire those." But by 2015, the company realized its new system was not rating candidates for software developer jobs and other technical posts in a gender-neutral way. That is because Amazon's computer models were trained to vet applicants by observing patterns in resumes submitted to the company over a 10-year period. Most came from men, a reflection of male dominance across the tech industry.

[...] Amazon edited the programs to make them neutral to these particular terms. But that was no guarantee that the machines would not devise other ways of sorting candidates that could prove discriminatory, the people said. The Seattle company ultimately disbanded the team by the start of last year because executives lost hope for the project, according to the people, who spoke on condition of anonymity.

381 comments

  1. AI really can't replace everything. by Higaran · · Score: 2

    As hard as you want to say, sometimes you still need an actual person doing the job. That person will be biased in some way other another too, so I guess it's not a perfect system any way you look at it.

    1. Re:AI really can't replace everything. by Anonymous Coward · · Score: 2, Insightful

      Well, there is a huge imbalance between genders in IT, due to different reasons (which I don't want to speculate about, James Damore tried and we all know what happened). So the system must have a bit of positive bias towards women to correct for this - to help restoring balance. However, the cold heartless AI can't factor in this ... what data you feed in defines what model you get. So, is the data biased?

    2. Re:AI really can't replace everything. by rogoshen1 · · Score: 5, Interesting

      there's a huge gender imbalance in nursing and primary education as well; when will society get around to 'fixing' that?

    3. Re:AI really can't replace everything. by lgw · · Score: 1

      As hard as you want to say, sometimes you still need an actual person doing the job. That person will be biased in some way other another too, so I guess it's not a perfect system any way you look at it.

      Amazon goes to extremes though for the hiring process for any professional job: the interview loop must include someone not associated with the hiring team, and that person runs the interview process (and gets lots of extra training and auditing). They're going to great lengths to avoid "we're desperate to hire anyone, so we'll take someone almost good enough", but the side effect is strict objectivity.

      But the law is pretty clear that you can't use any protected category in your resume sorting even if it's statistically predictive, which pretty much screws any machine-learning approach: by their nature, you can't really prove how they work, and they'll use anything statistically predictive.

      Humans can work differently: overfill the input of the candidate pipeline with women, for example. That's normal for the left coast software companies. E.g., for college recruiting you'll only see men with a very narrow profile get interviewed (specific schools, degrees, school performance, etc), but you'll see women with a wide range of backgrounds (adjacent degrees, non-traditional background, really anything that shows promise). That lets them get closer to the hiring output they want without having a lower bar during the interview itself.

      --
      Socialism: a lie told by totalitarians and believed by fools.
    4. Re:AI really can't replace everything. by Anonymous Coward · · Score: 1, Insightful

      Never. Any discussion of gender imbalance is always started by the people who don't have any followup evidence that their inclusion will improve the sector.
      A system cannot be changed, and has no responsibility to change, unless the opposing system seeking to substitute it proves that it can create out of scratch what the original system in-place did from zero, and improve upon it, making the ideas of social justice evangelists nothing but empty words without any substance.
      The problem is that the social justice evangelists always latch onto existing business instead of proving their competence by carving out their own segment in the industry independently from scratch as the "patriarchy" did on day 1 before any human was involved in the field, thus making their entire cause suspect.
      It's this shit that i disdain the most: Milking existing businesses and calling for unjust redistribution of existing resources by venue of empty words and philosophizing instead of creating your own and thus adding to existing wealth and showing qualifications that you can mingle with the rest (therefore leading to inclusion). East Asians proved themselves in this manner by involving and showing skills rather than being idiotic pussy-hat wearing whiny children begging for daddy for allowance.

    5. Re:AI really can't replace everything. by ShanghaiBill · · Score: 2

      there's a huge gender imbalance in nursing and primary education as well; when will society get around to 'fixing' that?

      There are efforts to recruit more men into these professions. This is especially important in early primary education where there is evidence that boys, and especially black boys lacking male role models in their lives, do better with male teachers. Over feminization of education is not a good thing for our society. We need more men teaching kindergarten.

    6. Re:AI really can't replace everything. by HornWumpus · · Score: 1

      You first!

      --
      John McAfee 'It was like that time I hired that Bangkok prostitute; to do my taxes, while I fucked my accountant'
    7. Re:AI really can't replace everything. by tlhIngan · · Score: 2, Insightful

      there's a huge gender imbalance in nursing and primary education as well; when will society get around to 'fixing' that?

      They are being fixed. There are programs by nurse's unions on hiring more male nurses, and there are programs for teachers as well in increasing the number of male teachers teaching elementary school.

      Don't assume that because you don't know about it it's not a big deal. There are programs for increasing the proportion of females in trades (construction, welding, etc) run by various trades organizations, and plenty of pilot groups also aimed at increasing the gross under representation of women in the cockpit. (Funny enough, the same complaints show up as well when special women-only events aimed at getting girls interested in aviation.). Oh yeah, many of these organizations are also trying to get under-represented minorities in as well.

      And yes, all these groups recognize it's not just diversity that's a good thing, but having people to "stick together". Male nurses are very valuable when dealing with obstinate male patients who are sexist, for example. As are older doctors for those patients who cannot fathom being treated by a doctor who's younger than their kids.

    8. Re:AI really can't replace everything. by Anonymous Coward · · Score: 0

      there's a huge gender imbalance in nursing and primary education as well; when will society get around to 'fixing' that?

      Well, you can start fixing the gender imbalance in primary education by increasing teachers' salaries. Then more men might be interested in it as a career.

    9. Re:AI really can't replace everything. by ShanghaiBill · · Score: 1

      what data you feed in defines what model you get.

      No it doesn't. This is trivial to fix. You just slap a softmax layer onto the output of your NN to correct the bias.

      So if your candidate pool is 70% men and 30% women, and you want your output to reflect that, then instead of just accepting the gender-agnostic "best", your softmax layer shapes the output so that you pick the top 70% of men and the top 30% of women ... or any other statistical distribution that you want.

      So instead of "scrapping" their recruiting tool, Amazon could have easily fixed it with 5 minutes of high school math (statistics and linear algebra are both taught in high schools).

    10. Re: AI really can't replace everything. by Anonymous Coward · · Score: 0

      Kindergarten teacher is a profession now?

    11. Re:AI really can't replace everything. by ShanghaiBill · · Score: 1

      But the law is pretty clear that you can't use any protected category in your resume sorting even if it's statistically predictive,

      No, the law is NOT clear on this.

      Many companies have been fined by the EEOC, not because their hiring process was shown to be biased, but because the outcome of the hiring process did not match the race and gender profile of the candidate pool. These were, of course, big companies with workforces big enough to statistically analyze. Smaller companies can get away with almost anything short of overt discrimination.

      So while the law does not explicitly require quotas, and even seems to prohibit them, in practice the law is often enforced in a way that pretty much requires "quotas" (although you better not call them that).

    12. Re:AI really can't replace everything. by Anonymous Coward · · Score: 1

      I'll pass. #metoo means that any female teaching assistant can ruin a career if they don't like who they are working with.

    13. Re: AI really can't replace everything. by Anonymous Coward · · Score: 1

      Kindergarten teacher is a profession now?

      I know that people make fun of education degrees;I have one along with my other degrees, and it is right to ridicule the Ed degree.
      I make an exception for small child care and education. It is one of those things that although anyone can do it, to do it well requires a great deal of training and skill. It's not like anything else.

    14. Re:AI really can't replace everything. by xaosflux · · Score: 1

      If you have 70% men (e.g. 70 men) and 30% women (e.g. 30 women) - then pick the top 70% of the men and top 30% of the women: 1 you probably still have way too many people (58 hires), and if you took them all you would end up with ~84% men to ~16% women.

    15. Re:AI really can't replace everything. by Anonymous Coward · · Score: 1

      there's a huge gender imbalance in nursing and primary education as well; when will society get around to 'fixing' that?

      There are efforts to recruit more men into these professions. This is especially important in early primary education where there is evidence that boys, and especially black boys lacking male role models in their lives, do better with male teachers. Over feminization of education is not a good thing for our society. We need more men teaching kindergarten.

      Problem is that pretty much any man who even expresses interest in teaching young children these days gets labeled as a potential pedophile.

    16. Re:AI really can't replace everything. by serviscope_minor · · Score: 1

      Many companies have been fined by the EEOC, not because their hiring process was shown to be biased, but because the outcome of the hiring process did not match the race and gender profile of the candidate pool.

      Pics or it didn't happen.

      --
      SJW n. One who posts facts.
    17. Re:AI really can't replace everything. by unimacs · · Score: 1

      There are scholarships for nursing programs targeted at men already and I personally know of schools that are deliberately seeking male teachers.

    18. Re:AI really can't replace everything. by lgw · · Score: 1

      You need to distinguish between "deciding who to interview" and "deciding who to hire". There's no real defense on the former: you had better be interviewing at least as many people in each protected class, proportionally, as you have in your candidate pool. You can defend yourself on the latter, but you'd better be prepared to show that each and every interview was decided on objective criteria that don't include protected class. But you have a much bigger risk of a lawsuit than an EEOC fine on the latter, these days, and that's what companies tend to worry about.

      --
      Socialism: a lie told by totalitarians and believed by fools.
    19. Re:AI really can't replace everything. by Anonymous Coward · · Score: 0

      > which I don't want to speculate about, James Damore tried and we all know what happened

      Come on, you are anonymous coward already. They can't catch us all. There are dozens of us. Dozens!

    20. Re: AI really can't replace everything. by Anonymous Coward · · Score: 1

      Nobody makes fun of education degrees because people with education degrees are not needed, or because training in education isn't needed.

      They make fun of education degrees because that's the degree you get if you are failing at "speech communications".

      I dated a K-12 education major at a top college. While I was using calculus to determine the area of a 5 dimensional solid to fulfill my math requirement, she was learning fractions. While I was taking a class in formal logic as an elective, she was taking bulletin board art. Literally... they had rolls of corrugated edging to take home for their class projects. She got the same 3 credit hours I was getting.

      Now that I have little ones, I spend a lot of time helping out at school. The teachers have much more advanced tools now than they did when I was in college, and they are well-trained on a wide array of ancillary subjects like classroom control and reinforcement techniques. But I still know far more about the subject matter they are teaching than they do.

    21. Re:AI really can't replace everything. by ewhenn · · Score: 1

      I disagree. Artificially pushing people towards a certain career to "correct imbalances" is political correctness run amok. Men and women have different genetic compositions and biologically driven behaviors, and while there are certainly outliers men and women tend to have different interests. This has a real impact in career choices. You can try to recruit me all you want - but if I don't want to do the work because I have no interest in it then it's not going to happen, no amount of recruiting will change that. I like my job. I'm even allowed to have a beer at lunch. No amount of "women are over-represented, we need you!" is going to get me to consider changing my career.

    22. Re:AI really can't replace everything. by wyHunter · · Score: 1

      Yeah I can't understand how folks cannot see that the code has the bias of the designer/developer. Sheesh.

    23. Re:AI really can't replace everything. by Anonymous Coward · · Score: 0

      there's a huge gender imbalance in nursing and primary education as well; when will society get around to 'fixing' that?

      They are being fixed. There are programs by nurse's unions on hiring more male nurses, and there are programs for teachers as well in increasing the number of male teachers teaching elementary school.

      Don't assume that because you don't know about it it's not a big deal. There are programs for increasing the proportion of females in trades (construction, welding, etc) run by various trades organizations, and plenty of pilot groups also aimed at increasing the gross under representation of women in the cockpit. (Funny enough, the same complaints show up as well when special women-only events aimed at getting girls interested in aviation.). Oh yeah, many of these organizations are also trying to get under-represented minorities in as well.

      And yes, all these groups recognize it's not just diversity that's a good thing, but having people to "stick together". Male nurses are very valuable when dealing with obstinate male patients who are sexist, for example. As are older doctors for those patients who cannot fathom being treated by a doctor who's younger than their kids.

      Sounds good and all, but it won't work because most men are on average biologically worse at nursing than women.

    24. Re:AI really can't replace everything. by cayenne8 · · Score: 4, Insightful

      Problem is that pretty much any man who even expresses interest in teaching young children these days gets labeled as a potential pedophile.

      Yep, and you thought that #MeToo being weaponized was bad. You *might* get away from that label with false accusation....maybe/

      But if anyone every accuses you of a child related crime, again, even if FALSE....good luck on having a life after that.

      Guilty until proven innocent...and even then, well, you know....can't trust you.

      --
      Light travels faster than sound. This is why some people appear bright until you hear them speak.........
    25. Re:AI really can't replace everything. by npslider · · Score: 1

      We need more men teaching kindergarten.

      Kindergarten Cop... :)

    26. Re:AI really can't replace everything. by Anonymous Coward · · Score: 0

      Yep can't reject those stupid violent and lazy Bantu cause they .... can't do the job. Nosir-rebob. The Kavanaugh-court will make short work of that protected-klass bullshit.

    27. Re:AI really can't replace everything. by Anonymous Coward · · Score: 0

      "any female teaching assistant can ruin a career if they don't like who they are working with"

      is as true as any male teacher can ruin the career of a teaching assistant who doesn't accept their advances .

    28. Re:AI really can't replace everything. by Luckyo · · Score: 1

      The question wasn't "when are they going to hire more men". The question is "when are they going to start hounding the women out of these professions" as is the case with male dominated fields.

      And no, we don't need more diversity hires in kindergartens any more so than we need them in engineering. If anything, we need less of them, so that people who actually can do the job best can get it, and not just get discriminated against by racists and sexists.

    29. Re:AI really can't replace everything. by Anonymous Coward · · Score: 0

      Yeah, there are programs for these things, but do they work? Has the imbalance improved? The program is often the whole goal in and of itself.

    30. Re:AI really can't replace everything. by Darinbob · · Score: 0

      Almost all the women I know in tech now are awesome. The reason for this is that the gender bias occurs at the mediocre level, not at the top tier level. So the best women get hired, as one would expect, however it is still much easier for a mediocre man to get hired than a mediocre woman. Sadly, even at the incompetent leve men still get hired even by companies who claim they only hire the best. Friends of friends, past coworkers, lots of ways to get past a rigorous interview.

      In my view, women will be treated as equasl when medicore women get hired at the same rate as medicore men, and they don't have to be better than the best to get a foot in the door.

    31. Re: AI really can't replace everything. by Anonymous Coward · · Score: 1

      Those with the deepest understanding of a subject generally lack the ability to effectively convey that knowledge. Let alone convey that knowledge to the lay person in almost any useful fashion.

    32. Re: AI really can't replace everything. by Anonymous Coward · · Score: 0

      Bullshit. Not trying to be especially rude but it is. I am a male with an elementary education degree that graduated last year. I am licensed and have experience student teaching for a year in one of the best and one of the worst elementary schools in my large Midwestern city and could not get interviews. I got one offer for an interview an hour away for barely more than minimum wage, part time with no benefits. Everyone says that as a male you will have schools competing for your attention. They are all lying. The only interest I got was from shitty, high turnover schools that go through 3 principals a year. There isn't a shortage of teachers, male or female. There is a shortage of decent teaching positions and it drives people from the field.

    33. Re:AI really can't replace everything. by Obfuscant · · Score: 1

      No it doesn't. This is trivial to fix. You just slap a softmax layer onto the output of your NN to correct the bias.

      That's almost certainly creating a bias in an attempt to fix one.

      The correct question to ask here is, WHY did Amazon's AI learn to pick men preferentially? You can claim it is bias against women in the AI, but that doesn't mean it is.

      The AI had to be trained to begin with. It couldn't just start looking at resumes and guessing. It had to be given a large number of resumes AND information about the quality of the hires that came out of manual selection of the employees. E.g., what did the resumes of the GOOD employees look like compared to the resumes of the ones that turned out to be frogs?

      Now, if the AI was allowed to look at terms like "male" or "man", which I don't believe resumes are allowed to contain anymore, then that's a problem. It's being TOLD to differentiate by gender. Assuming that it was not getting that input to start with, then it had to be working from other factors. It made correlations like "95% of the GOOD programmers we hired used the word 'python' in their resume skills section." Or, "95% of the resumes that listed 'Cisco CNA' as a qualification resulted in BAD employees." If the AI was coming to conclusions based on non-gender things, and it still selected predominately men to hire, then there must be some qualification or skill that men predominately have that women do not.

      This is not the kind of thing you can fix just by including "man" or "woman" in the qualification list and trying to "unbias" the output by manual changes.

    34. Re:AI really can't replace everything. by Cederic · · Score: 5, Insightful

      The thing is, most men are not going to make advances on a teaching assistant, or seek to ruin that person's career.

      All men are however at risk of a false accusation.

      Teaching assistants can make their own choice of which risks to their career they accept. The person to whom you replied is doing exactly the same, by eliminating an obvious risk vector.

    35. Re:AI really can't replace everything. by Cederic · · Score: 2

      it is still much easier for a mediocre man to get hired than a mediocre woman

      That is just total bullshit.

      There just happen to be a lot more mediocre men trying to get hired.

    36. Re:AI really can't replace everything. by Harlequin80 · · Score: 1

      Many people write their CVs in the 3rd person. So gender is easy to identify.

      This is particularly the case in industries where CVs are contained in tender or bid submissions. In those cases the people tend to just use their corporate CV and those are almost always written in the 3rd.

    37. Re: AI really can't replace everything. by Anonymous Coward · · Score: 1

      I have a MS from a top research university and found myself having to teach high school science when the economy collapsed. I knew far more about the material than any of the other teachers, but I was by far the worst teacher.

    38. Re: AI really can't replace everything. by Anonymous Coward · · Score: 1

      I got a teaching license once upon a time. It required taking a bunch of ed school courses. I never learned anything about developing rappirt with students: that came naturally. Instead, I learned a lot about school funding, I learned that ed research is bogus when I had to telephone the author of a study to find out why he dropped half his data halfway through his paper ("it didn't support our conclusions"), and I learned what fury felt like when I was handed crayons and tood to draw my ideal classroom. Those were the worst, most worthless classes I ever took. I ended up going to grad school, getting my PhD, and landing a university job.

    39. Re: AI really can't replace everything. by Anonymous Coward · · Score: 0

      Well if most of the applicants were Male then the result they got was correct. The only bias here is in the author's assumption that equal outcome is the only moral outcome.

    40. Re:AI really can't replace everything. by ShanghaiBill · · Score: 1

      That's almost certainly creating a bias in an attempt to fix one.

      Of course. But do you want an unbiased process, or unbiased outcomes? Amazon tried to create the former, and failed at the latter. It is easy to switch, but likely impossible to have both.

      If the AI was coming to conclusions based on non-gender things, and it still selected predominately men to hire, then there must be some qualification or skill that men predominately have that women do not.

      Good luck going to court and arguing that you didn't hire women because they are bad employees.

      This is not the kind of thing you can fix just by including "man" or "woman" in the qualification list and trying to "unbias" the output by manual changes.

      Yes it is. This is the fix, and likely the only fix.

    41. Re:AI really can't replace everything. by ShanghaiBill · · Score: 1

      Many people write their CVs in the 3rd person. So gender is easy to identify.

      It is also easy to strip out he/she/him/her before feeding the data into a NN.

      My experience is that men tend to puff up their resumes more than women do. They inflate their accomplishments and responsibilities. Women tend to be more modest.

    42. Re:AI really can't replace everything. by Anonymous Coward · · Score: 0

      And the TA can respond with a lawsuit, calling the cops, appealing to higher-ups (who will be incredibly sympathetic to her in this day and age), etc. The male teacher would be out of a job in a day.

      How hard would a man have to work to save his job - let alone his name - in the face of baseless allegations? Was the Duke lacrosse woman ever prosecuted for making a false report? No. And we've just seen the absolutely herculean effort by the most powerful people in the world that was necessary to save the career of Kavanaugh, and even with that there are still tens of millions of people - not to mention many major media outlets - out there who'll shriek that he's a rapist every time he hands down a decision they don't like until the day he dies/retires.

    43. Re:AI really can't replace everything. by Anonymous Coward · · Score: 0

      Tell that to Mr. Data! He is fully functional, ya know...

    44. Re:AI really can't replace everything. by Anonymous Coward · · Score: 0

      The only men who choose to be around children that are not their own are child molesters.

    45. Re:AI really can't replace everything. by Truekaiser · · Score: 1

      And for two reasons it will fail.
      The first is the same reason women don't go into stem, they just are not interested. Everyone accepts this other than the current anti science left.
      The second is that if a adult man in such a situation will constantly have to fight rumors, started by their female colleagues. That they are child abusers and what not. Remember we live in a culture where the father of a child on an airliner has been told to 'sit somewhere else' because the female passengers on the plane 'fear for the child's safety'.

    46. Re: AI really can't replace everything. by aliquis · · Score: 1

      It doesn't need correction.

      If anything women need to be corrected to pick useful educations and to strive for getting useful jobs. Correct the womens behaviour and the rest will follow automatically.

    47. Re:AI really can't replace everything. by Local+ID10T · · Score: 1

      You have a future as Handicapper General.

      --
      "You want to know how to help your kids? Leave them the fuck alone." -George Carlin
    48. Re: AI really can't replace everything. by Anonymous Coward · · Score: 0

      Kavanaugh obviously did it. There's a difference between "not enough evidence to convict" and "balance of evidence". Odds are he did it, even if I don't think a court should convict him off a crime.

    49. Re:AI really can't replace everything. by Anonymous Coward · · Score: 0

      The concept is called Disparate Impact. It's used most often in the housing market (because of the Fair Housing Act) but it has also been used to hit up companies like IBM and GE.

      The idea is that if a neutral policy actually impacts one protected group more than another, you are preforming illegal discrimination (even if you did not mean to). Guilt is presumed, and disagreement is nearly impossible.

      Statistically, it's ignorance and anti-science on parade - it assumes that all ethnic/religious/gender/etc groups have identical populations distributions in all attributes, which is trivially false. But it's a powerful bludgeon for identity-politics groups to use against their enemies, so it persists.

    50. Re:AI really can't replace everything. by Anonymous Coward · · Score: 0

      That was a really long winded way to say "I'm an incel, and I hate women.". That's essentially what your garbage post boils down to.

    51. Re: AI really can't replace everything. by Anonymous Coward · · Score: 0

      Jesus. He is basically saying, for example, if you want to hire 10 people based on the talent pool figures he gave, it means you would hire the 7 best men and the 3 best women. Try to keep up.

    52. Re: AI really can't replace everything. by Anonymous Coward · · Score: 0

      If by "not enough evidence to convict" you mean "zero physical evidence, zero corroboration from anyone the accuser claimed had first hand knowledge of the event, and zero evidence of any other kind other than the highly-inconsistent story given by the accuser herself at a hearing that she flew cross-country to despite previously demanding the entire US Senate grind to a halt for a week to accommodate her fear of flying", then yes.

    53. Re: AI really can't replace everything. by Anonymous Coward · · Score: 0

      Would you care to produce any links to information confirming your wild, unbelievable claims???

    54. Re: AI really can't replace everything. by Anonymous Coward · · Score: 0

      To correct what bias???
      Do you think it should be 50/50?
      You've clearly never attended engineering school (or are virtue-signalling)

    55. Re:AI really can't replace everything. by Anonymous Coward · · Score: 0

      there's a huge gender imbalance in nursing and primary education as well; when will society get around to 'fixing' that?

      They are being fixed. There are programs by nurse's unions on hiring more male nurses, and there are programs for teachers as well in increasing the number of male teachers teaching elementary school.

      Don't assume that because you don't know about it it's not a big deal.

      Maybe some of the weekly gender inequality articles should include ones that are about careers such as nursing and primary education instead of always attacking STEM. Perhaps the articles should start focusing on how the real problems and perceived ones alike are being addressed instead of playing the victim card side.

    56. Re:AI really can't replace everything. by Calydor · · Score: 1

      For those of you who may not believe Cayenne's claim, imagine this hypothetical scenario: Kavanaugh was not accused of raping a woman. He was accused of raping a child. The exact same level of evidence was available.

      What would have happened?

      --
      -=This sig has nothing to do with my comment. Move along now=-
    57. Re: AI really can't replace everything. by Anonymous Coward · · Score: 0

      Are you fucking retarded? The literal opposite is true.

      Men are discriminated against by orders of magnitude in education. They are also held under constant scrutiny as sexual deviants, while female teachers get caught fucking students at a rate of 2 per week on average in the USA.

    58. Re:AI really can't replace everything. by Anonymous Coward · · Score: 0

      "Okay AI, shall we hire this man?"
      "BEEP BOOP: Subject is black. Historical data suggests he will steal from company."
      "No that's not allowed."
      "BEEP BOOP: Subject is from Detroit. Historical data suggests he will steal from company."
      "No you can't do that. That's illegal."
      "BEEP BOOP: Subject buys afro-centric hair products. Historical data suggests he will steal from company."
      "That's just another way of saying he's black!"
      "BEEP BOOP: Subject has caused an infinite loop. Historical data suggests he will steal from company."

    59. Re:AI really can't replace everything. by AmiMoJo · · Score: 1

      All men are however at risk of a false accusation.

      The important question is how great a risk is it?

      You could be hit by lightning. There might be a sniper randomly picking people off today. Your house might be built over a sinkhole. These are all things that happen from time to time but you don't worry about them much because they are rare.

      On the other hand people do worry about things like terrorism, even though the probability of being caught up in a terror attack is tiny. Much lower than being killed crossing the road. And it's mostly due to terror attacks getting so much publicity, but road accidents rarely making the news.

      Stanford says that false rape claims run to about 2%, similar to other types of crime. According to the Equal Opportunity Commission the number of sexual harassment claims has actually /fallen/ since the 90s., and the number of complaints last year puts the chance of being accused at 1 in 14,000. Of course it's actually much lower because many of those complaints are against the same person for multiple incidents.

      And of course that's all complaints, not just the false ones.

      For comparison the chances of being in a motor vehicle accident are about 1 in 8,000. You are several times more likely to be poisoned by something you eat than falsely accused in the absolute worst case.

      --
      const int one = 65536; (Silvermoon, Texture.cs)
      SJW, n: "Someone I don't like, and by the way I'm a fuckwit" - AC
    60. Re:AI really can't replace everything. by Cederic · · Score: 1

      The study you cited is right at the lowest range of all studies done into the subject. 8% is generally regarded as the minimum bar.

      But we're not talking about rape accusations anyway, so well done on trying to shift the goalposts.

      The '1 in 14000' stat you quoted is also delightfully misleading. Almost no sexual harassment claims ever get anywhere near the Equal Employment Opportunity Commission as they're dealt with by managers, with or without support from HR.

      You are several times more likely to be poisoned by something you eat than falsely accused in the absolute worst case.

      I've been falsely accused. I know many other men that have been falsely accused. Mike Pence has a rule because he recognises the risk of being falsely accused. Linus Torvalds had a conference rule because of the risk of being falsely accused. Many men refuse to be alone in an office with a closed door with a female colleague because they do not want to risk being falsely accused.

      It's not fucking paranoia.

    61. Re:AI really can't replace everything. by AmiMoJo · · Score: 1

      So what is your stat for false accusations? How many false accusations per year are we talking about, or what percentage chance of being accused per year or per lifetime do you think is correct, and what are your sources?

      --
      const int one = 65536; (Silvermoon, Texture.cs)
      SJW, n: "Someone I don't like, and by the way I'm a fuckwit" - AC
    62. Re:AI really can't replace everything. by Cederic · · Score: 1

      Do I need a stat? My statement is that all men are at risk. Any stat higher than 0% would support me. Simple anecdotes demonstrate that the stat is higher than 0%.

      It doesn't matter what the chances of a false accusation against Mike Pence are, he's determined that the chance exists and is taking pro-active measures to protect himself. Is that really so bad?

      You'll be telling me next that women should walk alone through unlit streets at 2am wearing a bikini. I mean, the chances of something bad happening to them are extremely low, so why should they avoid taking the risk.

    63. Re:AI really can't replace everything. by Anonymous Coward · · Score: 0

      The important question is how great a risk is it?

      Nonsense. That is not important at all.

      As Cederic said: Teaching assistants can make their own choice of which risks to their career they accept.

      It could be 2%. It could be 0.000000000002%. Doesn't matter.

      It's not up to you to tell men what an acceptable level of risk for them is, the same way I can't tell women what level of risk (or wage gap, or pink tax, or female representation in XYZ, etc) they should just accept.

    64. Re:AI really can't replace everything. by Bender0x7D1 · · Score: 1

      Don't assume that because you don't know about it it's not a big deal.

      Well, if a lot of people haven't heard about it, then maybe it isn't a big deal. I'm not saying the programs don't exist, or that there aren't people who feel strongly about it. However, if the average person hasn't heard about it, then - by the media or society as a whole - it isn't being treated like a big deal.

      --
      Reading code is like reading the dictionary - you have to read half of it before you can go back and understand it.
    65. Re:AI really can't replace everything. by AmiMoJo · · Score: 1

      I accept that the risk is non-zero. I pointed out that the probability is extremely low, and worrying about it is probably irrational for most people because of that. You countered that it's not irrational and cited some anecdotal and, in the case of Linus, likely false evidence.

      You now seem to be arguing that any non-zero chance makes it rational to take the rather extreme steps you outlined, such as not being in a room with a closed door with women and not dining alone with a woman. Yet I imagine you still get into cars and cross the road, despite the risk being vastly greater, both in probability of happening and the potential injuries.

      If you are sticking to the >0% chance justification then can you explain why you take on other non-zero risks with potentially devastating consequences that are actually far more likely to affect you.

      --
      const int one = 65536; (Silvermoon, Texture.cs)
      SJW, n: "Someone I don't like, and by the way I'm a fuckwit" - AC
    66. Re:AI really can't replace everything. by Cederic · · Score: 1

      I take on this risk, every time I go to work.

      I also don't want to get a job working in a kindergarten, where a human instinct to comfort an upset child drastically increases the risk of false accusations.

      Perceived risk matters, whether borne out by reality. There are women out there that make ludicrous claims like "all men are rapists" so you're surprised that men prefer to avoid professions in which they perceive a substantially higher risk of unfounded allegations that can cost them a career, their family and their home?

    67. Re: AI really can't replace everything. by Anonymous Coward · · Score: 0

      You have to keep the dullard normies preoccupied with something. Normies are great at being normal, which is just filling a point on a bell curve. Don't be a a nomrie, be a point on a power curve.

    68. Re:AI really can't replace everything. by AmiMoJo · · Score: 1

      So you are saying that the problem is one of perception? I'd point out that you are not making it any better with your statements, but at least we agree on what the problem is.

      By the way, that line about "all men are rapists" was actually from a play. In the play a woman has been raped, and her upset mother says the line. The daughter then immediately contradicts her and argues that there are good men and she won't give up on them because of her experience.

      --
      const int one = 65536; (Silvermoon, Texture.cs)
      SJW, n: "Someone I don't like, and by the way I'm a fuckwit" - AC
    69. Re:AI really can't replace everything. by elrous0 · · Score: 1

      False accusations of abuse are quite common in bitter divorce and child custody cases, and they're almost always are leveled by the wife/mother against the husband/father. I've personally known several men who have had to deal with this in their divorce and/or custody cases. But to my knowledge, I've never met any men who were struck by lightening. So your "getting falsely accused of assault or rape is as rare as getting struck by lightening" analogy is laughably poor.

      --
      SJW: Someone who has run out of real oppression, and has to fake it.
    70. Re:AI really can't replace everything. by Anonymous Coward · · Score: 0

      quote>So you are saying that the problem is one of perception? I'd point out that you are not making it any better with your statements

      Interesting. So you're saying that if it's a man's perception that there is sexism, even the slightest bit, working against him, it's his perception that is the problem.

      Any takers that AmiMojo applies the same standard if the genders were reversed?

    71. Re:AI really can't replace everything. by Anonymous Coward · · Score: 0

      Exactly. You need a person in order to enforce bias IN FAVOR OF women.

    72. Re:AI really can't replace everything. by AmiMoJo · · Score: 1

      So how come it's only women that make the accusations? If it's so common why don't the fathers do it too?

      --
      const int one = 65536; (Silvermoon, Texture.cs)
      SJW, n: "Someone I don't like, and by the way I'm a fuckwit" - AC
    73. Re:AI really can't replace everything. by Anonymous Coward · · Score: 0

      there's a huge gender imbalance in nursing and primary education as well; when will society get around to 'fixing' that?

      About the same time we fix the gender imbalances in careers such as driving garbage trucks, coal and mineral mining, maintaining oil rig machinery, and the building trades such as plumbing or pouring concrete.

      Feminists only care about gender equality in careers that involve sitting in air conditioned offices and earning above median salary. They don't care about gender equality in all of the shitty, but necessary, jobs that make our country run.

    74. Re:AI really can't replace everything. by elrous0 · · Score: 1

      Some fathers do it too, but it's not as common because they know that it's a lot less likely they're going to be believed.

      --
      SJW: Someone who has run out of real oppression, and has to fake it.
    75. Re:AI really can't replace everything. by pnutjam · · Score: 1

      I have children, volunteer in classes, teach children sometimes, work with women, etc.. I've never been accused, so there's another anecdote for you.

      I have mostly daughters, so I work with alot of female children. I've walked up to lost children, boys and girls, to help them. I've talked to children alone or just ignored at the playground when I'm there with my children. I've given female coworkers rides to events.

      Maybe your doing something suspect? I'm generally not considered approachable by people. They act nervous when I'm standing alone with them because I am a big, racially ambiguous person. I've been pulled over by cops for driving in a nice neighborhood. I've seen the look of surprise when I show up to pick up my much lighter children.
      I've still never had a problem with women or children when I approach them in a friendly and respectful manor.

    76. Re:AI really can't replace everything. by pnutjam · · Score: 1

      I love how this Duke Lacrosse case gets trotted out all the time. Like these kids were just pulled off the street and accused of rape. Don't hire strippers and your pretty safe.

    77. Re:AI really can't replace everything. by pnutjam · · Score: 1

      America would have seen a child testify in front of the Senate? OK, she'd be 20+ by now, but nothing else would have changed.

      It's not difficult to avoid accusations of pedophilia. Most Men do it their entire lives.

    78. Re:AI really can't replace everything. by Cederic · · Score: 1

      I haven't had an issue with children, and I take photographs of other peoples' children without seeking permission first.

      I have had an issue with idiots in the workplace.

      But thanks for the anecdote, and I hope you continue to be treated nicely.

    79. Re: AI really can't replace everything. by Anonymous Coward · · Score: 0

      "It's not difficult to avoid accusations of pedophilia. Most Men do it their entire lives"

      Yes, a lot of them do so by avoiding any unnecessary contact with other people's children without the parents or other trusted/respected adults presence.

    80. Re: AI really can't replace everything. by Anonymous Coward · · Score: 0

      My girlfriend is smarter than me and works in higher level tech than I do. She doesn't want any special treatment because she values her skills. She wants to get success because she deserves it. That's what makes her so fucking amazing. It really makes me pick up my game to, successful people are inspiring.

    81. Re: AI really can't replace everything. by Anonymous Coward · · Score: 0

      I tood you still need crayons. Sorry if I haven't gained enough rappirt to tood you that yet.

    82. Re:AI really can't replace everything. by Cederic · · Score: 1

      Women in the UK can get legal aid to help pay divorce costs if they're recognised as victims of domestic abuse.

      To get recognition they need to.. make an accusation.

      Check the graphs of legal aid awards by gender over time and see if you can spot the date on which that loophole became the primary way to get legal aid.

      Even beyond that, for a woman to fail to get custody of the children would require strong evidence of abuse. For a man to fail to get custody of the children merely requires an accusation of abuse. Women are heavily incentivised to lie about this issue far more than men are.

    83. Re:AI really can't replace everything. by AmiMoJo · · Score: 1

      To get recognition they need to.. make an accusation.

      Actually about a decade ago the rules were changed to make it much harder, and there have been continual complaints since that it's very difficult to get legal aid in domestic abuse cases now. In fact even before the change it was hard because of things like the "same roof" rule which required the victim to leave the home and stop living under the same roof as the abuser to be considered. That is now (as in the last couple of months) being reformed.

      A quick google for the graphs you mention turned up nothing. Do you have a link?

      --
      const int one = 65536; (Silvermoon, Texture.cs)
      SJW, n: "Someone I don't like, and by the way I'm a fuckwit" - AC
    84. Re:AI really can't replace everything. by Cederic · · Score: 1

      This is the one I remembered:
      http://empathygap.uk/wp-conten...

    85. Re:AI really can't replace everything. by AmiMoJo · · Score: 1

      Hmm, site blocked from my current location. I'll check it when I get back home and have my VPN to circumvent the censorship.

      --
      const int one = 65536; (Silvermoon, Texture.cs)
      SJW, n: "Someone I don't like, and by the way I'm a fuckwit" - AC
    86. Re: AI really can't replace everything. by pnutjam · · Score: 1

      Their loss for buying into the conservative hysteria. I have 5 daughters so I spend alot of time around young women.

    87. Re:AI really can't replace everything. by pnutjam · · Score: 1

      Unfortunately, they are always building a better idiot. Best you can do is ignore them.

    88. Re:AI really can't replace everything. by Anonymous Coward · · Score: 0

      even 1 false accusation is too much, better let 1 million murderers walk free than imprison 1 innocent person and all that ...

    89. Re:AI really can't replace everything. by Anonymous Coward · · Score: 0

      actually i never drive in cars, only buses
      (unfortunately i can't avoid that but even that is HUGE risk of death - i checked statistics for me that stupid people for some reason consider acceptable)

      and i always use underground passages under street instead of crosswalk if possible and if not i make sure every car has stopped for at least 20 seconds and that at least 2-3 other pedestrians people are between me and cars so their bodies will reduce chance of me dying, and off course that is on crosswalk while light is green, i would never cross outside crosswalk or when light is not green

    90. Re:AI really can't replace everything. by Anonymous Coward · · Score: 0

      You are so wrong about this. It is the complete opposite. In fact, EVEN MEN are more likely to be VICTIMS of rape or sexual assault than be FALSELY ACCUSED of rape or sexual assault.

      You can imagine the statistics for women...

      And you can imagine the statistical likelyhood for a man to "make advances" on a woman teaching assistant...

      https://www.channel4.com/news/factcheck/factcheck-men-are-more-likely-to-be-raped-than-be-falsely-accused-of-rape

      Capcha: Conduct.

  2. Is this news? by Lab+Rat+Jason · · Score: 5, Insightful

    Train algorithm with data in hand, algorithm's output mirrors data provided. They can't possibly be shocked by this, can they?

    --
    Which has more power: the hammer, or the anvil?
    1. Re:Is this news? by Anonymous Coward · · Score: 1

      Empirical data isn't racist or sexist.

      It is just data.

    2. Re:Is this news? by Thelasko · · Score: 1

      Because most people have been convinced that AI can turn garbage inputs into perfect outputs. They don't understand the data given to Watson is carefully curated. If you feed such an AI all of the garbage on the internet, you will get a garbage AI

      --
      One of our competitors trademarked the term "hypothesis". From now on, we will call them "boneheaded ideas".
    3. Re:Is this news? by jellomizer · · Score: 5, Insightful

      The problem it isn't Empirical data, It is incomplete data.

      Right now If I were to look at my desk, and feed it to an AI. All Electronic Devices are Made with Black Plastic, and Coffee vessels are Navy Blue. If I expose it to an beige keyboard that is in the storeroom. It would say that it isn't an Electronic Device. If I Took out my White Mug, from the shelf, it wouldn't think I could use it for coffee.

      Incomplete data, isn't Empirical Data.

      --
      If something is so important that you feel the need to post it on the internet... It probably isn't that important.
    4. Re:Is this news? by Anonymous Coward · · Score: 0

      Empirical data isn't racist or sexist.

      It is just data.

      True but when blacks score one standard deviation lower than whites on standardized IQ tests "racism" is the claim that is made.

      I could understand if there were a language barrier or something like that. But there's not. Tell me how is a test "culturally biased" when you are testing one group from mainstream English-speaking American culture against another group from mainstream English-speaking American culture? When you ask someone to pin that down in a way that makes any sense they just get upset. They never actually provide a sensible reason.

      The obvious conclusion: they can't provide one because there isn't one and their insistence that "raicsm" explains everything is just an article of faith that they're unwilling to truly investigate.

    5. Re:Is this news? by Anonymous Coward · · Score: 0

      Didn't they have to tell Watson to forget everything you learned from Urban Dictionary?

    6. Re: Is this news? by SirSlud · · Score: 1, Insightful

      No reason is sensible to you because you have already prejudged all reasons to be non sensible.

      --
      "Old man yells at systemd"
    7. Re:Is this news? by Anonymous Coward · · Score: 0

      The problem is the morons doing the AI training.
      It's illegal to base hiring decisions on gender, why is gender a thing the selection tool even knows about?

      It's hard to fix stupid.
      It's even harder to fix malevolence when keeping your job requires it. What HR director made sure gender was a thing that was part of the training data?

    8. Re:Is this news? by Thelasko · · Score: 1

      Didn't they have to tell Watson to forget everything you learned from Urban Dictionary?

      Yes, they did. They couldn't even feed Wikipedia articles in without some editing.

      --
      One of our competitors trademarked the term "hypothesis". From now on, we will call them "boneheaded ideas".
    9. Re:Is this news? by umghhh · · Score: 1

      I think I will call BS on this one. Well maybe that is too hard. Assuming this alg does what it is supposed to do, it can very well be that these patterns they talk about are that you have more lads than laddies for technical jobs. Alternatively the alg can be wrong too. Most likely both arguments are true. Assumption that at the end you will get 50% women is just silly. To illustrate the point - my boss when she employs people has to write to HQ a proper justification why she employs a male. If she employs a female she does not have to do it. This is a lots of work for nothing because where I work no sane women would apply - the job too difficult for the pay and the pay to low for the difficulty. There is probably also another reason: why would you go to a difficult job with a risk of layoffs every year when you can work for local or state administration w/o that risk? I am probably an asshole too which makes working in our group unattractive. Strangely a female colleague in a group I left few years back expressed explicit appreciation for support she got from me. I guess she was under influence or oppressed.
      I would also think that the results are not sexists or discriminatory in any sense other than - we did not get 50/50 set. This is not an abuse of women right but abuse of language.

    10. Re: Is this news? by Anonymous Coward · · Score: 0

      Obviously gender wasn't data they submitted to the algorithm, however it selected for men anyway because they fed the AI with resumes submitted by past employees who happened to mostly be men. I suppose men exhibit other characteristics that the algorithm picked up on.

    11. Re:Is this news? by Thelasko · · Score: 1

      Train algorithm with data in hand, algorithm's output mirrors data provided. They can't possibly be shocked by this, can they?

      I recently began working with AI, and was surprised at how simple the algorithms are. I think a lot of people expect them to be extremely complex.

      Training the AI is where it gets complex. This is where shaving a couple percent off computation times can really make a difference. Finding good training data. Selecting the right optimization algorithm. Waiting for the system to learn. That's what's difficult.

      --
      One of our competitors trademarked the term "hypothesis". From now on, we will call them "boneheaded ideas".
    12. Re: Is this news? by Anonymous Coward · · Score: 0

      No reason is sensible to you because you have already prejudged all reasons to be non sensible.

      So ... more hand-waving? Why don't you provide a reason, preferably something logically consistent and we'll find out.

      Bonus points if you can link to any kind of evidence-based study.

      The practice of hand-waving and trying to shame those who don't already agree with you just isn't convincing. It's not the kind of thing you do when facts are on your side. Care to try again?

      Incidentally what *is* logically consistent is the lower performance of blacks on things like IQ tests and measurements of traits like future orientation, and the outcome of black-run nations and cities. Haiti is a perfect case in point. When the French ran it, it was a prosperous nation with things like rule of law, food security, public sanitation. The blacks understandably didn't want to be plantation-bound so they intercepted a shipment of muskets/powder/ammo and had their own version of the American Revolution. They removed the French and became self-governing with a "made" nation to start with. It quickly fell apart into the hellhole it is today. This is what you would expect and is by no means an anomaly.

    13. Re: Is this news? by Anonymous Coward · · Score: 0

      Obviously gender wasn't data they submitted to the algorithm, however it selected for men anyway because they fed the AI with resumes submitted by past employees who happened to mostly be men. I suppose men exhibit other characteristics that the algorithm picked up on.

      So what's the new lesson here? That men and women even write their resumes differently?

    14. Re:Is this news? by Anonymous Coward · · Score: 0

      Guinness sells beer. Guinness does not sell wine. This is empirical data. Is it incomplete?

    15. Re:Is this news? by Anonymous Coward · · Score: 0

      If they were hiring warehouse workers, why not use packing times to score the neural network instead of arbitrary things like what people put on their resumes?

    16. Re:Is this news? by Anonymous Coward · · Score: 0

      Further, if you force Guinness to sell wine it could severely damage their business.

    17. Re: Is this news? by Anonymous Coward · · Score: 0

      Yes, the lesson here is that men and women are different and that difference shows even when one is looking at work produced by them and is unaware and even uncaring about the specific identity of the producer.

      That doesn't mean that one gender is better than the other, it just means they're different. This simple politically inconvenient truth is what James Damorre got fired for pointing out in a much more eloquent way.

      As others have pointed out, this is also a example of how to not train an AI--probably. There is also always the other possibility--that certain things about men's preferences actually do lead them as a population to be more likely to be better programmers. Obviously some (most, in fact) men suck at this and some women are brilliant at it though again most are not...but statements like this only apply to large numbers of people on average and applying them to specific individuals based on population generalizations is pretty stupid.

      Unfortunately even thinking about this stuff sets off SJWs and HR people like there's no tomorrow and so we're doomed to keep repeating this idiocy.

    18. Re: Is this news? by HornWumpus · · Score: 1

      Wouldn't work that way unless the men had better 'outcome metrics'. Simply having more of them wouldn't make their traits get a positive score.

      Sounds like the algorithm found proxies for sex, but it _wouldn't_ have done that if the women had equal 'outcome metrics'.

      They likely have a problem with small datasets. For example, the AI assigned a couple of 'women's colleges' a negative score, likely because they had hired an airthief or two from those schools. But you have to accept the possibility that the score is fair and will only get worse as they hire more 'Vassar girls', given the state of liberal arts 'education' these days.

      --
      John McAfee 'It was like that time I hired that Bangkok prostitute; to do my taxes, while I fucked my accountant'
    19. Re: Is this news? by HornWumpus · · Score: 1

      Narrow your focus. There is an argument about the language part of the SAT.

      The math part _can't_ have a cultural bias.

      --
      John McAfee 'It was like that time I hired that Bangkok prostitute; to do my taxes, while I fucked my accountant'
    20. Re: Is this news? by Anonymous Coward · · Score: 0

      The real problem is the algorithm wasn't biased.

    21. Re:Is this news? by magarity · · Score: 3, Funny

      Guinness sells beer. Guinness does not sell wine. This is empirical data. Is it incomplete?

      Yes.

      Diago, the owner of Guinness, also owns a large percentage of Moet Hennesy.

    22. Re: Is this news? by SirSlud · · Score: 1

      I already perfectly explained why you cannot be presented with information that will change your mind. You are a racist. No handwaving involved.

      --
      "Old man yells at systemd"
    23. Re:Is this news? by Anonymous Coward · · Score: 0

      They once renormed IQ tests against blacks and the whites were an std-dev below. There is obviously something different between white and blacks, at least in the USA, that you can't use the same IQ test and expect useful results.

    24. Re:Is this news? by HornWumpus · · Score: 1

      Nothing good comes from visiting the Urban dictionary.

      Before hitting that link, drink yourself just short of blackout drunk and pour a tumbler of liquor. So you can 'unread'.

      Alternatively, 'blow the head'.

      You have to do it before the thing read gets committed to long term memory.

      --
      John McAfee 'It was like that time I hired that Bangkok prostitute; to do my taxes, while I fucked my accountant'
    25. Re: Is this news? by Comrade+Ogilvy · · Score: 1

      Math is potentially much less culturally biased. Math as it exists is written in a specific unusual language, which is definitely not even "mainstream English-speaking American culture".

      Asserting that culture and language cannot matter is very obviously wrong.

      If I plunked you down in an advanced math course in Beijing along with Chinese of similar academic background to you, do you believe you would perform nearly as well as the locals? Why not? Think language and culture just might contribute to your difficulties?

    26. Re: Is this news? by Comrade+Ogilvy · · Score: 1

      They removed the French and became self-governing with a "made" nation to start with. It quickly fell apart into the hellhole it is today. This is what you would expect and is by no means an anomaly.

      That Haiti failed is not a mystery. Any new nation under those circumstances would be likely to fail. It might of been a success but France and its best prospective trading partner very much wanted it to fail.

      But you are not interested enough about the topic to investigate their history at all, just looking at the color of their skin is all you need to know, apparently.

      Let's consider the example of Greece, literally the origin of what we assert is much of the secret sauce of Western awesomeness. Why is Greece not as prosperous as Germany or France or England? Think history and poverty and education and culture of the past and present could possibly affect the likely outcomes in the future?

    27. Re:Is this news? by Dragonslicer · · Score: 1

      Because most people have been convinced that AI can turn garbage inputs into perfect outputs.

      On two occasions I have been asked, — "Pray, Mr. Babbage, if you put into the machine wrong figures, will the right answers come out?" In one case a member of the Upper, and in the other a member of the Lower, House put this question. I am not able rightly to apprehend the kind of confusion of ideas that could provoke such a question.

      /obligatory Babbage quote

    28. Re: Is this news? by nwaack · · Score: 4, Insightful

      No reason is sensible to you because you have already prejudged all reasons to be non sensible.

      Empirical data isn't racist or sexist...unless you're a liberal. Then if you think the data might hurt someone's feelings or make someone feel less special it's clearly [insert -ist/-phobe buzzword of the moment] and so is the person that brought up the imperical data.

      I'll probably get downvoted for this, but you all know that it happens ALL THE TIME.

    29. Re: Is this news? by BlueStrat · · Score: 1, Informative

      The real problem is the algorithm wasn't biased.

      Ding ding ding! We have a winner!

      Tell him what he's won, Johnny!

      I had to scroll this far down to reach the actual answer?

      Slashdot, I mourn for thee.

      AC is exactly correct. The problem is not that the algorithm is racist or misogynist, it's that it's not biased at all while a large portion of our society *is* strongly biased and does not *want* unbiased answers that conflict with their current political/ideological/cultural/racial prejudices and stereotypes that are the tools essential to sustaining and growing group-identity politics and cultural Marxism which are all part of Post-Modernism which was created solely for the purpose of destroying post-Enlightenment Western civilization.

      Strat

      --
      Progressivism (aka US 'Liberalism'): Ideas so good they need a police/surveillance-state to enforce.
    30. Re: Is this news? by HornWumpus · · Score: 1

      Math is written in 'math'.

      Which isn't anybody's native language.

      I'd do a whole lot better in a Chinese math course than a Chinese lit course, but that's not a fair comparison to English speakers of various backgrounds taking the SATs.

      Math is biased against irrational cultures, I'll give you that. SJWs are generally bad at math.

      --
      John McAfee 'It was like that time I hired that Bangkok prostitute; to do my taxes, while I fucked my accountant'
    31. Re: Is this news? by Anonymous Coward · · Score: 1

      The blacks understandably didn't want to be plantation-bound so they intercepted a shipment of muskets/powder/ammo and had their own version of the American Revolution.

      "Plantation-bound"? Why did you use that inaccurate euphemism? And why did you not use the more common and exact word "slavery"?
      I'll answer for you. It is because you say things that are true but leave out much, so the overall result of what you say is a lie, and you know it.

    32. Re: Is this news? by Anonymous Coward · · Score: 0

      What the peterson-nonsense are you on about?
      Think for yourself for once. Challenge what even your pedagogues say.

    33. Re:Is this news? by sexconker · · Score: 0

      You are an idiot.

    34. Re: Is this news? by GonzoPhysicist · · Score: 1

      people don't complain about the data itself, it's usually the collection methods, how its interpreted, or its application that gets criticized

      --
      horror vacui
    35. Re:Is this news? by Anonymous Coward · · Score: 0

      Incomplete data, isn't Empirical Data.

      Didn't know Zeno was a scientist.

    36. Re: Is this news? by nwaack · · Score: 2

      Apparently you have much more civil and/or smarter liberal acquaintances than me (I'm pretty much a centrist in case you're wondering). In my circle of friends...usually acquaintances of actual friends now that I think about it...it's someone smugly waiving hands and pointing fingers, shouting "RACIST," etc. while trying really hard not to furiously masturbate because they got to lay some social justice on one of them evil non-progressive types. It's pretty sickening actually.

    37. Re:Is this news? by Cipheron · · Score: 3, Informative

      Because the algorithm finds correlates to explain the data, and it always takes the "path of least resistance".

      For example, say that women weren't hired as often because women tend to lack the necessary job experience more often than men. Then, the algorithm is looking for the *simplest possible* variable that correlates with that decision, so it notices otherwise irrelevant terms like "women's" or that successful candidates are more likely to use "masculine words". Those female candidates weren't rejected *because* of those word-selections, but because they tended to have less experience, but the algorithm isn't smart enough to understand that, so it glomps on b.s. word choices as a deciding factor.

      For example, say that more successful candidates were more likely to wear good shoe brands, so your algorithm decides that choice of shoes should be a factor in hiring, because it's just that much easier for the algorithm to pick that signal out of the noise of the data you've fed into it. The original hirers didn't actually give a toss what shoes you wore, it's just that more successful people could afford better shoes to start with, but the algorithm hones in on "only hire nice-shoe-people" as if it's important. This is one of the problems with machine learning. It learns the "what" and not the "why" behind data correlations.

    38. Re:Is this news? by jellomizer · · Score: 1

      It may not even know the Gender. It may be based on the persons Name, First Names Ending in a soft sound or a vowel. May be enough.

      --
      If something is so important that you feel the need to post it on the internet... It probably isn't that important.
    39. Re:Is this news? by Anonymous Coward · · Score: 0

      Do you have a cite? That'd be interesting.

    40. Re: Is this news? by Comrade+Ogilvy · · Score: 1

      You are provably wrong. One only need crack open a math textbook or look at the Math SAT to see lots of language that is not "math".

      Thank you getting so easily "triggered" and feeling the need to go for namecalling so easily -- it lets me know that you are incapable of intelligent discussion right away.

    41. Re: Is this news? by HornWumpus · · Score: 2

      From your bold assertion upthread: 'Math as it exists is written in a specific unusual language, which is definitely not even "mainstream English-speaking American culture".' That language is called 'math'.

      That's a long way from being able to say 'culturally biased', which IS a big old stretch, even for the language part of the SAT.

      Math testing is not culturally biased, except against 'feeling culture'. Which IT SHOULD be biased against.

      --
      John McAfee 'It was like that time I hired that Bangkok prostitute; to do my taxes, while I fucked my accountant'
    42. Re: Is this news? by im_thatoneguy · · Score: 1

      Or the algorithm is just mirroring existing bias in society.

      If you randomly search black men 10x more often than white men you'll end up with 10x more convictions just through the law of averages. Then the data states that "10x as many black men are carrying drugs" per capita since it ignores the all important data of how many searches were performed.

      If you interview 1,000 women but only 100 are hired vs 1,000 men and 500 are hired your algorithm will try to mirror those ratios.

    43. Re:Is this news? by Anonymous Coward · · Score: 0

      Anybody who didn't strip the names from the test data needs a whack to the side of the head.

    44. Re: Is this news? by Anonymous Coward · · Score: 0

      Indeed, ad hominem attack is perfectly acceptable if it is for greater good. Well done, warrior.

    45. Re: Is this news? by gerald.edward.butler · · Score: 1

      There are 2 kinds of people in this world: Racists and Liars.

    46. Re: Is this news? by Anonymous Coward · · Score: 0

      Yo HO anti-maths Trotsky bitch your drool is wetting the floor.

    47. Re: Is this news? by ArylAkamov · · Score: 1

      You're proving him right. He presented information, all you have provided are buzzwords and "lol I just can't even, I swear I have evidence but I won't post it haha u r dumb!".

      When one side presents evidence and the other nothing but dismissive and insulting words, what side do you think people will take? How do you think others view the insulting and dismissive side?

      I'm sure you'll come up with another big brain response to this as well.

    48. Re: Is this news? by Anonymous Coward · · Score: 0

      Well, that is because anyone with any self respect would rather have nothing to do with you.

    49. Re: Is this news? by Anonymous Coward · · Score: 0

      I would have to agree with this.

    50. Re: Is this news? by serviscope_minor · · Score: 0

      Ding ding ding! We have a winner!

      Ding! ding ding! We have someone who knows nothing about machine learning but it using it to reinforce his biases nonetheless.

      The problem is not that the algorithm is racist or misogynist, it's that it's not biased at all

      You'd love to think so but no. If you put bad data in you get bad results. ML algorithms pick out correlations but as most of us realise correlation is not causation but the algorithms can't generally tell the difference.

      and in case people didn't know you're an idiot, you flag it loud and clear:

      cultural Marxism

      --
      SJW n. One who posts facts.
    51. Re: Is this news? by Anonymous Coward · · Score: 0

      This seems relevant.

    52. Re:Is this news? by Cederic · · Score: 1

      You shitting me? UD is an awesome resource, and an essential business tool.

      American manager, "I don't know that word"
      Me, "Urban dictionary will explain it, and how it's appropriate in the context in which I used it"

    53. Re: Is this news? by Anonymous Coward · · Score: 0

      A train is heading east at 70mph. Another train is heading west on the same track at 50mph. You are tied to the track 15 miles from the first train and 10 miles from the second train.

      A). Which train will hit you first.

      B). How far from your bloody corpse will the two trains collide.

      Show all work.

    54. Re:Is this news? by HornWumpus · · Score: 1

      What business context is 'Cleveland steamer', 'Space docking' or 'Felching' appropriate for?

      Don't look those up...

      --
      John McAfee 'It was like that time I hired that Bangkok prostitute; to do my taxes, while I fucked my accountant'
    55. Re: Is this news? by guruevi · · Score: 1

      So why does it still - on average - result in lower scores for blacks but not hispanics, whites or asians, even when adjusted against poverty levels.

      --
      Custom electronics and digital signage for your business: www.evcircuits.com
    56. Re: Is this news? by guruevi · · Score: 1

      We're explicitly not talking about (much harder) foreign tests. Blacks, whites, asians, hispanics are all more or less integrated in the same society, have the same school standards etc.

      Nothing else, not even income correlates with IQ and SAT scores as much as race and not even overfunding and preferred treatment is changing the outcome.

      --
      Custom electronics and digital signage for your business: www.evcircuits.com
    57. Re: Is this news? by illiac_1962 · · Score: 1

      I'm so sick of hearing about relevant experience. The only experience I give a shit about is learning experience. In tech learning is really the only thing you keep getting better at if you keep doing it. Things change so much that the importance of curiosity and the ability to smash that curiosity quickly is the determinate of qualified. Admiral Rick over only hired good people who could be trained and he used those people to develop a nuclear powered flotilla which to this day has not experienced a single reactor incident.

    58. Re: Is this news? by SirSlud · · Score: 1

      Nothing in this thread is evidence of anything and it speaks to the quality of your noggin that you think some kind of argument with supporting information has been presented by anybody here.

      --
      "Old man yells at systemd"
    59. Re: Is this news? by Anonymous Coward · · Score: 0

      Math is written in 'math'.

      Which isn't anybody's native language.

      I'd do a whole lot better in a Chinese math course than a Chinese lit course, but that's not a fair comparison to English speakers of various backgrounds taking the SATs.

      Math is biased against irrational cultures, I'll give you that. SJWs are generally bad at math.

      Math textbooks can be biased in that the word problems may expect experiences that some segments of the community have and other don't.
      The author may have come from a car culture and expect the student to have experiences or a frame of reference that the author had.
      Or perhaps the author's examples revolve around cooking.

      My first year teaching first-year physics, I talked about using wrenches short and long and what a torque wrench was about.
      One of the women (community college) the next day came to me after class. She had gone home and told her husband I was crazy and babbled about something called a torque wrench, whatever that was. It turns out he worked on cars, had one, and let her use it on some bolts as well as some short and long wrench so she could get a feel for it.
      She said "so now I get it, but some of the guys in the class have never worked on cars and don't have a husband." I realized that I'm an idiot because I had some in the lab closet and could easily have shown them instead of amplifying something I thought they already knew about.
      Math books are full of that kind of stuff, older ones especially.

    60. Re:Is this news? by AmiMoJo · · Score: 1

      Studies show that humans have bias towards more masculine language, so it's probably that which is affecting the outcome. If human reviewers rate more masculine language higher than more feminine language, the AI will learn from their example of what they consider "best".

      This can be re-enforced by problems once women start working at Amazon that result in them being promoted at a slower pace or lower rate too. That AI learns that they tend to "perform worse" in the job, because it doesn't understand the existing biases in the system.

      --
      const int one = 65536; (Silvermoon, Texture.cs)
      SJW, n: "Someone I don't like, and by the way I'm a fuckwit" - AC
    61. Re: Is this news? by AmiMoJo · · Score: 1

      it's someone smugly waiving hands and pointing fingers, shouting "RACIST," etc. while trying really hard not to furiously masturbate

      You know I've never actually met anyone like that... On the other hand there are loads of virtue signalling self-proclaimed centrist rationals on Slashdot proudly proclaiming that they are far above such strawman nonsense.

      Instead of trying to derail the conversation to make yourself look good, why not have an honest debate about the problems of trying to teach AI using purely empirical data?

      --
      const int one = 65536; (Silvermoon, Texture.cs)
      SJW, n: "Someone I don't like, and by the way I'm a fuckwit" - AC
    62. Re: Is this news? by AmiMoJo · · Score: 1

      Empirical data isn't racist or sexist

      Correct, but it can lead to systemic bias due to incomplete information or error. Also, very little is as empirical as you think.

      Take a degree from MIT, for example. It suggests great ability, but is it empirical evidence? Are all MIT degrees equal? And how do you compare between MIT and other universities? And how do you ensure that the perceived value from those institutions is free from human biases against things like the state they are in, their historic reputation vs. their current teaching quality, and their political leanings?

      Another example is confirmation bias. The chief of police has limited resources, and sees that crime is 10% higher in one area. So they send more cops to that area, and unsurprisingly the crime rate goes up to 20% higher due to increased detection rates. Is the 20% higher crime rate empirical evidence? Is it complete information that you can use to make a decision like where to live for lower crime? Seems like the 20% lower crime area may just have more unreported/unsolved crime, so might actually be worse. And what type of crime are we talking about, 20% more graffiti but the other side of town is mostly violence?

      --
      const int one = 65536; (Silvermoon, Texture.cs)
      SJW, n: "Someone I don't like, and by the way I'm a fuckwit" - AC
    63. Re:Is this news? by Cederic · · Score: 1

      On the flip side, UD helped get the System Control and Testing team's acronym changed.

    64. Re: Is this news? by Comrade+Ogilvy · · Score: 1

      Blacks, whites, asians, hispanics are all more or less integrated in the same society, have the same school standards etc.

      That is a huge assumption, right there. Maybe the differences in culture matter, even if they are also "not nice" to talk about?

      So what I see is a big swindle in the underlying argument. "Oh, you liberals do not want to talk about either culture or race contributing here. So I will concede the question of culture and jump to the conclusion it absolutely has to be genetics because logic." Bullshit logic makes for bullshit conclusion.

      I do not think it is difficult to prove differences between groups within the same race in terms of education outcomes, religion, gun ownership, voting patterns. No one finds it strange to say "city folk and country folk are different, for both good and ill". Nobody finds it strange to say that sub-cultures within, say, caucasians do matter for certain outcomes.

    65. Re: Is this news? by nwaack · · Score: 1

      You know I've never actually met anyone like that...

      Consider yourself lucky. They're becoming more numerous by the day.

      Instead of trying to derail the conversation to make yourself look good, why not have an honest debate about the problems of trying to teach AI using purely empirical data?

      Not really sure why you think I was trying to make myself look good or derail the conversation. The point of my post was that the SJW types constantly derail honest debates such as this because god forbid we risk hurting someone's fragile feelings. It's annoying and does no one any favors.

    66. Re:Is this news? by imidan · · Score: 1

      Years ago, I wrote a spam filter for my email (there already existed better filters than mine, but I wanted to see if I could write one). So I made a Bayesian filter model and fed it a bunch of email, spam and nonspam. Looking at the results of the model, I was interested to find one string that, when present, correctly identified spam without false positives. This string, by itself, was able to filter out about 80% of spam in my inbox.

      The string was #FF0000. It turned out that in all the email I'd fed in to the model, I had never received a legitimate email with HTML encoding for red text. At the time, I guess red text was popular in spam (I have no idea if it's still as big). It was an extremely effective filter, but the potential for false positives is pretty clear.

      Anyway. Just an example of a computer simplifying a pretty complex problem down to a super-simple answer. Maybe too simple.

  3. Ropers by Anonymous Coward · · Score: 0

    People defend search engines vigorously when there's perceived bias in algorithmic results.

    Why would Amazon's system receive different criticism?

  4. The law... by fish_in_the_c · · Score: 5, Insightful

    When government reviews your hiring they expect you to show that your diversity level is consistent with the normal spread of minority groups ( some consideration of candidate pool MAY be given.)

    In other words, if your only criteria is hiring whomever best for the job, you will likely be operating illegally and subject to fines and lawsuits. This is the product of laws that are designed to create social engineering based restrictions based on someones religious idea that any measurable discrepancy in minority placement must be corrected.

    --
    âoeTolerance applies only to persons, but never to truth. Intolerance applies only to truth, but never to persons.
    1. Re:The law... by cryptizard · · Score: 3, Insightful

      If you are only hiring whoever is best for the job then you are probably hiring a lot of foreign workers that will do it for way less money. Should the government allow that to happen or do you believe in hiring laws when they protect you?

      Also, if you are running your company with only the end goal in mind then you are probably doing something illegal. Laws exist to protect the interests of society, not the interests of individual companies or people.

    2. Re:The law... by jpaine619 · · Score: 1, Funny

      Laws exist to protect the interests of society, not the interests of individual companies or people.

      How big a hit did you take off your crack pipe this morning?

      Are you familiar with the term pork barrel politics? What the fuck do YOU think that means?

      MOST laws are passed to serve special interests.

    3. Re:The law... by Bert64 · · Score: 1

      This already happens.

      Many companies do hire lots of foreign workers for way less money, a lot of jobs are being offshored regularly.
      Many foreign workers are also employed locally especially for various low paid unskilled work, as they are willing to work for lower wages.

      For higher skilled positions, especially local rather than offshored ones foreign workers are also frequently used, but they are less likely to accept lower wages in such conditions, and why would they? If they are equally skilled such that they're able to do the job, then they should be equally paid.

      --
      http://spamdecoy.net - free throwaway anonymous email - avoid spam!
    4. Re:The law... by Anonymous Coward · · Score: 0

      You seem to be confusing an ideal of why laws should exist, with the reality of why laws do exist.

    5. Re:The law... by jeff4747 · · Score: 1

      In other words, if your only criteria is hiring whomever best for the job, you will likely be operating illegally and subject to fines and lawsuits.

      Until you can demonstrate that women or non-whites are not physically capable of being "the best for the job", then this reasoning is flawed.

      And if your "proof" is the lack of not-white-men in these positions, you're falling for the same incomplete data as the AI in TFS.

    6. Re:The law... by lgw · · Score: 1

      In other words, if your only criteria is hiring whomever best for the job, you will likely be operating illegally and subject to fines and lawsuits. This is the product of laws that are designed to create social engineering based restrictions based on someones religious idea that any measurable discrepancy in minority placement must be corrected.

      That's not quite true. The rules for who you interview are different from the rules on who you hire.

      What you say is true for the former: if the people you interview don't at least match the candidate pool for any protected class, you're boned regardless of why. It's a bit different for hiring, where you can defend yourself by showing that your process is objective.

      In practice, the government tend to focus a lot on who gets interviewed, as that's strictly numbers and easy to audit and enforce. The fear for biased hiring decisions is mostly about lawsuits (ditto promotion decisions and termination decisions). If you're interviewing lots of women, but not hiring a proportional amount, you're asking for lawsuits, even class actions, and had better be ready to objectively justify every single "no hire" decision, perhaps years after the fact. That leads to lots of paperwork around the interview process at companies that have been burned by this. But if your hiring decisions are objective, that is a defense (similarly promotion and firing, but that's usually lots of paperwork anyhow).

      --
      Socialism: a lie told by totalitarians and believed by fools.
    7. Re:The law... by lrichardson · · Score: 1

      Bingo! At a former employer, they went out of their way to increase the diversity of the recruiting pool ... to no effect. Mostly because while the Fed regulator was screaming about the 10% of the local population that was a 'minority ethnic group', they were ignoring the detail that group was less than 1% of the graduates from computing courses at the local colleges ... a number that was reflected in the makeup of the IT department.

      To be fair to the company, they broke 0.5% minority hiring, while the graduation rate for that group was ~0.2%. Skin color wasn't the determining factor, economic status was.

    8. Re:The law... by Anonymous Coward · · Score: 0

      Most special interests think their pet cause will be better for society.

      Nobody actually sits down and thinks "how can i throw the world under the bus for my own gain". The closest you get is "what would make the world a better place for me to live in?" Where the possibility that what is good for you might not be good in the general case.

    9. Re:The law... by Pinky's+Brain · · Score: 1

      When they review you for granting a government contract.

      Don't do business with government and they need more evidence than just statistics.

    10. Re:The law... by lgw · · Score: 1

      Until you can demonstrate that women or non-whites are not physically capable of being "the best for the job", then this reasoning is flawed.

      And if your "proof" is the lack of not-white-men in these positions, you're falling for the same incomplete data as the AI in TFS.

      It's not all-or-nothing, it's bell curves. If you allow race as a consideration for e.g. software development, you'll get a statistical model that tells you to mostly interview Asians. That's an accurate predictive factor (one of many) of how well a candidate is likely to succeed at the job. It's also illegal (well, not the discrimination against whites of course, but against all the non-pariah races).

      It's not about "incomplete data as the AI" unless the coders were complete idiots. Amazon has a huge population of developers. It's about the fact that protected classes cannot legally be used to screen interview candidates regardless of why, and you have to prove you're not doing so. It's the nature of machine learning systems that you can't really prove what criteria they've "learned" from your training data, which makes them very legally dangerous.

      You can't use any sort of "proof" of someone (because of a protected class) being not physically capable of doing the job, let alone slightly less likely to succeed, as a reason not to interview them. IMO that's not unreasonable: if someone for whatever reason actually can't do the job, surely that comes out in the interview itself.

      --
      Socialism: a lie told by totalitarians and believed by fools.
    11. Re:The law... by jeff4747 · · Score: 1

      It's not all-or-nothing, it's bell curves.

      Yes, you have to establish that such bell curves differ based on gender and not-whiteness. And again, if you're just looking at outcome as your proof, you're falling for the same incomplete data as the AI in TFS.

      It's not about "incomplete data as the AI" unless the coders were complete idiots. Amazon has a huge population of developers.

      That huge population was created with bias in mind, not only in initial hiring but in how women are treated in the workforce over the years. Thus you can not trust that this data is completely impartial.

      It's the nature of machine learning systems that you can't really prove what criteria they've "learned" from your training data

      Sure you can. The machine learning system will produce a result that closely matches the training data. When your training data is the result of bias, the machine learning system will strive to continue that bias.

      If your training data only has red cars in it, your machine learning system isn't going to believe cars can be blue.

    12. Re:The law... by lgw · · Score: 1

      Yes, you have to establish that such bell curves differ based on gender and not-whiteness. And again, if you're just looking at outcome as your proof, you're falling for the same incomplete data as the AI in TFS.

      The point is, it doesn't matter how you establish it. All the details you go into are irrelevant. The people you interview can't be less representative than the candidate pool of protected classes, regardless of why - even if you had ironclad proof, doesn't matter.

      It's the nature of machine learning systems that you can't really prove what criteria they've "learned" from your training data

      Sure you can. The machine learning system will produce a result that closely matches the training data. When your training data is the result of bias, the machine learning system will strive to continue that bias.

      Man, you really love to say "bias". But you've missed the point here:
      * You cannot, from the output of a machine learning system, prove that it isn't using X as criteria in screening candidates.
      * You might need to be able to prove that legally.
      * Therefore, you can't use machine learning to screen candidates.

      QED.

      --
      Socialism: a lie told by totalitarians and believed by fools.
    13. Re:The law... by ItsJustAPseudonym · · Score: 1

      Most special interests think their pet cause will be better for them.

      FTFY.

    14. Re:The law... by jeff4747 · · Score: 1

      The point is, it doesn't matter how you establish it.

      Uh...yeah, actually it does. Because looking at the results of a process don't tell you the cause. That whole "correlation vs causation" thing.

      You are asserting that women and non-whites have their "bell curve" such that they're not as good as white men. Your evidence is the correlation that they are underrepresented in the workforce.

      You've yet to do anything looking at causation for that difference.

      You cannot, from the output of a machine learning system, prove that it isn't using X as criteria in screening candidates.

      Sure. Feed it nothing but red cars, and it will never pick a blue car. Because you limited the input. Really easy to prove in court too.

    15. Re:The law... by gerald.edward.butler · · Score: 1

      >> Nobody actually sits down and thinks "how can i throw the world under the bus for my own gain"

      LMAO! Are you that naive?

    16. Re:The law... by lgw · · Score: 1

      You are asserting that women and non-whites have their "bell curve" such that they're not as good as white men.

      Ah, I see: you're replying to the wrong thread. You're looking for the post by strawman. Were you replying to my thread, you'd have noticed I claimed the opposite.

      Sure. Feed it nothing but red cars, and it will never pick a blue car. Because you limited the input. Really easy to prove in court too

      I see you've never worked with "big data". You can't make such firm claims about what's not in a very large data set - pretty much like most attempts to prove a negative.

      But that has nothing to do with how machine leaning works: except in trivially simple cases, it's very difficult, often impossible, to prove what its criteria are, as they're entirely arbitrary. You can remove all direct indication of gender from the training data, and it could still be using statistical distribution of punctuation or something equally bizarre, which turns out to be an 80% proxy for gender.

      --
      Socialism: a lie told by totalitarians and believed by fools.
    17. Re:The law... by Actually,+I+do+RTFA · · Score: 1

      In other words, if your only criteria is hiring whomever best for the job, you will likely be operating illegally and subject to fines and lawsuits.

      This is just nonsense. It my be that if you only hired white people you would be (rightly) given a lot of scrutiny. Because it looks pretty damn racist. But if you can demonstrate reasonable, objective reasons related to the job that you only hired white people (no examples occur to me), you should be fine.

      --
      Your ad here. Ask me how!
    18. Re:The law... by jpaine619 · · Score: 1

      Most special interests think their pet cause will be better for society.

      Nobody actually sits down and thinks "how can i throw the world under the bus for my own gain". The closest you get is "what would make the world a better place for me to live in?" Where the possibility that what is good for you might not be good in the general case.

      Wow.... just.... wow..

    19. Re:The law... by jpaine619 · · Score: 1

      >> Nobody actually sits down and thinks "how can i throw the world under the bus for my own gain"

      LMAO! Are you that naive?

      I think this person might be.. Holy hell......

      I know I can be a bit pessimistic, but the level of optimism this guy has is..... unreal..

    20. Re:The law... by jeff4747 · · Score: 1

      Ah, I see: you're replying to the wrong thread. You're looking for the post by strawman. Were you replying to my thread, you'd have noticed I claimed the opposite.

      Nope, you just cut off your discussion at Asians. Which, btw, is wrong statistically - more whites have the relevant jobs. The fact that you did not explicitly state your bell curves applied to women vs men didn't suddenly alter your overall thesis.

      I see you've never worked with "big data". You can't make such firm claims about what's not in a very large data set

      You really think it's impossible to take a data set that is 30% women and not be able to prove it's 30% women?

      Or one that's 100% red cars and prove it's 0% blue cars?

    21. Re:The law... by lgw · · Score: 1

      Nope, you just cut off your discussion at Asians.

      And so you assumed a bunch of stuff you wanted to argue against.

      Which, btw, is wrong statistically - more whites have the relevant jobs.

      Not at Amazon, or any of the large software employers except maybe Microsoft, or left coast software companies in general. Heck, I worked at a couple of smaller companies that were maybe 5% "white" (perhaps not the easiest thing to define), and that's pretty normal in the Bay Area. And obviously worldwide most developers are asian.

      But of course I wasn't talking about who has the jobs, as that's not in any way relevant to how that AI would have worked, but about per-candidate likelihood of getting hired and doing well.

       

      You really think it's impossible to take a data set that is 30% women and not be able to prove it's 30% women?

      Nope. Which is why I didn't claim that, and that was not what you said. You were talking about proving that the data set did not contain any X, and life is never that simple with large data sets.

      Or one that's 100% red cars and prove it's 0% blue cars?

      How would you prove that? You didn't manually add each record, you combined dozens of large data sets generated automatically by systems you don't control. And there's no automated test for "blue car in a picture" vs "red car in a picture" that's 100% accurate.

      --
      Socialism: a lie told by totalitarians and believed by fools.
    22. Re:The law... by lgw · · Score: 1

      Oh, if you're not familiar with this, I think you'd find it interesting. https://en.wikipedia.org/wiki/...

      The problems with proving a negative about a large data set have had centuries of thought.

      --
      Socialism: a lie told by totalitarians and believed by fools.
    23. Re: The law... by fish_in_the_c · · Score: 1

      No any hr person will tell you that the appearance is enough to force you to defend a multi million dollar law suit that you may lose. It has been in my training from every company. It simply isn't worth the million dollar law suit and the price nightmare even if you could win.

      --
      âoeTolerance applies only to persons, but never to truth. Intolerance applies only to truth, but never to persons.
    24. Re: The law... by Actually,+I+do+RTFA · · Score: 1

      You are shifting goalposts. You said "operating illegally and subject to fines". Now you moved to a civil lawsuit. And, as I mentioned, it definitely looks bad, and the onus will be on you to demonstrate innocent reasoning. If you don't want to assume those costs, then feel free not to.

      --
      Your ad here. Ask me how!
    25. Re:The law... by Anonymous Coward · · Score: 0

      >Laws exist to protect the interests of society, not the interests of individual companies or people.

      Hence the motivation for powerful entities anywhere & from all times in history, to influence lawmaking. These powers 'seem' different but actually the same.
      - Royal? You make the rules!
      - Voted in? You help make the rules!
      - Commercial entity? Lobby for influencing the rules!
      - Congressional? You get to write your own rules, so that you don't even have to follow the peoples' rules!

      The laws are written by and for various powers, some of which can benefit the common man.
      _

  5. The data set was flawed by Anonymous Coward · · Score: 5, Insightful

    Amazon trained their AI using the dataset that reflected their business practices as they currently are (flaws and all) but what they wanted was a data set for the practices they wanted to become (i.e. the ideal).

    Finding a training dataset that reflects the ideal is going to be extremely difficult, particularly in an area where that ideal is so poorly defined.

    1. Re:The data set was flawed by HornWumpus · · Score: 2, Insightful

      They just have to train it with data that shows only success from women and failure from men.

      Easy: Just make it against the rules to review women employees with anything other than 'perfect'.

      Their dataset might be 'just fine', could be their assumptions and goals are broken.

      --
      John McAfee 'It was like that time I hired that Bangkok prostitute; to do my taxes, while I fucked my accountant'
    2. Re:The data set was flawed by Anonymous Coward · · Score: 0

      This seems to be common today. We have a set of social norms that elevate certain groups, when the empirical data in most scenarios supports methods similar to what were being applied. I have no thoughts on it other than it strikes me as odd that we keep socially disagreeing with the empirical data. Draw what conclusions you might, I'm sure folks will come up with excuses as to why the data is wrong.

    3. Re:The data set was flawed by Anonymous Coward · · Score: 0

      Question. How does a man's resume differ from a woman's?

      This isn't a setup to a joke, I am genuinely asking. Because that is the only way that we would see discrimination against resumes from women in a system trained on a dataset of nothing but resumes from men.

    4. Re:The data set was flawed by Cederic · · Score: 1

      At a guess, men will talk about "I did" and not "We did".
      Men will use terms associated with power and leadership, women will use terms associated with teamwork and collaboration.
      Personal interests will be different. Education qualifications will be different. Font choices will be different.

      But I'm guessing, throwing in a few stereotypes, building on some knowledge of tailoring job adverts to be gender neutral. What I haven't seen are the studies from large HR departments or recruitment agencies that more formally explore and articulate the differences.

    5. Re:The data set was flawed by AmiMoJo · · Score: 1

      Their assumption that women are not inherently less competent is not broken.

      Their goal of recognizing that in their hiring practices is not broken either, it's a smart business stratergy to get high quality employees that flaws in their system meant they were passing up previously.

      --
      const int one = 65536; (Silvermoon, Texture.cs)
      SJW, n: "Someone I don't like, and by the way I'm a fuckwit" - AC
    6. Re:The data set was flawed by HornWumpus · · Score: 1

      Nonsense. You cannot just assume your desired result. You SHOULDN'T anyhow. By the time someone is job age 'inherent' is academic, the only question for employers is are they actually less competent, as they sit there.

      There is a mountain of contradictory data, apparently including the training set used by Amazon.

      Even if you do _assume_ equivalence, you should check your assumptions at the end, to see if your results are invalid because you worked with a bad assumption. (e.g. was it good enough to say Sin(Theta) = Theta.)

      --
      John McAfee 'It was like that time I hired that Bangkok prostitute; to do my taxes, while I fucked my accountant'
  6. It'll be Yuuge! by Anonymous Coward · · Score: 0

    It's called the "Kavanatron"

    -5 political trolling

  7. Shocked! Shocked I say by Anonymous Coward · · Score: 0

    That a hiring algorithm would pick more men out of the applicant pool than women. Ohh wait! That pool is mostly menn you say? Statistics and probability be damned, we must achieve that diversity quota at all costs!!

    1. Re:Shocked! Shocked I say by Anonymous Coward · · Score: 0

      Didn't read I see. The algorithm was literally docking points off their score if the resume included the word "women" or if they listed certain women's colleges.

    2. Re:Shocked! Shocked I say by jellomizer · · Score: 1

      No that is an incorrect statement.
      The Algorithm finding that more men then women are being hired. Decides that gender is a factor to be considered. It is weighing factors that really do not matter.

      --
      If something is so important that you feel the need to post it on the internet... It probably isn't that important.
    3. Re:Shocked! Shocked I say by Anonymous Coward · · Score: 0

      Wouldn't that indicate the during the initial training Amazon feed the algorithm a bunch of resumes and said these are bad?

    4. Re:Shocked! Shocked I say by Anonymous Coward · · Score: 0

      You're right, I didn't RTFA. I figured it would have been common sense to not tell the system whether or not the resume belonged to a man or a woman, and automatically assumed this was another non-story like so many others before it. But apparently I was wrong.

      That's the problem with crying wolf so much. Eventually, a real problem will come up, but everyone will automatically dismiss it because they assume it is like all the other non-problems that came before.

    5. Re:Shocked! Shocked I say by HornWumpus · · Score: 1

      Do you really think Amazon hired a statistically significant number of 'Vassar girls'?

      The one they did, likely didn't make it out of probation. Hence the 'AI' gave that trait a negative score. It could be right.

      --
      John McAfee 'It was like that time I hired that Bangkok prostitute; to do my taxes, while I fucked my accountant'
    6. Re:Shocked! Shocked I say by lgw · · Score: 1

      That interpretation is very silly. They're trying to figure out "as a percentage of candidates with resumes like X that we interview, how many do well at the job", and make all such statistic correlations that they can.

      It's not about "they have fewer women on staff", obviously. It's about "how do female candidates fare". Amazon, like all of the Big 5, is trying to address gender balance, and so will interview women with less chance of getting hired than their male candidates. They want more women hired, so they take a bigger risk, an accept the elevated cost in interviewer time. That's great, as it lets you hire more women without lowering the bar for them (accusations about Google's process aside).

      But of course the side effect of that is that fewer women who get interviewed get hired. The AI of course found that correlation, and probably dozens of other correlations associated with protected classes, and used it. Pretty obvious in hindsight, but then lots of things are obvious in hindsight.

      --
      Socialism: a lie told by totalitarians and believed by fools.
  8. The reason businesses love "AI".. by Anonymous Coward · · Score: 2, Interesting

    It lets them make immoral business decisions but not be personally held accountable for them.

    Facebook shows real estate ads only to white professionals. Amazon only hires male chinese engineers. Google endlessly manipulates its search for political reasons.

    But when questions get asked, it's always that pesky old AI that did it!

    Get used to it.

  9. Or, it worked as designed by Anonymous Coward · · Score: 0

    It could be that the tool worked perfectly and all the top candidates were men.

    1. Re:Or, it worked as designed by Anonymous Coward · · Score: 0

      Watch your wrongthink there, buddy.

  10. Turriblee by Impy+the+Impiuos+Imp · · Score: 0

    So...the AI looked ignored mad skills, because all resumes had them, and instead looked at past resumes of successful hires, found "women's" wasn't in most of them, and drew the conclusion that it correlated with a terrible candidate.

    --
    (-1: Post disagrees with my already-settled worldview) is not a valid mod option.
    1. Re:Turriblee by Impy+the+Impiuos+Imp · · Score: 1

      Why is this downmod? That's what happened and was the issue and what they had to address.

      Who is fantasizing this is an attack on women? That's disasterbation.

      --
      (-1: Post disagrees with my already-settled worldview) is not a valid mod option.
    2. Re:Turriblee by Anonymous Coward · · Score: 0

      You're pretty much saying the same as others in this thread so it might have been because you assume to know the exact reason the algorithm gave the results it did with no evidence other than "well duh, of course that's what happened". We don't know what the triggers were that lead to this outcome.

      It's also a bit presumptuous to think most women's resumes include things labeled "women's ______"

      This doesn't mean you're wrong or right, just that it wasn't very constructive to the discussion. Personally, I wouldn't have modded you up or down.

  11. It's not "bias" if it just reports the facts by davide+marney · · Score: 3, Insightful

    Bias is a non-factual prejudice against someone. That is why it is considered unfair. If the facts are that 80% of the population of people who do the work you want are named "Dave", then it is not a sign of a moral failing if your AI exhibits a strong preference for another Dave.

    --
    "We receive as friendly that which agrees with, we resist with dislike that which opposes us" - Faraday
    1. Re:It's not "bias" if it just reports the facts by unimacs · · Score: 1

      It's a bias if the fact that 80% of the available pool is named Dave but the name itself has nothing to do with suitability for the position. The AI would be ignoring 20% of potential candidates for no reason.

      I wouldn't call it a moral failing if unintended, just bad design.

    2. Re:It's not "bias" if it just reports the facts by Anonymous Coward · · Score: 0

      Bias is a term with a meaning. It doesn't mean something evil is going on it means that the process exhibits a tendency to one result versus another. I know white male geeks are too emotional to think rationally about these issues, but for fuck's sake you're talking about a machine learning story and you think you can comment without evening knowing what bias means. Put you're big boy pants on, learn something about a technical subject, and then participate in a discussion like an adult.

    3. Re:It's not "bias" if it just reports the facts by Anonymous Coward · · Score: 0

      Except that's not quite what happened here. Using your analogy, it's more like because 80% of Amazon's past top performers were named "Dave", the AI picked "Daves" as top performers. This is the problem for a number of reasons: 1) Past top performers don't automatically mean they will be future top performers 2) If your original top performers were hired using a biased system, the AI just reinforces that system.

      I guess one would say that it was really just a form of selection bias.

    4. Re:It's not "bias" if it just reports the facts by jellomizer · · Score: 1

      AI systems are all about Biases, it finds a pattern and gives it a number. A we as humans have Biases because our brains find a pattern and qualify it. Patterns are not facts.
      On average Men are physically stronger then women this can be quantified and measured. However there are a LOT of women who are stronger then the average men, They are also a lot of Men who are weaker then then the Average Women.

      So if a job requires physical strength, you may get on average more men who can do the work. But this shouldn't exclude women who can do the work as well if not better. Just because someone is Above Average it doesn't make them exceptional, and about 50% of the population is Above average.

      --
      If something is so important that you feel the need to post it on the internet... It probably isn't that important.
    5. Re:It's not "bias" if it just reports the facts by Anonymous Coward · · Score: 0

      Thanks for proving there is a bias against white males. You appear to be part of the problem.

    6. Re:It's not "bias" if it just reports the facts by Kielistic · · Score: 1

      However there are a LOT of women who are stronger then the average men, They are also a lot of Men who are weaker then then the Average Women.

      I don't think you understand how averages work.

    7. Re:It's not "bias" if it just reports the facts by Njovich · · Score: 1

      Bias is a non-factual prejudice against someone.

      You should either stop making up word definitions, or start using a better dictionary.

    8. Re:It's not "bias" if it just reports the facts by Anonymous Coward · · Score: 0

      When I'm doing two chicks at one time, that is a LOT of chicks.

    9. Re:It's not "bias" if it just reports the facts by Anonymous Coward · · Score: 0

      yes it is.

      Unless there is a reason the being named Dave is important otehr than it happening to be correlated than preferring another "Dave" is just as useful as preferring somone with blue eyes, because the last guy had them and did a good job.

      The moral failing is that you're being lazy and self absorbed by not trying to use a system that is batter your intuition, when it's pretty easily demonstrated why human institution is terrible. (seriously, intuition is good at one thing and that's making a decision quickly, it's valuable because often in survival situations a passable solution now is better than the optimal solution ten seconds from now, not because intuition is actually good at finding optimal solutions)

    10. Re:It's not "bias" if it just reports the facts by Anonymous Coward · · Score: 0

      It's a bias if the fact that 80% of the available pool is named Dave but the name itself has nothing to do with suitability for the position.

      That is only a bias if the system is, for some strange reason, ranking Daves higher than non-Daves because they are named Dave. If Daves just so happen to rank higher, but the system isn't looking at names, then it cannot be a bias.

    11. Re:It's not "bias" if it just reports the facts by fibonacci8 · · Score: 1

      True bias is the AI not letting anyone named Dave do things.

      --
      Inheritance is the sincerest form of nepotism.
    12. Re:It's not "bias" if it just reports the facts by Dragonslicer · · Score: 1

      Bias is a non-factual prejudice against someone.

      Floating point numbers are prejudiced against someone?

    13. Re:It's not "bias" if it just reports the facts by MobyDisk · · Score: 1

      but the name itself has nothing to do with suitability for the position

      I think the OP meant that the AI was preferring people named Dave, even though it didn't know people's names. That is analogous to what was happening with the AI filter: It didn't know people's sex, yet it was still picking more men than women.

    14. Re:It's not "bias" if it just reports the facts by Drethon · · Score: 1

      Bias is a non-factual prejudice against someone.

      You should either stop making up word definitions, or start using a better dictionary.

      Better dictionaries could help... Google dictionary comes up with the basic definition the GP quoted. Having worked with aviation sensors I tend to think of bias more as it is defined for sensors:

      "If the output signal differs from the correct value by a constant, the sensor has an offset error or bias. This is an error in the y-intercept of a linear transfer function." https://en.wikipedia.org/wiki/...

      In this case, and in the case of a lot of computer programs, bias can be generated that has nothing to do with human prejudice and has everything to do with bad inputs, a poorly designed algorithm or low quality electronics, among other possible causes.

    15. Re:It's not "bias" if it just reports the facts by Anonymous Coward · · Score: 0

      However there are a LOT of women who are stronger then the average men, They are also a lot of Men who are weaker then then the Average Women.

      I don't think you understand how averages work.

      I don't see a problem with what he said, maybe you don't understand averages.

      The average man is stronger than the average woman. There exist women who are stronger than the average man.

      No misunderstanding there.

    16. Re:It's not "bias" if it just reports the facts by Kielistic · · Score: 1

      The term "a lot" is comparative. If the average man is stronger than the average woman then there are a lot of men stronger than the average woman. If the converse is also true the statement has no meaning at all and is being purposefully misleading. The term "a lot" is being used as a weasel word in this case (how many is 'a lot'? 5? 20?).

    17. Re:It's not "bias" if it just reports the facts by unimacs · · Score: 1

      The AI was picking more men than women because resumes were penalized if they stated things like the applicant was a champion of the women's chess team or went to an all women's school. So it didn't directly score based on sex but it penalized you for being female based on other criteria that was not relevant. In other words, it did something very much like penalizing people not named Dave because most of the people already holding the positioned were named Dave.

    18. Re: It's not "bias" if it just reports the facts by Anonymous Coward · · Score: 0

      The problem here is secondary selectors outside the scope which is visible to the AI.

      Lots of strong men = large labor pool = more available cheap labor.

      Few strong women = small labor pool = less available cheap labor.

      The invisible selector, for example, could be law enforcement where stronger women get hired at decent pay to work with incarcerated women. Your job at lower pay would only get the women who failed the tests to get the higher paying job. Your female candidates would objectively be lower quality in this case.

      The question for Amazon and AI in general is in the industry you are in, is something else preselecting your applications that is hidden to you?

    19. Re:It's not "bias" if it just reports the facts by houghi · · Score: 0

      Yeah. Fuck you, Dave!

      --
      Don't fight for your country, if your country does not fight for you.
    20. Re:It's not "bias" if it just reports the facts by taylorius · · Score: 1

      So Bezos has a nascent space program, and v2.0 of his AI will have a bias against people called Dave. What could possibly go wrong?

  12. New Technology, Same Old Problems by Thelasko · · Score: 4, Insightful

    Garbage in, garbage out.

    If the training data has bias, then the AI will learn to have that bias.

    The trick is developing training data that doesn't reflect the biases of the humans that performed the task in the past.

    --
    One of our competitors trademarked the term "hypothesis". From now on, we will call them "boneheaded ideas".
    1. Re:New Technology, Same Old Problems by Anonymous Coward · · Score: 0

      In other words, Amazon itself is biased.

    2. Re:New Technology, Same Old Problems by Tom · · Score: 1

      Well, you could simply use the performance of people, instead of the judgement of said performance by others. Of course, that would require you to introduce proper metrics. Which is something that a lot of managers resist in this field as soon as it applies to "thinking jobs". I wonder if the fact that the group includes their own jobs has any influence on that distaste.

      --
      Assorted stuff I do sometimes: Lemuria.org
    3. Re:New Technology, Same Old Problems by Comrade+Ogilvy · · Score: 1

      I do not doubt that loss of power is a factor, but there is a very real question of whether the business is willing to make the investments and stay the course long enough that the end result is worth the trouble. Skepticism here can be very rational.

      "Proper metrics" that cannot be gamed are very expensive. It is not just the rubrics, but building a culture that works with the rubrics. If you think "proper metrics" will simply work by virtue of their awesomeness, you are definitely doomed.

    4. Re:New Technology, Same Old Problems by Anonymous Coward · · Score: 0

      The trick is developing training data that doesn't reflect the biases of the humans that performed the task in the past.

      All science is pathological.

        Actual objective data is not "fair" as judged by humans looking for bias everywhere. Hiring best qualified person for a tech job is guaranteed to result in biased outcomes against women.

      The trick is actually not using shallow mindless pattern recognition to make hiring decisions in the first place. If you are so lazy as to not even be willing to expend resources necessary to make good hiring decisions how does your organization stand any chance of success in the long run? If you turn it over to algorithms eventually the only people considered will be those who have figured out how to game the hiring algorithm.

    5. Re:New Technology, Same Old Problems by Dragonslicer · · Score: 2

      Well, you could simply use the performance of people, instead of the judgement of said performance by others. Of course, that would require you to introduce proper metrics. Which is something that a lot of managers resist in this field as soon as it applies to "thinking jobs". I wonder if the fact that the group includes their own jobs has any influence on that distaste.

      Would you like to share some of your proper metrics? Lots of (all?) companies use bad metrics, but is there any other kind?

    6. Re:New Technology, Same Old Problems by Anonymous Coward · · Score: 0

      Suppose that at your job, for whatever reason, years of experience strongly predicts employee ratings. People who have 10 years experience get better rating than people with 5.

      You build an ML model, trained on all employee performance reviews over the last decade. The model detects and includes the relationship between years worked and employee rating . Your "resume ranking function" is a factor of many things, but all other things being equal, a person with more years work experience will get a higher score. You don't know this, because the ML model is an opaque blob numbers.

      You run the model on resumes of 1,000 people. The people who took years out of their career to raise children score lower than others of the same age (because they have worked fewer years). It happens that married people are more likely to have taken years off to raise kids. Among married people, women took more years off on average.

      Is the model biased against young people? Yes, but it is legal to be biased against people based on les experience.

      Is the model biased against women? Yes, but only because they have less experience. However, the model is a blob of numbers. How would you tell why women are scoring lower?

      In practice, lawyers are going to have loads of fun explaining this to judges in law suites...

    7. Re:New Technology, Same Old Problems by serviscope_minor · · Score: 1

      Would you like to share some of your proper metrics?

      Lines of code.

      --
      SJW n. One who posts facts.
    8. Re:New Technology, Same Old Problems by Dragonslicer · · Score: 1

      Well played, sir.

    9. Re:New Technology, Same Old Problems by Tom · · Score: 1

      The proper metrics do, of course, depend on the exact job that is being done. They would be quite different for the CEO and the cleaning lady.

      That it is a hard problem doesn't mean going "nah, it's so difficult, let's not do it" is the right answer.

      Because if you give up on metrics, then at least be honest all the way through and admit that you cannot properly evaluate the contribution of a person to the company, and then stop giving them bonuses or reprimands based on some made-up numbers.

      That is fine with me as well.

      Measure or don't measure. But if you measure, measure properly.

      --
      Assorted stuff I do sometimes: Lemuria.org
    10. Re:New Technology, Same Old Problems by Tom · · Score: 1

      "Proper metrics" that cannot be gamed are very expensive.

      Yes, true.

      But if you don't use proper metrics, then you shouldn't be using metrics at all. It's a scam to reward the executives with seven- or eight-digit bonuses based on what is essentially made-up numbers. It's likewise a scam to reprimand or fire people on the same basis.

      As I said in another comment: Measure properly or don't measure. Both is fine with me. But don't measure bullshit and then claim that you are rewarding performance. That's like measuring the air temperature in your car, multiplying it by the tire pressure and showing it as velocity on the speedometer.

      --
      Assorted stuff I do sometimes: Lemuria.org
    11. Re:New Technology, Same Old Problems by Dragonslicer · · Score: 1

      Should I take your handwaving to mean that you don't know any "proper metrics"?

    12. Re:New Technology, Same Old Problems by Tom · · Score: 1

      I am looking forward to being enlightened about a generic measurement that applies with no regards to position or context.

      --
      Assorted stuff I do sometimes: Lemuria.org
    13. Re:New Technology, Same Old Problems by Dragonslicer · · Score: 1

      Then give us a non-generic example. You're the one who said it was simple and that the reason it isn't done is because of resistance by management.

    14. Re:New Technology, Same Old Problems by Tom · · Score: 1

      I didn't say it was simple, I could say you could simply use the performance. Estimating what exactly the performance is, is job-specific. Some jobs are easy to measure (if your job is to sell cupcakes, the number of cupcakes you sell is your performance). Some jobs are difficult to measure (if your job is being a firefighter, what exactly is your performance?).

      That is why I consistenly say to use proper measurements or stop pretending. If you can't measure someones contribution, don't replace your ignorant by made-up numbers, but admit that their contribution is too hard for you to measure.

      For any specific case, with a lot of effort you can create a measurement. Whether or not that is worth it is a good question.

      --
      Assorted stuff I do sometimes: Lemuria.org
  13. easy fix by Anonymous Coward · · Score: 1

    just remove the gender part of the application form, or otherwise obscure it so the AI doesn't factor it in. Surely they've thought of this?

    1. Re:easy fix by Anonymous Coward · · Score: 0

      They did. Their AI managed to infer the gender based on word choice, educational history, and a range of other factors.

      Amusingly this means that Amazon made a very good system for predicting gender from word choice

    2. Re:easy fix by m00sh · · Score: 1

      just remove the gender part of the application form, or otherwise obscure it so the AI doesn't factor it in. Surely they've thought of this?

      There are other parts of the application that can be used to easily infer gender.

      This has bee the same problem with race as well. For example, your address has a very indicator of your race.

    3. Re:easy fix by Anonymous Coward · · Score: 0

      If you'd read the article you'd see they did this. The algorithm then "discriminated" based on names and specific feminine words on the resume. They took that functionality out, and then it discriminated based on colleges that tend to be woman only or woman dominated or primarily liberal arts. So they took that out and it discriminated against schools that didn't have top programs, most of which had women graduates.

      Essentially, no matter what they did the computer still knew that certain things correlated with poor employees, and 'coincidentally' those same things correlated with people being women.

    4. Re:easy fix by Anonymous Coward · · Score: 0

      Right. AI picks up on millions of different metrics that humans are unable to see.

      You cannot use this to tell it to find what you want it to find in the data when the data is telling you something else.

  14. No anti-female bias in FEDERAL PRISON by Anonymous Coward · · Score: 0

    Sorry TRUMP TRAITORS, you're going to WISH you had women to push around as you rot in that cell, treasonous faggots.

  15. AI isn't by Mr307 · · Score: 1

    We have good expert systems that can do amazing things with ultra controlled inputs.

    Pretending computers have a bias vs anything is really dumb, articles and submissions like this are for controlling the narrative and keeping people poorly informed. The general populace is much smarter than they are given credit for, especially when they have the right information.

    People that push this kind of nonsense ought to be ashamed. Slashdot used to be about the cool tech, anyone can go to vice(or pick your politically correct preference) and look at all the current crop of slashdot articles there, why be here?

    1. Re:AI isn't by jeff4747 · · Score: 1

      Pretending computers have a bias vs anything is really dumb

      No, what's dumb is pretending the computer is doing anything beyond its training data.

      You give the computer biased training data, you get biased results. Not because the computer has bias, but because your training data is the result of bias.

    2. Re:AI isn't by serviscope_minor · · Score: 1

      Pretending computers have a bias vs anything is really dumb

      Pretending they don't flies in the ace of both old school statistics and machine learning. In fact it's such a well known problem that there's a word for it. The word is "bias".

      https://en.wikipedia.org/wiki/...

      https://en.wikipedia.org/wiki/...

      That these techinques have bias is very well known, and that's before you get into the other well known problems of imbalanced classes and flat out biased input data.

      So yes, algorithms can be biased. No one seems to baulk at GIGO either. Unless of course the bias is in something they have some sort of quasi-religious fervour about in which case they utterly shit themselves and throw maths out of the window and claim algorithms are utterly perfect.

      --
      SJW n. One who posts facts.
  16. Equality of outcome, an impossible fantasy by Anonymous Coward · · Score: 2, Insightful

    If the results are biased, the data is biased and the process is biased, maybe the bias is normal?

  17. Maybe men are just better software engineers? by Anonymous Coward · · Score: 0

    I can imagine the conversation at Amazon...

    "Goddamnit! The top CV's picked from this impartial unbiased machine learning algorithm are all men! It must be discriminating against women somehow, even though we aren't including gender in any of the data. Tweak it until more women pop out, or we're fucked once this gets out on Twitter..."

    Maybe it *was* picking the best ones... and men just make better software engineers?

    Yeah, yeah, sorry double plus ungood thoughtcrime. Warm up room 101...

    1. Re:Maybe men are just better software engineers? by m00sh · · Score: 1

      I can imagine the conversation at Amazon...

      "Goddamnit! The top CV's picked from this impartial unbiased machine learning algorithm are all men! It must be discriminating against women somehow, even though we aren't including gender in any of the data. Tweak it until more women pop out, or we're fucked once this gets out on Twitter..."

      Maybe it *was* picking the best ones... and men just make better software engineers?

      Yeah, yeah, sorry double plus ungood thoughtcrime. Warm up room 101...

      Substitute women with H1B.

      Top CVs picked are H1Bs. Double ungood though-felony!!

    2. Re: Maybe men are just better software engineers? by Anonymous Coward · · Score: 0

      "Top CVs picked are H1Bs."

      Hahahahahahahahahahahaha! Good one, Lars!

    3. Re:Maybe men are just better software engineers? by serviscope_minor · · Score: 0

      Yeah there's no way a machine learning algorithm could give crappy results.

      That's never ever happened in the history of machine learning ever. Computers and algorithms are prefect and never exhibit bias (only variance).

      Fucking moron.

      --
      SJW n. One who posts facts.
  18. Of course the machines would devise by Anonymous Coward · · Score: 0

    Of course the machines would devise other ways of sorting candidates that will be discriminatory because machines don't give a fuck about gender equality, parity, inclusive treatment or positive(my ass) discrimination, but plain and hard facts to classify, sort AND discriminate the input.

    That is what true equality and meritocracy is all about. You want the better ones or the not so better ones, but gender equated, paired, inclusive treated and "positively" discriminated?

    You want the machine to sort the production by quality or want to be inclusive and non discriminatory and mix in defective parts to fill in the quota?

  19. No it didn't... by kackle · · Score: 1

    If it didn't scan the names on each resume, then it wasn't gender-biased.

  20. Ahh more slanted news to push an agenda by Noishkel · · Score: 5, Interesting

    When you read this article it doesn't say anything about this algorithm not 'liking woman'. Based on the parameters it was given it chose to rank candidates based upon the factors it was trained to look for. It's also somewhat telling how the writers of this tripe chose to specifically highlight how the algorithm chose to downgraded candidates from two all female colleges without saying why they were downgraded. As if the fact that it's an all female school is more important than the quality of the candidates that came out of the school.

    At the end of the day this bullshit is more about how the media writes headlights to illicit emotional reactions instead of reporting the hows and the whys of a situation. And on that note I'd like to see someone actually start writing algorithms to to replace tech reporters so we can get ride of garbage tier activist journalism like this article.

    1. Re:Ahh more slanted news to push an agenda by Anonymous Coward · · Score: 0

      That's because they feed it into their AI propaganda program, and it told them this was the best way to solicit an emotional response and control people.

    2. Re:Ahh more slanted news to push an agenda by Anonymous Coward · · Score: 0

      Of course it's an agenda. The people behind these complaints think discrimination based on age, gender, race, and other factors are wrong (rightly so), yet they never complain about replacing workers with visa holders.

    3. Re:Ahh more slanted news to push an agenda by Anonymous Coward · · Score: 0

      "all female college"

      How is such a sexist instution allowed to exist in this day and age?

    4. Re:Ahh more slanted news to push an agenda by Anonymous Coward · · Score: 0

      Not sure why you were rated "interesting"; you obviously didn't read the article.

      It literally says in the article:
      " It penalized resumes that included the word “women’s,” as in “women’s chess club captain.” "

    5. Re:Ahh more slanted news to push an agenda by AmiMoJo · · Score: 1

      It says that the algorithm specifically decided that phrases like "women's" were negative attributes (i.e. anyone who attended a women's college or was a member of a women's group was down-ranked). It explains quite clearly how that happened and what they did about it.

      Did you really read TFA?

      --
      const int one = 65536; (Silvermoon, Texture.cs)
      SJW, n: "Someone I don't like, and by the way I'm a fuckwit" - AC
  21. Facts vs ideology by Anonymous Coward · · Score: 0

    When the facts don't fit your ideology, change the facts!

  22. What does it do if you remove all gender? by Karmashock · · Score: 5, Insightful

    Purge any submission to the system of a gender identifier... women's or men's anything... remove names in case that is factored... literally provide nothing in the submission that would definitively define a gender.

    Then see what it does.

    My experience with these systems is that they don't actually factor gender but that the end result of is that there is a gender imbalance.

    However, if there is an imbalance and the system was given no indication as to gender then there is no gender bias.

    You can't cite persecution or preference if the system can't even know. And generally these fairly common and consistent imbalances are made without reference to gender itself.

    Generally it is factoring on other criteria that give the same result but which are not gender. Work experience is a big one... breadth of skill set is another.

    And if you took the total population and look at which portion of the population had that work experience and breadth of knowledge, you'd find it more closely matched the hiring patterns of these systems. Which means it isn't factoring on gender.

    Now... this is assumption to some extent on my part. I've audited these systems in the past and what I am describing above is the pattern I've seen.

    As to what the Amazon system was doing... I'd have to audit it.

    What I'd probably try is a word replacement/purge of all terms that would signify gender or I'd just change a bunch of rejected female resumes to say they were male and see if they got accepted and vice versa.

    If the system actually changed its decision based on gender then that's a smoking gun that it is doing things on the basis of gender.

    But I'd find that very surprising.

    Machine learning is unpredictable so I'm hardly going to claim to know what the damned thing was doing. For that reason I wouldn't actually use machine learning in this application. I'd use a very clear rules based system where everything it was doing was known to the programmers.

    Those systems are completely fine for this sort of work and you can very easily audit the code for them.

    The best way to deal with this is to first be gender blind. You literally do not factor for gender at all.

    That will give you an imbalance probably... you can make as many diversity hires as you need to after that. But your core hiring pool should be merit based unless you want to go out of business.

    --
    I've decided to stop wasting my time responding to AC trolls/sockpuppets... so if you want a response from me... login.
    1. Re:What does it do if you remove all gender? by Anonymous Coward · · Score: 0

      > Purge any submission to the system of a gender identifier

      The point of AI is that it can learn to identify individual from a group based on anything. So most likely it would still pick mostly men, e.g. based on their career choices.

    2. Re:What does it do if you remove all gender? by jeff4747 · · Score: 3, Insightful

      Purge any submission to the system of a gender identifier... women's or men's anything... remove names in case that is factored... literally provide nothing in the submission that would definitively define a gender.

      Writing style can tend to be different between genders. And you can't really remove that without feeding it blank pages.

    3. Re:What does it do if you remove all gender? by Tom · · Score: 1

      I'd just change a bunch of rejected female resumes to say they were male and see if they got accepted and vice versa.

      This exactly. Do it both ways. Make some male profiles female and some female profiles male and check what happens.

      Then identify other gender-typical features, one by one. Gaps in the CV (pointing to child raising times), remove any written text (gender styles of writing), etc.

      This could be a really cool toy to figure out some of the recruiting prejudices and understand what the gender gap actually is. Because we already know it is not just gender. It is also experience and other life choices that are indirectly influenced by gender.

      --
      Assorted stuff I do sometimes: Lemuria.org
    4. Re:What does it do if you remove all gender? by ath1901 · · Score: 1

      Purge any submission to the system of a gender identifier...

      It is not that easy. I assume they run some kind of pattern matching algorithm and it can just as easily focus on non-obvious gender differences as obvious ones. It could be that hobbies or volunteer work are just as good predictors of gender as a name (and therefore sources of bias). Maybe even the choice of words or textual layout could make a difference. It would take a lot of scrubbing and perhaps a complete rewrite of the job applications to remove all traces of personality.

      When they say the result is biased, I assume they have manually reviewed the result and found examples where similar candidates were ranked differently for no relevant reason. But, I haven't read the article so I don't know how they came to that conclusion.

    5. Re:What does it do if you remove all gender? by Nidi62 · · Score: 1

      Purge any submission to the system of a gender identifier... women's or men's anything... remove names in case that is factored... literally provide nothing in the submission that would definitively define a gender.

      Then see what it does.

      Except there are plenty of things that are very germaine to a resume that show gender but cannot be filtered out without altering the resume. For example, if education has Mount Holyoke, Spelman College, even something like International University of Technology for Women, your algorithm will know it's a woman's resume. Or maybe they went to a coed school but were a president or founding member of their school's Women Coders club? Maybe they had a successful career but took 2 years off when they got pregnant and are now trying to get back into the workforce. Do you remove that and show simply a 2 year gap of unemployment?

      --
      The only thing necessary for evil to triumph is for it to be pitted against a slightly greater evil
    6. Re:What does it do if you remove all gender? by eth1 · · Score: 1

      Purge any submission to the system of a gender identifier... women's or men's anything... remove names in case that is factored... literally provide nothing in the submission that would definitively define a gender.

      Then see what it does.

      Another interesting experiment would be to leave the gender identifiers in the training data, but make sure it's carefully balanced. Then test it by stacking it so that the only qualified candidates are all one gender, then see if the computer would hire unqualified candidates just to provide a politically correct result.

    7. Re:What does it do if you remove all gender? by Karmashock · · Score: 1

      Given that your example is less than a percent of submissions, for the case of the test we could remove those resumes entirely.

      The point is to test whether the system is "actually" sexist or just hiring more men for NON-sexist reasons.

      If the male candidates for example are more qualified then hiring them is not sexist.

      That observation is politically incorrect but political correctness is often impractical.

      We should remember that ideological considerations cannot take precedence over material reality.

      --
      I've decided to stop wasting my time responding to AC trolls/sockpuppets... so if you want a response from me... login.
    8. Re:What does it do if you remove all gender? by Karmashock · · Score: 1

      Again, why would a rules based system even consider those variables?

      Sure, a machine learning system could do that but those are badly suited to this sort of task in the first place.

      If I have a rules based system and it is looking at 500 known variables let us say... and none of them are gendered...

      Let us just cut to the chase here, is there any situation where you'd accept more men than women being hired statistically? I mean, is the only acceptable answer for why that would happen "sexism"?

      Why are there more male lumber jacks?

      Why are their more male crab fishermen?

      Why isn't that sexist?

      Just because some people find a given job desirable because it has a high pay check doesn't mean they are qualified for it or even want it once they get it.

      Lots of women get into these STEM jobs and then quit. Much more often then men.

      And here people will again say "sexism" but that isn't what the women say typically. What they say is that the job is boring or has long hours or is socially isolating or something.

      And that doesn't mean the company is sexist.

      A big tell on this matter is that you only see this huge gender imbalance in RICH countries.

      Which is 180 degrees from what you'd think. Wouldn't you think India and China were more sexist?

      And why is it that the more options women have they more these gender imbalances build up?

      Point blank, women clearly are self selection out of these industries. The data bears that out.

      That being the case, you have to refactor your statistics to not take into consideration the ratio of males to females in society at large but rather the ratio of males to female that want to do this job... that is exclude women that don't want to do the work from the female population.

      Likewise exclude the men on the same criteria.

      And whilst you're at it, it can be stomached... exclude everyone of any gender that doesn't have the qualifications.

      If you have neither the interest nor the aptitude then you can't be considered in the general statistics for the avaliable labor pool for that job. Because you are not interested in the job... therefore no avaliable for it... and will not apply for it or will not remain in that job if hired... and IF not qualified then you will fail that criteria of job application and thus should be screened from the overall statistics again.

      This whole thing is basically ideological people using statistics deceitfully. Examples of this on this issue go back at least to the 1970s.

      https://youtu.be/v_pQ7KXv0o0?t...

      I mean, this is just fundamental. They've been playing with numbers and lying in really stupid ways for a long time.

      Can we at least acknowledge that many accusations of sexism and racism are without integrity? Is it possible to acknowledge the obvious here?

      We have a lot of people pushing for equality of outcome. That is unreasonable. They can't have equality of outcome and they won't get it.

      And if that makes them unhappy, then that is their choice.

      Close the book on it and move on.

      --
      I've decided to stop wasting my time responding to AC trolls/sockpuppets... so if you want a response from me... login.
    9. Re:What does it do if you remove all gender? by Karmashock · · Score: 1

      We already know what it is:
      https://youtu.be/v_pQ7KXv0o0?t...

      It is a misunderstanding as to how to make statistics.

      The original gender pay gap that they've basically been itterating on ever since conflated secretaries at coal mines with coal miners...

      Noting that the coal miners and secretaries both worked at the same company and the men made more.

      Never mind they were literally dying of black lung 500 feet under the earth in a grimy hole whilst the women were in casual professional dress in clean offices answering phones.

      There is about as much science behind it as Christian Creationism.

      Go into the math and methodology. It is intellectually bankrupt.

      --
      I've decided to stop wasting my time responding to AC trolls/sockpuppets... so if you want a response from me... login.
    10. Re:What does it do if you remove all gender? by Karmashock · · Score: 1

      The point is to test the computer program. I could take submissions that were accepted and fill in bits that said male with female.

      if they were still accepted then it isn't rejecting women. It is rejecting something else.

      Test it.

      What we have here is another equality of outcome argument.

      If 50/50 men/women aren't accepted to whatever then they presume sexism.

      That is illogical. There are many variables that could correlate with gender that are legitimate reasons for job selection.

      Until that has been tested the burden of proof rests on the people suggesting it is sexism.

      Or have we reversed burden of proof?

      --
      I've decided to stop wasting my time responding to AC trolls/sockpuppets... so if you want a response from me... login.
    11. Re:What does it do if you remove all gender? by jeff4747 · · Score: 1

      That is illogical. There are many variables that could correlate with gender that are legitimate reasons for job selection. [...]

      Or have we reversed burden of proof?

      The null hypothesis would be that men and women are identical when it comes to working in non-strength-dependent jobs.

      You are asserting that this isn't true because "variables" that you've failed to state.

      The burden of proof is on you to show that men and women are not identical when it comes to working in non-strength-dependent jobs. As in state what those variables are and measure them such that you can prove your hypothesis.

      And if you're going to point at the outcome (such as less women working in this field), then you need to go look up causation vs. correlation.

    12. Re:What does it do if you remove all gender? by Anonymous Coward · · Score: 0

      > Test it.

      Don't. Nothing good will come from it. If you expect to get result which you can't possibly accept, stop looking. This is what Amazon did.

    13. Re:What does it do if you remove all gender? by Anonymous Coward · · Score: 0

      you're quite wrong. clearly from the article, the AI based its hiring decisions based on past hires, which leaned male. It'll be interesting to see if it still prefers one gender over another based on actual qualifications once these issues are sorted out, which will happen, which will result in the whole system being scrapped or adjusted to add a handicap to one gender or another.

    14. Re:What does it do if you remove all gender? by whiplashx · · Score: 1

      Yes, machine learning *is* unpredictable. But the point is that the existing dataset is so dominated by class division, you've gotta predict that there's a reasonable chance the machine will generate a model that reinforces the old class divisions, even if it has to make tenuous links.

      Hiring should be *mostly* based on merit, but we also have a chance to improve the future by taking a conscious hand in deviating from the pure numbers. Ie, the human factor.

    15. Re:What does it do if you remove all gender? by swillden · · Score: 1

      Again, why would a rules based system even consider those variables?

      Today's AI systems are not rules-based, they're sophisticated pattern matchers, and the training process gives you no control at all over what variables they choose to key on. Obviously they can't consider data you don't provide, but they can find subtle, non-obvious patterns in everything you do provide. That's actually the goal here: to find non-obvious patterns that humans can't easily see. Of course, what they want is the non-obvious patterns that indicate that this would be a good person to hire. But since you don't have a way to directly train it on that goal, you must instead train it on what you have: resumes of successful employees. But if nearly all of those are men, then it's perfectly possible that the pattern matcher concludes that non-obvious patterns associated with maleness should be highly rated. And this is true even when you remove every obvious indication of maleness.

      Perhaps a solution is to explicitly gender-bias the input. Include all the high-performing female employees in the input data and only a small number of male employees so that your sample is 50/50 -- or even biased towards women. But my guess is that the people at Amazon are plenty smart enough to have tried that idea, and that for some (perhaps inscrutable) reason it didn't work.

      --
      Note to ACs: I usually delete AC replies without reading them. If you want to talk to me, log in.
    16. Re:What does it do if you remove all gender? by Anonymous Coward · · Score: 0

      I'd bet that if we looked for a relationship between names and IQs/professions we'd find something, why should we throw away data?

    17. Re:What does it do if you remove all gender? by ath1901 · · Score: 1

      Again, why would a rules based system even consider those variables?

      Who said it was rules based? I am a sloppy reader so it is an honest question.

      Let us just cut to the chase here, is there any situation where you'd accept more men than women being hired statistically?

      I don't know what that has to do with the question at hand but yes. I studied physics and about 25% of the students were female. Therefore I expect that in 50 years, the nobel prize in physics will go to men 75% of the time. Similarly in the workplace even though that can change faster. I don't see anything wrong with that. It's just the way things are and any change will take time.

    18. Re:What does it do if you remove all gender? by Karmashock · · Score: 1

      no, you just don't do machine learning in this application.

      you use a clear audit-able rules based system.

      And when you're doing that you do not use gender as a hiring criteria.

      Then you're not using gender.

      If AFTER that you want a bunch of diversity hires, then so be it. But the core hires should be on merit.

      Don't confuse your diversity hires with your merit hires. That way lies madness.

      --
      I've decided to stop wasting my time responding to AC trolls/sockpuppets... so if you want a response from me... login.
    19. Re:What does it do if you remove all gender? by Karmashock · · Score: 1

      I see no reason to use a system that I can't audit in HR when HR has gotten political and litigious.

      Do you want to get sued?

      Because if you don't have transparency in your hiring process at least in a court room... with proper documentation... you're basically begging to get sued.

      I like machine learning for some things... not for political and litigious tasks like HR.

      --
      I've decided to stop wasting my time responding to AC trolls/sockpuppets... so if you want a response from me... login.
    20. Re:What does it do if you remove all gender? by Karmashock · · Score: 1

      Negative, you're asserting sexism. The case is yours to make.

      You're simply saying that the company is presumed guilty until proven innocent.

      Look, I'm okay with us being a society where guilt is presumed.

      Just understand that I'm going to accuse you of pedophilia and you're going to be put on a sex offender list.

      This is how witch trials stop. You need a certain amount of human sacrifice for the barbarians to understand the consequences of barbarism.

      So, push that button. We're already seeing this with the MeToo movement. It is mostly burning the people dumb enough to play lip service to barbarism. And it won't stop until they learn or everyone that didn't is destroyed.

      Very happy for people that question the premise. The consequences are the very definition of justice.

      --
      I've decided to stop wasting my time responding to AC trolls/sockpuppets... so if you want a response from me... login.
    21. Re:What does it do if you remove all gender? by ath1901 · · Score: 1

      Perhaps a solution is to explicitly gender-bias the input. Include all the high-performing female employees in the input data and only a small number of male employees so that your sample is 50/50 -- or even biased towards women. But my guess is that the people at Amazon are plenty smart enough to have tried that idea, and that for some (perhaps inscrutable) reason it didn't work.

      It would be really interesting to see the technical details of what they did and why it failed. A 50/50 set should work and if it didn't it would be really interesting to know why (unless the sample was just too small, that would not be interesting).

    22. Re:What does it do if you remove all gender? by sunking2 · · Score: 1

      I think you miss the point. If you build your AI based on the current group of workers it will lean towards typical male responses as being favored because most of the data collected was from males.

      I have no idea what these questions are, but to better show the issue imagine the data collected from current workers are what car do you drive. Being mostly males there's a pretty good chance Mustang might be high on the list and seen as a favorable response because a lot of your good workers like Mustangs. The obvious issue here is the vast majority of Mustang owners are male, or to be more broad males and females tend look for different things in cars. So women are handicapped because they don't typically drive Mustangs or Pickups.

    23. Re:What does it do if you remove all gender? by mesterha · · Score: 1

      no, you just don't do machine learning in this application. you use a clear audit-able rules based system.

      There used to be something called expert systems where experts were questioned to create rules. This failed as the expert systems never did nearly as well as the experts. Turns out experts can't articulate how they are experts. As a relatable if somewhat misleading example, you could ask me for instructions on how to ride a bike, but I could never give you a set of instructions that would allow you to get on the bike and just ride.

      --

      Chris Mesterharm
    24. Re:What does it do if you remove all gender? by Tom · · Score: 1

      There were more recent studies that address this problem.

      As far as I remember, when you account for all these mistakes, there is still a gender pay gap. Only it is on the order of low single digit percents (2%, 4%, depending on the study).

      --
      Assorted stuff I do sometimes: Lemuria.org
    25. Re:What does it do if you remove all gender? by Karmashock · · Score: 1

      I've read recent ones where if you factor for everything it reduces to .05 percent or something and the remainder is well within the margin of error... therefore effectively zero.

      We can compare studies if you want.

      --
      I've decided to stop wasting my time responding to AC trolls/sockpuppets... so if you want a response from me... login.
    26. Re:What does it do if you remove all gender? by Karmashock · · Score: 0

      Eh, curb your ambitions.

      The goal of Amazon's thing was to take all the names and boil it down to 5 names or something.

      That's overly ambitious.

      An expert system could easily cut a list in half or possibly remove 75% of applicants.

      That leaves you with 25% left to manually audit.

      That's not bad.

      The dream of not having to do anything because the robots do it all for you is unreasonable at this juncture.However, if you curb your ambition to the limitations of the technology, then you'll find it works quite well.

      https://www.youtube.com/watch?...

      --
      I've decided to stop wasting my time responding to AC trolls/sockpuppets... so if you want a response from me... login.
    27. Re:What does it do if you remove all gender? by Karmashock · · Score: 1

      Machine learning is not appropriate for a political and legally vulnerable task like HR.

      Machine learning is unreliable and you can't audit it cleanly. It is not appropriate for tasks where the politicians and lawyers are coming at you with the anal probes.

      So you use a rules based system that is very clear and auditable. You can cite the code in court. Machine learning doesn't give you that ability.

      You can cite the code but you still won't know why it is doing that.

      Also machine learning is vulnerable to accusations of "internalized sexism/racism" where as a rules based system is not.

      Why would I use a computer that leaves me in the same political and legal bind as the old system?

      I want a rules based system so there can be no accusation of racism or sexism.

      I can cite the criteria, defend each one, and then explain that applications were filtered on that basis by the computer.

      Test data can be sent at it and the correct output comes out. You can add and remove rules easily.

      Machine learning doesn't let you do that.

      Machine learning is good for some things. It is bad for others.

      A rules based expert system is what should be used for HR automation... not machine learning.

      --
      I've decided to stop wasting my time responding to AC trolls/sockpuppets... so if you want a response from me... login.
    28. Re:What does it do if you remove all gender? by Karmashock · · Score: 1

      Until you audit the code by at least sending it test data, you really have no idea what you're talking about.

      Have you ever programmed, bub? You think a news article is going to sum up what happened to your code or one of your projects with any accuracy or breadth?

      Come now.

      --
      I've decided to stop wasting my time responding to AC trolls/sockpuppets... so if you want a response from me... login.
    29. Re:What does it do if you remove all gender? by Karmashock · · Score: 1

      Keep what you like... IQ scores were unlikely to be factored by the Amazon hiring software as IQ score is not often included in resumes.

      --
      I've decided to stop wasting my time responding to AC trolls/sockpuppets... so if you want a response from me... login.
    30. Re:What does it do if you remove all gender? by Karmashock · · Score: 1

      I understand how machine learning works.

      I answered this element.

      --
      I've decided to stop wasting my time responding to AC trolls/sockpuppets... so if you want a response from me... login.
    31. Re:What does it do if you remove all gender? by jeff4747 · · Score: 1

      Negative, you're asserting sexism. The case is yours to make.

      The current situation is more women are employed in these roles than men. The simplest explanation is the people hiring and working to retain the workers are hiring and retaining more men than women. AKA sexism.

      You're simply saying that the company is presumed guilty until proven innocent.

      I'm saying you need to come up with a way to get the same results. Not just assert that there is no sexism.

      "There's a dead body here. It's been shot three times." "Well, it couldn't possibly be murder".

      Look, I'm okay with us being a society where guilt is presumed.

      Just understand that I'm going to accuse you of pedophilia and you're going to be put on a sex offender list.

      Ya know, there are a lot shorter ways to say "I can't come up with anything to explain why it isn't sexism".

      So, push that button. We're already seeing this with the MeToo movement.

      Oh, I see the problem. You view sexism as a feature.

    32. Re:What does it do if you remove all gender? by Anonymous Coward · · Score: 0

      Careful, you just admitted the existence of sex differences.

    33. Re:What does it do if you remove all gender? by Karmashock · · Score: 0

      Before anything, I found this:
      https://www.payscale.com/caree...

      Computer Science degrees
      85% male

      That alone would justify an 85% bias to male hires in IT.

      You can't blame the company for that. I wrote what follows before I found that... it remains valid... read it if you want. But I thought it reasonable to open with the death blow to your argument.

      Simple explanations is not proof of anything.

      Again, the burden of proof remains on you. Attempting to shift the burden of proof is not viable.

      IF you find someone with a blood stained knife in their hand and a dead body under them... they have the presumption of innocence. That is how the legal system works. I know that barbarians just tie rocks to the person with knife, don't have a trial, don't do lawyers, don't look into what might have otherwise happened... and just go right to execution. I mean, that's just typical barbarian behavior.

      Look, if you want to be a barbarian, that's cool. A lot of people are... it is a trending world view.

      But your belief system doesn't build or sustain highly organized societies. When you embrace that stuff you limit the scale and complexity of the sorts of social organizations you can sustain. That has implications for the largest size of your political, economic, and social units. Basically, barbarians rarely can sustain populations over a couple million. And that's why you tend to see large social and political systems break into smaller units as barbarism rises. They are embracing a system that cannot substantially organize large numbers of people.

      Barbarians ultimately lose out in competition because they have a hard time competing with large highly organized civilized population groups.

      It is a recipe to be dominated. If you want to do that... do it.

      As to me viewing sexism as a feature, negative. I favor being blind to sex in the hiring process. If a hiring imbalance occurs when the sex of the applicants is not considered in the hiring process... then the sex imbalance is due to something which may correlate with sex but which is not sex itself.

      For example, if I had a minimum height requirement, that would correlate with sex as women are generally shorter than men. But that is not a sexual discrimination. It is a height discrimination.

      If I can justify that height discrimination then I'm solid... maybe I've got high shelves that have to be reached by employees and ladders aren't very practical. Whatever.

      As to women in tech... not as many women have the skills in tech as men.

      That right there lowers the number of women that will be able to apply for the job. Here is where I spent 1 minute finding the evidence... which is more time than you spent before you formed your strongly held but very poorly informed opinions.

      Seriously... don't accuse people of being sexist or racist without evidence. You have none. How dare you.

      --
      I've decided to stop wasting my time responding to AC trolls/sockpuppets... so if you want a response from me... login.
    34. Re:What does it do if you remove all gender? by Anonymous Coward · · Score: 0

      Computer Science degrees

      85% male

      You're making some really huge assumptions there:

      • You assume that all (or at least most) of the CSci graduates go straight into the workforce and take CSci related jobs
      • You assume that all (or at least most) of the CSci related jobs in the US go to people who graduated from the US with CSci degrees

      People who have CSci degrees and / or CSci jobs can tell you that neither of those assumptions are valid.

    35. Re:What does it do if you remove all gender? by Karmashock · · Score: 0

      doesn't matter... that figure alone casts shade on the gender bias argument.

      Drops mic.

      --
      I've decided to stop wasting my time responding to AC trolls/sockpuppets... so if you want a response from me... login.
    36. Re:What does it do if you remove all gender? by Anonymous Coward · · Score: 0

      you don't know very many CSci graduates, or very many people who work as programmers, do you? if you did you would realize how faulty your assumptions are.

      and the mic drop is usually reserved for someone who has made a point, which you have not. you may want to pick it back up. or even better, read some statistics on the labor force and on where CSci graduates go and then come back.

    37. Re:What does it do if you remove all gender? by Karmashock · · Score: 0

      I cited a source.

      Cite something to support your AC troll position.

      Again, I cited a source with information.

      You're either going to post a source of your own that contradicts my position or you're just being a bad sport.

      --
      I've decided to stop wasting my time responding to AC trolls/sockpuppets... so if you want a response from me... login.
    38. Re:What does it do if you remove all gender? by Anonymous Coward · · Score: 0

      Nope. The algorithm will learn that a school produces fewer hires compared to others and adjust its preference, just as a knowledgeable human would prefer Stanford or CalTech over some of the ones you listed for a software job. None of this requires the unnecessary inference about gender.

      Same thing with adding "founding member of women coders club". If many bad hires have those words in their resume, then even a human would start ignoring them. On the other hand, if you see a lot of successful hires with those words in their resume, you would start looking for them in the stack.

      Regarding the 2 year leave, does it matter that it was for pregnancy or just some sabbatical ? You were not working. I personally think that gaps in employment should not be required to be explained, but on the other hand the loss of experience is real (especially in tech where for example two years of not working means you are coming back as an Angular dev in a React world for example)

    39. Re:What does it do if you remove all gender? by Tom · · Score: 1

      We are pretty much on the same page here and differences between studies are normal. We both agree that the difference isn't large enough to justify Social Justice Warrior style sweeping adjustments.

      --
      Assorted stuff I do sometimes: Lemuria.org
    40. Re:What does it do if you remove all gender? by Anonymous Coward · · Score: 0

      Don't waste your time trying to teach something to this kid, you'll only confuse him. You've made him angry already, what do you have left to gain? The world can hope that his high school might offer him a class on logic but that's about it. You're better off saving your breath.

    41. Re:What does it do if you remove all gender? by Karmashock · · Score: 1

      I regretted the challenge because it came off as aggressive... wasn't my intention but they don't let you edit your posts :)

      So yeah, we're on the same page. :)

      --
      I've decided to stop wasting my time responding to AC trolls/sockpuppets... so if you want a response from me... login.
    42. Re:What does it do if you remove all gender? by Karmashock · · Score: 0

      I proved he was wrong, you hapless clown. :-D

      You think you made me mad? You guys validate my arrogance every time you embarrass yourselves with these stupid stubborn arguments.

      And that is if I care about you at all... the only impact you people have on me... is making me feel good about myself... mostly for being better than you.

      Just, fyi, spud.

      --
      I've decided to stop wasting my time responding to AC trolls/sockpuppets... so if you want a response from me... login.
    43. Re:What does it do if you remove all gender? by Anonymous Coward · · Score: 0

      you got that right. it is fun to watch him squirm in his anger though. we've managed to get someone who has a signature bitching about ACs to reply to an AC replying to an AC reply.
       
      never mind that he lost the argument days ago when it was shown that he had nowhere near enough factual data to support his claim ... now the show is just him continuing to declare himself victorious based apparently on the sole fact that he is not posting as an AC (though a quick look back at his comments - https://slashdot.org/comments.pl?sid=12709198&cid=57455956 - shows that he's not above using AC-authored comments to bitch a little bit more)

    44. Re:What does it do if you remove all gender? by Anonymous Coward · · Score: 0

      indeed if slashdot had a special award for failure, he'd almost certainly have a lock on it. and not even just in failure for the under-18 crowd, but for failure in any age group. even cowboy neal didn't fail this badly; nor did any other slashdot staffers or programmers.

      heh; my captcha is "belongs", as in he belongs in a special failure hall of fame.

  23. Gender differences in resumes by Anonymous Coward · · Score: 0

    The summary edited out what actually happened:

    In effect, Amazon’s system taught itself that male candidates were preferable. It penalized resumes that included the word “women’s,” as in “women’s chess club captain.” And it downgraded graduates of two all-women’s colleges, according to people familiar with the matter. They did not specify the names of the schools.

  24. How can smart people be so dumb? by shess · · Score: 1

    This comes up frequently in high-tech companies: If only we could automate decision-making without involving people! Imagine!

    This is literally the dumbest thing you could do, right up there with "B people hire C people." As an interviewer, I always looked at resumes to guide my interview approach, but in most cases it was impossible to make any decisions based on a resume. Even if you assume that the person didn't outright lie, you're looking at 4-line summary of 3-year work periods written by a writer who is very subjective, has little clue what is valuable about their work, and also is frankly a terrible writer. I often had candidates who were tough to call after we had spent an hour discussing multiple problems which I brought to the table - how could reducing your information content by many orders of magnitude possibly help?

    And, let me be frank, resumes are full of lies and half-truths. I could believe machine-learning your way to a good evaluator given hundreds of pages of writing, especially if you have supporting evidence, but that's impossible with a resume. Hell, it's impossible to get supporting evidence in a resume unless someone is referring the candidate, and if it's a referral, you're usually better off just talking to the referrer rather than reading the resume at all!

    Now, if you could feed the system a candidate's entire history of code reviews, email interactions with others, perf write-ups, things they say in meetings, etc, then I'll grant that you could plausibly machine-learn your way to identifying the top performers. I don't like how much of work it misses, though.

    1. Re:How can smart people be so dumb? by Anonymous Coward · · Score: 0

      corporate executives are not smart people, they are the most retarded magical-thinkers the world have ever hold and of course this is another street patch on our way to idiocracy

    2. Re:How can smart people be so dumb? by Anonymous Coward · · Score: 0

      It's true, humans are still smarter than computers.

      However, that won't always be true. Eventually, computers will be smarter than people (in every way, including emotional intelligence, moral evaluation, and so on). Once that happens, allowing computers to make all the important decisions will be the smartest thing we could do.

    3. Re:How can smart people be so dumb? by Anonymous Coward · · Score: 0

      They're not dumb, they're just mentally ill.

    4. Re:How can smart people be so dumb? by smi.james.th · · Score: 1

      Rats, the one time I actually want to reply on Slashdot is after I get mod points...

      Permit me to play devil's advocate a little bit. Daniel Khaneman in "Thinking, Fast and Slow" talked about how an algorithm (well, a simple formula based on objective questions) could do a better job at making hires than a human interviewer making decisions.

      He also talked about how getting more information isn't necessarily helpful, it just biases the interviewer and doesn't necessarily contribute meaningfully.

      It's been a long while since I read the book, but that's the general gist of it. Khaneman's algorithm relied on humans asking questions and administering tests as I recall, it was decades ago that the technique was used so machine learning wasn't really a thing yet.

      --
      One thing I know, and that is that I am ignorant...
    5. Re:How can smart people be so dumb? by AHuxley · · Score: 1

      Finding the best workers on merit with the very best skills who can grow a company is good.

      --
      Domestic spying is now "Benign Information Gathering"
  25. Amazon by Anonymous Coward · · Score: 1

    You would think a company called "Amazon" would show preference to women.

    1. Re:Amazon by Anonymous Coward · · Score: 0

      Only the tall ones

    2. Re:Amazon by Nidi62 · · Score: 1

      You would think a company called "Amazon" would show preference to women.

      And they would only provide one service: death by snu snu!

      --
      The only thing necessary for evil to triumph is for it to be pitted against a slightly greater evil
  26. The bigger news by rsilvergun · · Score: 1

    is that the job market for tech is so crappy that they're writing special software to sift through the hundreds of resumes they get. Back in my day the hiring manager just looked over a few and picked one.

    --
    Hi! I make Firefox Plug-ins. Check 'em out @ https://addons.mozilla.org/en-US/firefox/addon/youtube-mp3-podcaster/
  27. Pre-process your training data by Atmchicago · · Score: 1

    Pre-process the training data so that exactly half of the input is from male applicants, and half from female. If there are more male entries in the complete dataset, then randomly remove them until it's exactly 50:50. Yes, this means tossing out potentially valuable information. However, if male applicants make it to the top 5, then they could be further compared against each other using the full male dataset. Surely if I thought of this in 5 sec they could too?

    If the problem is that not enough women are in the training data, then it's not a problem with the method, but rather an indication that they don't have good data. Fixing this problem will take time, as it will require populating the dataset by hiring more women.

    --

    You can lead a horse to water, but you can't make it dissolve.

    1. Re:Pre-process your training data by Anonymous Coward · · Score: 0

      This process is called stratification. It is a well known technique in the statistics/machine learning field. That Amazon's team failed to apply it or similar measures does not speak well of them.

      Other methods include weighted penalty terms; i.e.: making it more expensive for the model to misclassify the smaller category, so that it learns not to do it, even if it means misclassifying a few more of the larger category.

    2. Re:Pre-process your training data by dwpro · · Score: 1

      Amazon's team probably were stratifying and weighting. The outcome variable is probably introducing the bias. A good 'fit' will be more like the things you have, which tend to be men at amazon.

      --
      Millions long for immortality who do not know what to do with themselves on a rainy Sunday afternoon. -- Susan Ertz
  28. "bias" by cascadingstylesheet · · Score: 1

    Well, the last thing any of our new diversity-obsessed saviors want is to (openly) specify hiring criteria, and generally computers require you to specify things. So it's not surprising that we run into these little snafus.

    That said, I would have thought that "AI" would be a, er, godess-send for these folks ... just train it for awhile, and nobody will have any way to prove why it makes the decisions that it does. Sounds perfect for "diversity" hiring.

  29. Amazon sucks at programming by sbrown123 · · Score: 1

    Simply reading the instructions the AI was apparently using, according to the article, tells me that whoever created this AI was either (1) a moron or (2) a bigot.

    1. Re:Amazon sucks at programming by Anonymous Coward · · Score: 0

      Shame on Amazon for giving preference to those already in the field they were looking to hire for.

    2. Re:Amazon sucks at programming by presidenteloco · · Score: 1

      With all due respect, you suck at understanding how machine-learning AI works.
      People do not program in particular words/phrases to bias on.

      The system automatically compares all/many aspects of the document (e.g. all words and short word sequences) against the same aspects of resumes of "hired and successful" past applicants to the company.

      The system learns statistically which words/phrases/aspects of the documents correlate with "hired and successful".

      Programmers don't enter into this at all. It's general learning and statistical algorithms.
      The software doesn't know the "meaning" of the words/phrases/text patterns in the same sense that a person does, exactly. It just learns the statistical relationships between the words/phrases/patterns and the positive-classified examples from the training dataset.

      --

      Where are we going and why are we in a handbasket?
    3. Re:Amazon sucks at programming by Anonymous Coward · · Score: 0

      That's crappy AI. Good, non-lazy AI programmers would do a better job of sanitizing the data. Instead of directly comparing colleges, they should have ranked the colleges and tossed them into bins. Doing it this way wouldn't have allowed it to down rank the all women's college.

  30. Sack the academics biased against men by Anonymous Coward · · Score: 0

    I guess the academics biased 2-1 in favor of female candidates will now resign in disgrace ?
    And sexist courses like Wimmins Studies will close ?
    And teachers will concentrate on educating boys, who are behind girls at every level of education ?

    Of course not: the feminazis, who rule academia and the media, have won.

  31. Comment removed by account_deleted · · Score: 1

    Comment removed based on user account deletion

  32. Balancing your dataset is basic. Not the problem. by recrudescence · · Score: 4, Insightful

    The claim that "the industry is dominated by men and therefore we couldn't train this in a gender-neutral way" is totally bogus from a machine-learning perspective. All that is needed to eliminate a bias arising from dataset imbalance is to balance the dataset.

    More likely they realised that when using dispassionate criteria for optimal hiring, it would become very likely they'd not get the desired "Women > Men" politically correct outcome for all sorts of statistically valid reasons, and figured such optimal hiring was not worth its salt against all the money lost from lawsuits and bad PR in a time of a politically tense climate favouring women.

    I completely agree with their choice, and would do the same. No need to feed oil to the fire

  33. Similar To The James Damore Ideological Attacks by L_R_Shaw · · Score: 4, Insightful

    Yes.

    Both this ridiculous garbage reporting and the apoplectic shitshow from ideologues in the press over James Damore's memo are not just the usual bland claims of sexism.

    There are long known and well researched gender differences in interest preference going all the way back to infants - long before any possible way to for the results to be explained by 'societal sexism' or other such nonsense.

    Feminist dogma is 100 percent counterfactual this basic and well researched science.

    Hence why the over the top attacks on anyone and anything that brings to light these fundamental differences in the abilities of men vs women in technological jobs.

    The reason there is such a huge disparity in male hires in tech companies is a direct result of those well established gender differences. The candidates being selected are at the very, very top end of the bell curve in both intelligence(where men have a significant advantage) and a lifetime of interest in and drive compared to female applicants in general.

    Of course the usual 'argument' and response anyone pointing these basic facts out is screetching that the claim is women aren't as capable as men.

    Any individual woman can be just as capable as a man in tech.
    However, that is not true at the population level where men will significantly outpace women in the number of highly qualified candidates.

    1. Re:Similar To The James Damore Ideological Attacks by AmiMoJo · · Score: 1

      There are long known and well researched gender differences in interest preference

      For the sake of argument let's say I accept that statement, what does interest preference have to do with ranking people who applied for your tech job? Surely the fact that they applied implies that they have an interest.

      --
      const int one = 65536; (Silvermoon, Texture.cs)
      SJW, n: "Someone I don't like, and by the way I'm a fuckwit" - AC
  34. How is it sexist exactly? by Anonymous Coward · · Score: 0

    So you feed an algorithm existing employee data for it to learn who the best employees are so you can match against new applications. Seems like a reasonable way to find more employees that are specifically good for your company. Now the computer (let me re-emphasize that, unbiased piece of machinery) chose the best employees to build it's template... And as it turns out, the majority of their best employees were men.... What a shocker considering this is for software development and it's not the most female trade to begin with. All you've done is shown this fact.... That more men are software developers than women and by default, more men will have the desired skills than women. It only "sexist" because some feminazi's probably didn't understand how the algorithm actually works because they weren't good enough software developers.

  35. Well... by DontBeAMoran · · Score: 2

    The A.I. doesn't care about being politically correct.
    Maybe the A.I. has computed something we're not aware of.

    Unfortunately, people will force political correctness into the A.I. and we'll never learn the truth. /sarcasm (or is it?)

    --
    #DeleteFacebook
    1. Re:Well... by AmiMoJo · · Score: 1

      This is why we need algorithmic transparency, so we can understand how algorithms and AI make decisions. In this case TFA says they could see it had decided that resumes with the phrase "women's" were down-ranked, and ones with masculine language like "executed" and "captured" were up-ranked.

      It's possible that it was using those as proxies for some hidden factor that has eluded us, but unless we can figure out what that factor is it's not really fair to just assume it's there and not the more likely explanation that it has picked up the same biases as the humans it is using as references for ranking.

      I mean would you be happy if you bank said "sorry, we can't give you a mortgage because the computer says no, and even though your application looks good to us we just assume it knows something we don't"?

      --
      const int one = 65536; (Silvermoon, Texture.cs)
      SJW, n: "Someone I don't like, and by the way I'm a fuckwit" - AC
  36. The tool just automated what their people do by WillAffleckUW · · Score: 0

    Look, it's very simple.

    Hire women. Stop finding excuses.

    Here at the UW we have tons of STEM majors, in fact most of our AI people are women.

    --
    -- Tigger warning: This post may contain tiggers! --
    1. Re:The tool just automated what their people do by Anonymous Coward · · Score: 0

      You are a worm.

  37. Uneducated Nazi faggot blathers, nobody cares by Anonymous Coward · · Score: 0

    Hang this nazi faggot from his punkass bitch neck until he understands how that might limit his ability to speak English. Find his mother and rape her conservatively as he supports.

    1. Re:Uneducated Nazi faggot blathers, nobody cares by Anonymous Coward · · Score: 0

      Hang this nazi faggot from his punkass bitch neck until he understands how that might limit his ability to speak English. Find his mother and rape her conservatively as he supports.

      So when presented with a fact (IQ test results, look em up) you react with this kind of anger and vitriol. Interesting.

      I believe the Church reacted in a similar way to people like Galileo. In 1633 he was convicted of "grave suspicion of heresy" and was lucky to not have been executed. Of course he also happened to be factually correct. The facts just weren't "convenient". They threatened cherished beliefs. Do you not see the parallels?

  38. SO... by Anonymous Coward · · Score: 1

    So the algorithm picked the best candidates who just happened to be men. Is that so hard to understand. So now they need to game the system to get less qualified candidates just to check off being politically correct.

    1. Re:SO... by Junta · · Score: 1

      Actually, the AI simply perpetuated whatever trends the humans were doing.

      It makes no value judgement, it's just a statistical analysis saying how similar new thing is to samples that were declared 'good' before by humans. There's no room to declare the AI some higher unbiased authority.

      --
      XML is like violence. If it doesn't solve the problem, use more.
  39. Mystery by Anonymous Coward · · Score: 0

    After repeated efforts to automate rational discrimination based on ability, they were unable to avoid results that were statistically preferential to one sex. And, we just can't figure out why that is so. What a deep mystery.

  40. Algorithms imitate life by Anonymous Coward · · Score: 0

    We're a miserable excuse for a species therefore our computer programs mirror what miserable pieces of garbage we are. Of course it discriminates, because humans discriminate. Remember the racist chat-bot? It wasn't built that way but it became that way because humans are assholes. You all worry about Skynet happening for real? If it does it'll be our own damned fault because it'll just be a more efficient killer than we are.

  41. Those strange times when reality is so sexist by Kartu · · Score: 1

    When reality is so sexist, that we need to blame AI for it, instead of admitting, some people's explanations of why there are huge gender gaps all over the place are rather wishful thinking.

  42. Typical management by byteherder · · Score: 1

    Tech geniuses create AI.

    Make 500 models, teach it to recognize some 50,000 terms.

    AI does HR's job too well.

    Executives kill project.

  43. So one solution by presidenteloco · · Score: 1

    Ok, So imagine you wanted to have an automated way of incrementally increasing your workforce percentage of females. One way would be to segment the training data, that is resumes of past hires who have remained at the company for 5 years, say, into a separate female employees set (and their resumes) and male employees set.

    Bounce the incoming resumes against both models, and find the good matches according to some threshold.

    Now you are free to tweak the ratio of candidates coming from both automated selection streams, to add a percent or two bias toward the female stream. This implements your desired (or legally mandated) social goal over time, with only a tiny impact on "fairness" of selection.

    --

    Where are we going and why are we in a handbasket?
    1. Re:So one solution by GonzoPhysicist · · Score: 1

      they were trying to remove bias, this just gives you knob to fiddle with the bias.

      --
      horror vacui
    2. Re:So one solution by guruevi · · Score: 1

      Isn't that what equality of outcome requires?

      --
      Custom electronics and digital signage for your business: www.evcircuits.com
  44. Obligatory smbc by Junta · · Score: 2
    --
    XML is like violence. If it doesn't solve the problem, use more.
  45. BoringStrat knows nothing about this. by Anonymous Coward · · Score: 0

    Strat is a nazi faggot, hang this bitch.

  46. Meh by Anonymous Coward · · Score: 0

    This is what happens when the "everything is sexist" crowd is involved. When a resume is completely devoid of any gender indications, they'd then just blame the margins to say it was determined that the choices of margins by the woman made it clear she was a woman and that's why she was ignored.

  47. Life has bias. by Anonymous Coward · · Score: 0

    Duh! Males don't get pregnant and drop out of the work force.

  48. job application software sucks and is easy to Bias by Joe_Dragon · · Score: 1

    job application software sucks and is easy to be Bias on any group that you want.

    also they want way to much info up front.

  49. Mandatory female hiring ahead by Anonymous Coward · · Score: 0

    Like California's new law, there's going to be diversity requirements. Smh. Any algorithm that doesn't fulfill the preordained conclusion doesn't fulfill the desired, utopian-idealistic agenda.

  50. Maybe it wasn't bias? by Anonymous Coward · · Score: 0

    Assuming algorithm tries to find dependencies between incoming data (resumes, etc) and resulting performance (performance reviews, promotions), maybe it is just the truth?

    "Most resumes came from men" - so what? Why would it become a factor in resume evaluation? If there actually was bias against women in hiring in last 10 years, all the hired ones would be really remarkable off-the chart good employees and algorithm would be biased toward them. On the other hand, if the bar was lowered to fill quotas, bias would be different.

    It is interesting that Amazon decided to abandon the ideal altogether and disbanded the team - they realized they can't just bend reality, at best they can ignore it and pretend nothing happened.

  51. It is very hard by Anonymous Coward · · Score: 1

    I've been working on such projects for some time now. We've tried everything but the bias always surfaces. Not just against women, but of course also against many minorities. My colleagues at google, linkedin and a few other large companies tried and are trying too - so far it is like stepping over a minefield with ACLU and other organisations just waiting to expose bias in whatever those companies deploy.

    Thing is even if you strip the obvious attributes you can still easily infer the gender and race from past work experience, club affiliations, hobbies, postal code, and so on. You can attempt to remove bias by tweaking the whole model and normalizing against those attributes but then you very quickly start getting garbage as output. Either you get accuracy (which can be defined: providing recommendations which are in line with hiring managers' preferences) or you get bias-free useless garbage.

    For now only one or two companies in the US managed to implement, at meaningful scale, a certifiably bias free job matching algo, with emphasis on 'certifiably' (e.g. hirevue). AI in HR is so far good for screening, bad for matching, because, for large part, employers are biased. Just walk into google offices, or most of the bay area companies for that matter. Who do you see? Asians, whites. Hiring managers are biased, and an argument can be made that the skills are not uniformly distributed across genders, ages and races -- due to bias, racism and other factors contributing to uneven chances and interests. But hey, once you start using AI you are supposed to cure the world and offer bias free recommendations.

    What does work, is relying on anonymized merit-based hiring tools that get the candidates to solve algorithmic puzzles and present the results without disclosing the identities or any other attributes of the candidates. But that is only relevant for a few professional markets such as it or accounting and generally is met with resistance from employers as this forces them to actually get invested in the recruitment process. And while those methods allow for hiring decisions to be bias-free as the hiring managers dont know the gender, age or anything else until late in the process - the output is still biased. For the same reasons. Skill distribution is not uniform across demographies.

  52. So the AI detected the patterns in the data by Anonymous Coward · · Score: 0

    The AI detected the patterns in the data and the consumers of that output didn't like it.
    If you're going to say "nah I don't like what we're finding", then why ask the question in the first place.

    Unfortunately the data aren't politically correct.

  53. Are you sure of that ? by Anonymous Coward · · Score: 0

    Last time that I reviewed the corresponding law , it was that your hiring process needed to be transparently not discreminating against a minority. e.g. if you were careful to make sure the hiring process was double blinded and only criteria which are gender/religion/ethnicity independent were exterminated, you were fine. I have not seen any evidence of what you state in the relevant case law.

  54. Re:Balancing your dataset is basic. Not the proble by Anonymous Coward · · Score: 0

    We need more data to evaluate the claim. If it's matching the resume against the resumes of people that work at Amazon, the dataset is inherently imbalanced, and while you could fix it for women, that demonstrates a persistent problem that can apply to other things.

    "Women > Men" is not a real thing* nor politically correct, be serious.

    * I'm sure you can scour the Internet and find groups of radicals that say that, in the same way you can scour the internet and find Jews that passionately believe in Nazism and think the genocide thing was just a big misunderstanding)

  55. This is idiotic by Anonymous Coward · · Score: 0

    Haha haha. You asked a system to sort people. That act is inherently discriminatory.

    Then when the system tells you the best options you tell it that it's wrong.

    From an objective stand point the humans are sexist for wanting women over men where a system that cannot be sexist told them men would do better.

    And they blame it on resume patterns? What exactly is inherently a sex difference between men and women's resumes?

    Slightly tangential to that, I thought the people's view was that gender shouldn't be a factor? Why did anyone even question the robot in the first place? Oh right, not enough women.

    Seems like the most obvious issue here is a sexist slant in women's favor, per usual

  56. Desired sexism? by Anonymous Coward · · Score: 0

    Yeah. So more men apply for the jov

    What the hell are you going to do about it? Purposefully hire a disproportionate amount of women applying? Hire unqualified women?

    Am I reading this wrong? They took in more male applications so they think they need to make the system WANT to hire more women?

    It said the best for the job were disproportionately men, it's tech. That's their bag.

  57. So...it worked so they killed it by Anonymous Coward · · Score: 0

    They trained it to look for patterns and it found patterns so they shut it down?

  58. Sounds like it didn't showed bias towards men by aliquis · · Score: 1

    But rather even when they had made sure it didn't it still thought the men were better and they didn't liked that.

    Also I'd believe all these fake-equality people when they talk about men being crushed at their job, men dying of prostate cancer, man suiciding the most, male grades in schools, males without a sex partner or life companion so on so on.
    They are feminists - not for equality.
    Injustice activists.

  59. Wow by Anonymous Coward · · Score: 0

    AI really has become smarter than the average human.

  60. or... the AI was absolutely correct by Anonymous Coward · · Score: 0

    and men are simply better.

  61. Looking at outcomes by Anonymous Coward · · Score: 0

    Funny, how looking at the outcomes is assumed to be unbiased, given that many companies have idiots like James Damore who drive down the effective performance of women

  62. Easy fix! by Anonymous Coward · · Score: 0

    Here's how you fix it. For any desired number of candidates, retain the first half of the list produced by the algorithm, then replace the bottom half with as many candidates from a ranked list of the top female candidates until the overall list reaches parity.

    Good luck with any other method that does not essentially just do this.

  63. Maybe there's a different reason by Anonymous Coward · · Score: 0

    Maybe what we *want* is not what nature, biology and statistics give us. How do we know our models of reality are accurate if we throw them out when they don't conform to our expectations? Models of reality should have the upper hand, not expectations, because that's the very definition of bias. If reality really was lopsided towards some and in disadvantage of others, the model describing that is not biased - we'd be if we expected it to be different.

    If that question alone sounds like a heresy to you, it's a clear indication where we're headed.

  64. Re:Balancing your dataset is basic. Not the proble by AmiMoJo · · Score: 1

    All that is needed to eliminate a bias arising from dataset imbalance is to balance the dataset.

    You say that like it's a trivial task. They are evaluating people for a job, and most of the current evaluation data is either subjective or biased or both.

    --
    const int one = 65536; (Silvermoon, Texture.cs)
    SJW, n: "Someone I don't like, and by the way I'm a fuckwit" - AC
  65. sheer laziness by Anonymous Coward · · Score: 0

    seriously, you cant scan through 100 resumes to hire someone? if it takes you more than 1 minute each (to do a rough screen/filter), you probably dont know what you are looking for or at. that's 1h40m to filter/scan for someone to hire that you are going to pay $30/40/50/60k+ per year, hopefully for many years. holy hell people are lazy. i've churned through 30 resumes over a cup of coffee. even crazier, companies pay recruiters 15-30% of salaries to do the screening. what a mess. i take it back, people really are beyond lazy these days...

  66. Sounds functional to me by Anonymous Coward · · Score: 0

    All systems nominal. Oh, you want a system that doesn't work and makes bad decisions?