Building a no-code toxicity classifier by talking to GitHub Copilot
1–10 of 152 posts
Re: Building a no-code toxicity classifier by talking to GitHub Copilot
#2Re: Building a no-code toxicity classifier by talking to GitHub Copilot
#3This is really pretty impressive. I think Copilot for these kinds of one-off analysis tasks where specific data manipulation rather than structuring abstractions makes a lot more sense. Structuring libraries or building UI requires a lot more understanding of potential users - in that case, writing the requirements is honestly the harder part.
Re: Building a no-code toxicity classifier by talking to GitHub Copilot
#4Who is defining toxic speech? Where is that data being taken from?
This is the definition of using AI to set what the edges of “speech” should be based on potentially flawed data.
This is a clown world.
Re: Building a no-code toxicity classifier by talking to GitHub Copilot
#5Re: Building a no-code toxicity classifier by talking to GitHub Copilot
#6Notice that the comments used to generate the code via GitHub Copilot are just another very inefficient programming language.
Copilot lets you do that in a way that is way beyond what a normal programming language would let you do, which of course has its own, very rigid, abstractions.
For some parts of the code you'll want to dive in and write every single line in painstaking detail. For others `# give me the industry standard analysis of this dataset` is maybe enough for your purposes. And being able to have that ability, even if you think of it as just another programming language in itself, is huge.
Re: Building a no-code toxicity classifier by talking to GitHub Copilot
#7Notice that the comments used to generate the code via GitHub Copilot are just another very inefficient programming language.
Re: Building a no-code toxicity classifier by talking to GitHub Copilot
#8Impressive BUT. Who is defining toxic speech? Where is that data being taken from? This is the definition of using AI to set what the edges of “speech” should be based on potentially flawed data. This is a clown world.
(Emphasis mine)
Following that link:
> Surge AI is a data labeling platform and workforce. Our labeling team pored over tens of thousands of social media comments to build this toxicity dataset. Each comment was then evaluated by multiple members of our team to determine its severity level.
Re: Building a no-code toxicity classifier by talking to GitHub Copilot
#9With this, I don't need to memorize the syntax OR be bottlenecked on looking at documentation or stack overflowing the commands I need.
Re: Building a no-code toxicity classifier by talking to GitHub Copilot
#10For instance, Microsoft Power Automate should rank highly.