• 5 Posts
  • 90 Comments
Joined 1 year ago
cake
Cake day: June 9th, 2023

help-circle
  • One example: on May 30, 2020 in Minneapolis, during the protests after George Floyd killing, some police were driving around the streets in an unmarked van, shooting at pedestrians at random without stopping. They later claimed they were shooting rubber bullets to “encourage” people to obey the curfew order. Of course, if you are the one being shot at in a drive by from a mystery van, you have no time to determine what kind of bullets are being fired… One pedestrian shot back! There is a video of it.

    The guy was immediately arrested, miraculously without being shot to death in the process, and put on trial, but acquitted due to justifiable self-defense. The police did not drive around shooting randomly any more after that though. I see the guy even won a $1.5M lawsuit against the police now!



  • I’d love to use ISO sizes, but even if I know that I need a 40-622 wheel, there is no way to search for it on the storefront if every single seller made gross mistakes in labeling their product! I have to ignore the specs shown entirely and make educated guesses based on title alone. For example “WHEEL AL 700 FRONT ALEX AP18 QR Silver UCP” in the picture is almost certainly a 700C wheel and NOT an 18-inch wheel. The “18” in the title probably stands for 18mm rim width, which means that this wheel will fit my bike and tire, but is a bit more narrow than ideal 23mm. The sellers must be copying the title verbatim from the manufacturer, and then haphazardly filling out the specifications without knowing or understanding the actual numbers. The ISO size is not mentioned at all.





  • Some notes for my use. As I understand it, there are 3 layers of “AI” involved:

    The 1st is a “transformer”, a type of neural network invented in 2017, which led to the greatly successful “generative pre-trained transformers” of recent years like GPT-4 and ChatGPT. The one used here is a toy model, with only a single hidden layer (“MLP” = “multilayer perceptron”) of 512 nodes (also referred to as “neurons” or “dimensionality”). The model is trained on the dataset called “Pile”, a collection of 886GB text from all kinds of sources. The dataset is “tokenized” (pre-processed) into 100 billion tokens by converting words or word fragments into numbers for easier calculation. You can see an example of what the text data looks like here. The transformer learns from this data.

    In the paper, the researchers do cajole the transformer into generating text to help understand its workings. I am not quite sure yet whether every transformer is automatically a generator, like ChatGPT, or whether it needs something extra done to it. I would have enjoyed to see more sample text that the toy model can generate! It looks surprisingly capable despite only having 512 nodes in the hidden layer. There is probably a way to download the model and execute it locally. Would it have been possible to add the generative model as a javascript toy to supplement the visualizer?

    The main transformer they use is “model A”, and they also trained a twin transformer “model B” using same text but a different random initialization number, to see whether they would develop equivalent semantic features (they did).

    The 2nd AI is an “autoencoder”, a different type of neural network which is good at converting data fed to it into a “more efficient representation”, like a lossy compressor/zip archiver, or maybe in this case a “decompressor” would be a more apt term. Encoding is also called “changing the dimensionality” of the data. The researchers trained/tuned the 2nd AI to decompose the AI models of the 1st kind into a number of semantic features in a way which both captures a good chunk of the model’s information content and also keeps the features sensible to humans. The target number of features is tunable anywhere from 512 (1-to-1) to 131072 (1-to-256). The number they found most useful in this case was 4096.

    The 3rd AI is a “large language model” nicknamed Claude, similar to GPT-4, that they have developed for their own use at the Anthropic company. They’ve told it to annotate and interpret the features found by the 2nd AI. They had one researcher slowly annotate 412 features manually to compare. Claude did as well or better than the human, so they let it finish all the rest on its own. These are the descriptions the visualization shows in OP link.

    Pretty cool how they use one AI to disassemble another AI and then use a 3rd AI to describe it in human terms!



  • Can’t access the article, but wasn’t China the one most vulnerable from the Malacca Strait being a chokepoint? As in, their trade towards Europe and fuel from the Middle East being potentially threatened? How does Thailand pitching to the US make sense then? How would a Thai bypass even increase security, since both routes are in the same area and can be equally blockaded? There aren’t any problems with throughput capacity at Malacca, unlike say at the Panama Canal. Maybe it will make the travel distance slightly shorter, but is there really any way it could ever be cost-effective to offload and reload ships for a few hundred kilometers savings?






  • Excellent excellent!

    If 6 is rolled, then P(X|R=6) = (N-1 choose 9)/(N choose 10)

    Might as well reduce that to 10/N to make the rest of the lines easier to read.

    If you don’t flip it, you have a 2/3 chance of dying.

    There is also a chance that your switch is not connected and someone else has control of the real one. So there is an implicit assumption that everyone else is equally logical as you and equally selfish/altruistic as you, such that whatever logic you use to arrive at a decision, they must have arrived at the same decision.

    No matter what your goal is, given the information you have, flipping the switch is always the better choice.

    That is my conclusion too! I was surprised to learn though in the comment thread with @pancake that the decision may be different depending on the percentage of altruism in the population. E.g. if you are the only selfish one in an altruistic society, you’d benefit from deliberately not flipping the switch. Being a selfish one in a selfish society reduces to the prisoner’s dilemma.


  • there’s no way to know which track the trolley is on

    It’s a standard trolley meme problem, the trolley will keep going on the main track unless the lever is switched 😁. I thought !science_memes would be familiar with trolley problems, but I guess I get to introduce some of you! You might want to start off on some easier trolley memes first, this is advanced level stuff.

    where the real lever sends it

    There is not usually ambiguity with the lever. If you wish, you can have an announcement in the headphones “main trackside track…” every time you flip the lever. Your only uncertainty is which track you yourself are bound to, given how you’re blindfolded.

    there’s a 0.017% chance

    1/6 * 10% = 1/60 = 0.01666… = 1.666…% ~= 1.7%! Careful there!

    It’s not really a trolley problem, because in both scenarios a track is empty,

    Everything is a trolley problem.





  • TauZero@mander.xyzOPtoScience Memes@mander.xyzSleeping Beauty Trolley Problem
    link
    fedilink
    English
    arrow-up
    6
    arrow-down
    1
    ·
    8 months ago

    It’s a standard runaway trolley problem. The trolley is traveling down the main track unless the switch is flipped to send it down the side track. The lever is labeled such that there is no ambiguity which way it is set, the blindfolds notwithstanding. The villain is pernicious and will be equally (though not exceedingly so) delighted to see you die by your own action where inaction would have had saved you. You can somehow trust that the announcement in the headphones is true and not a lie. Such as, for example, you have seen this exact situation happen many times before on TV and survivors/witnesses have described the villain to be truthful every time.


  • TauZero@mander.xyzOPtoScience Memes@mander.xyzSleeping Beauty Trolley Problem
    link
    fedilink
    English
    arrow-up
    12
    arrow-down
    1
    ·
    8 months ago

    Good question to ask, since specifics of selection process may affect the decision outcome! Other variants include growing humans in a vat from scratch on demand, using Star Trek transporter clones, or abducting the necessary number of people from a pre-selected list where your name happens to be the first one. For now, imagine the potential population as the 5 billion living cognizant adults.

    as X approaches infinity, the difference becomes negligible

    It may be negligible to the 4.999… billion adults sleeping comfortably and securely in their beds tonight, but the problem presupposed that you have already been abducted. It remains underdefined whether you refers to you the specific person reading this meme, or a more general you-the-unfortunate who has been chosen and is now listening to this on the headphones.