AI Beats Humans at Reading Comprehension (bloomberg.com)
In what is being called a landmark moment for natural language processing, Alibaba and Microsoft have developed AIs that can outperform humans on a reading and comprehension test. From a report: Alibaba Group put its deep neural network model through its paces last week, asking the AI to provide exact answers to more than 100,000 questions comprising a quiz that's considered one of the world's most authoritative machine-reading gauges. The model developed by Alibaba's Institute of Data Science of Technologies scored 82.44, edging past the 82.304 that rival humans achieved. Alibaba said it's the first time a machine has out-done a real person in such a contest. Microsoft achieved a similar feat, scoring 82.650 on the same test, but those results were finalized a day after Alibaba's, the company said.
Based upon the knee-jerk quality of many comments posted on /. this should not be a surprise to anyone.
Sadly, this does not surprise me.
Most people don't read and have shockingly poor comprehension when they do.
This has gotten much worse (at least in the US) over the past 100 years.
LOL I didn't bother to read TFA so perhaps totally don't comprehend what it said...
“Mary saw a bicycle in the store window. She wanted it.”
Does Mary want the bike, the store, or the window?
When Fascism comes to America, it will call itself Anti-Fascism, and tell you to give up your guns.
This is plain stupid as it is just misleading. Granted, scholars can barely read these days. Nonetheless, what is being defined as 'AI' here might lead to frustration when people actually expect some sort of 'intelligence' from it.
Comment removed based on user account deletion
A much better test would be seeing if it could understand some deconstructionist literary criticism.
So far there is only AI capability when there is a well-defined set of rules. Chess and Go have a small set of rules. Language has rules that are complex but it's not like grammar isn't something that is studied and well understood. Compare that to an activity like driving, where you may need to judge if a bent and half-obscured stop sign is a legal one, or interpret whether a front end loader operator wants you to wait for it or pass around it, or interpret what construction workers mean by analyzing poorly laid out road markers, where the rules are almost infinite AI will have trouble.
Laws are rules for the court, but merely a bottom bar to hit for life. Think beyond laws in your actions always.
The test is https://rajpurkar.github.io/SQ...
Packet mode communication may be implemented with or without intermediate forwarding nodes (packet switches or routers). Packets are normally forwarded by intermediate network nodes asynchronously using first-in, first-out buffering, but may be forwarded according to some scheduling discipline for fair queuing, traffic shaping, or for differentiated or guaranteed quality of service, such as weighted fair queuing or leaky bucket. In case of a shared physical medium (such as radio or 10BASE5), the packets may be delivered according to a multiple access scheme.
And here's the questions:
How are packets normally forwarded?
Answer: asynchronously using first-in, first-out buffering, but may be forwarded according to some scheduling discipline for fair queuing
How is packet mode communication implemented?
Answer: with or without intermediate forwarding nodes
In cases of shared physical medium how are they delivered?
Answer: according to a multiple access scheme
So the test taker only needs to find a selection of the original text that answers the question.
The way I see it, the real issue with the "reading comprehension" quiz is that you don't need to actually comprehend the text to answer it. A better question than "How are packets normally forwarded?" would be something like "What are some situations where packets are not forwarded in the fifo order?" The first question only requires you to find the words "packets", "normally" and "forwarded" in the paragraph and answer with the rest of the sentence. The second question requires you to understand that the text is presenting 2 options, one is "normal" and the other isn't.
There's also some official answers that are just plain incorrect. The answer to "How is packet mode communication implemented?" is the entire rest of the paragraph, not just "with or without intermediate forwarding nodes".