To view this discussion on the web visit https://groups.google.com/d/msgid/sage-devel/CAAWYfq3w57mRve%2BRgcAvzRLZpUqQKio8JYjNMWrkSKqnLnqOXg%40mail.gmail.com.
Can this specific example be found in the online documentation?
did you try asking whether it's geometric genus, or not?
I can't reproduce the AI script.
First, 'y' is not defined.
Second, sage doesn't like this constructor of Curve ...
The code it suggests next doesn't work, but to me that seems like a bug in Sage (?). Omitting the P entirely does work.-- William
--
You received this message because you are subscribed to the Google Groups "sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email to sage-devel+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/sage-devel/cf573e16-1ceb-4d80-a166-cd82abd93c8cn%40googlegroups.com.
[...] which doesn't work because C.degree() isn't implemented. It would probably be a reasonable thing to implement though (e.g., magma has https://magma.maths.usyd.edu.au/magma/handbook/text/1411#15877)William
which doesn't work because C.degree() isn't implemented. It would probably be a reasonable thing to implement though (e.g., magma has https://magma.maths.usyd.edu.au/magma/handbook/text/1411#15877)
sage: C.projective_closure().degree()
3
does work.
... The syntactical correction Curve(x^3+y^3-x-y+1,P) still doesn't work because we have an affine equation and are specifying an unrelated projective space.
I think the conclusion should be that ChatGPT pretends to be a SageMath expert with great confidence but .. gasp ... isn't!
On Thu, Apr 20, 2023 at 12:02 PM Michael Orlitzky <mic...@orlitzky.com> wrote:
>
> On 2023-04-20 10:01:36, William Stein wrote:
> >
> > As things unfold in the years to come with people trying to use LLM's
> > in the context of mathematical software, our academic community's
> > choice of license could explain why LLM's output code that's much more
> > like Sympy (say) than SageMath's, and perhaps why LLM's are not as
> > good at using Sage.
> >
>
> Violating the license in this case is only a problem because the
> researchers have morals. Microsoft and OpenAI are free of such
> limitations:
>
> https://githubcopilotlitigation.com/
That's also an argument that violating the license may lead to other
problems (financial and business harm).
Setting aside any moral questions, it is not clear to me whether or
not training models using GPL code from GitHub will ultimately be
considered fair use under US law. I think it is more likely that it
ultimately will be allowed, if for no other reason than the
organizations that want it to be allowed are more powerful than the
ones who don't.
https://www.theverge.com/2023/1/28/23575919/microsoft-openai-github-dismiss-copilot-ai-copyright-lawsuit
For the rest of the world, it's going to be pretty chaotic:
https://www.searchenginejournal.com/chatgpt-legal-woes/484323/
The relevance to Sage, is that LLM models are incredibly powerful, and
the math community may have to put in extra effort to train a model
that knows Sage, analogous to the extra work repl.it is putting in:
https://blog.replit.com/llm-training
Of course, the math community is sometimes slow at realizing that
significant technical innovations are happening...
-- William
--
William (http://wstein.org)
--
You received this message because you are subscribed to the Google Groups "sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email to sage-devel+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/sage-devel/CACLE5GCQG2qT7uZG-q%3DG0wFqk3p-DvcwQJC1aunjWkp_x7coCQ%40mail.gmail.com.
On Thu, 2023-04-20 at 20:37 +0100, Dima Pasechnik wrote:
> >
> > https://www.theverge.com/2023/1/28/23575919/microsoft-openai-github-dismiss-copilot-ai-copyright-lawsuit
>
>
> A cursory reading of this wish to dismiss the case sounds to me as the
> usual M$ chutzpah.
> Of course they want it gone, as it hurts their profits.
>
Sadly it's not. The American legal system isn't built for this. The
fact that they're clearly doing something illegal and that it's hurting
people isn't grounds for a third-party lawsuit. The victims can file
suits, but like Microsoft's lawyers said, the victims have to be able
to demonstrate injury.
Then for a suit to be worthwhile, that injury
has to outweigh your legal fees. In practice this makes it legal for a
corporation to steal $1 from each of a billion people. See also: online
privacy violations; spam email.
Adding onto the pile in this scenario is how difficult it would be to
prove that *your* code was copied, considering that they've assimilated
most of the available copyrighted material on Earth and that the AI are
black boxes.
--
You received this message because you are subscribed to the Google Groups "sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email to sage-devel+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/sage-devel/d30406f886ce7cc61742b5947af01ae1b4985301.camel%40orlitzky.com.
“Le droit du pauvre est un mot creux” (“Rights of the poor” is a hollow phrase) Eugène Pottier, L’internationale (1871).
I am somewhat skeptic about the odds of any legal action suceeding against a porential multi-billion $ buisness prospect. Except if it folds, of course... ;-)