Earlier quoted context omitted.
A small tip: if you want to do this trick, with an exponential F, you probably want a linear search rather than a binary search. If your k << N then F(N/2) is going to eat up all of the running time of ΣF(i).
Is it faster to start by doubling?
k-Coloring is Faster than Computing the Chromatic Number
21–25 of 25 posts
Re: k-Coloring is Faster than Computing the Chromatic Number
#22Earlier quoted context omitted.
> The Bipartite graph class is also a bit silly in this case, since it's by definition the 2-colorable graphs Be a little bit careful here: another common textbook definitions of bipartite graphs are: - a graph is bipartite iff it has no odd circle. - (for people who are into algebraic/spectral graph theory :-) ) a graph is bipartite iff its spectrum is symmetric. I personally like the latter two definitions because…
One curiosity that in the case of infinite graphs, "no odd cycles" doesn't imply "2-colorable" without the axiom of choice for families of 2-element sets [0]. It's somewhat similar to how in the definition of a well-founded relation, "no infinite descending chains" doesn't imply "every nonempty subset has a minimal element" without dependent choice. (One of my recent projects has been trying to prove the existence of…
Re: k-Coloring is Faster than Computing the Chromatic Number
#23Earlier quoted context omitted.
> whereas LLM mistakes are somewhat random, like the carwash problem At least in math problems, AI mistakes generally occur more frequently given the difficulty of the task. The carwash problem is very undespecified. The question should be something like " I am American. I live in a single family home in a suburb. Each member of my family has their own car. All the cars are parked during the night at home. My boss do…
You're picking on the specifics of the carwash problem rather than acknowledging countless other similar problems exist. The original one was strawberry, but that got RL'd away
(I don't speak Japanese, I used autotranslation, so it may be wrong.)
There are no "r" in the token of strawberry.
Re: k-Coloring is Faster than Computing the Chromatic Number
#24Earlier quoted context omitted.
You're picking on the specifics of the carwash problem rather than acknowledging countless other similar problems exist. The original one was strawberry, but that got RL'd away
The strawberry problem is a translation/encoding problem, not a context problem. To be more efficient and cheap, the implementations use tokens, that is very-slightly-similar to translate it to Japanese: イチゴには「r」がいくつありますか? (I don't speak Japanese, I used autotranslation, so it may be wrong.) There are no "r" in the token of strawberry.
Re: k-Coloring is Faster than Computing the Chromatic Number
#25Earlier quoted context omitted.
I worded a questions similar to this with a person in the finance industry. He was very receptive of AI since it is one of the easiest ways to grow stock portfolio. Say you have two assistant employees. One that reads the reports and one that uses AI to summarize the content. You are sitting in a high value meeting. You only can have one assistant with you in the meeting. Which one would you pick, the persons that re…
> Say you have two assistant employees. One that reads the reports and one that uses AI to summarize the content. You are sitting in a high value meeting. You only can have one assistant with you in the meeting. Which one would you pick, the persons that read the reports or the person who only used AI? I would take the person who only used AI. Why? Your fictional problem has the silent assumption that if you are in a…
There was no statement if the meeting was scheduled or impromptu. Client(s) might have saw you in public or at an event. Or at a trade show and there the report only applies to the single client versus to many clients.
There was no statement of report ownership. All parties might have access to it.
There is a chance that AI lied / hallucinated the summary. Only to know would be taking time to read the report and validate it.
AI only consumption has shown to reduce retention of information compared to reading the core content.
Ever have someone tell you why they want AI? I have, it was because they do not want to read the reports.