this post was submitted on 19 Jun 2023
28 points (100.0% liked)

Technology

37702 readers
460 users here now

A nice place to discuss rumors, happenings, innovations, and challenges in the technology sphere. We also welcome discussions on the intersections of technology and society. If it’s technological news or discussion of technology, it probably belongs here.

Remember the overriding ethos on Beehaw: Be(e) Nice. Each user you encounter here is a person, and should be treated with kindness (even if they’re wrong, or use a Linux distro you don’t like). Personal attacks will not be tolerated.

Subcommunities on Beehaw:


This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.

founded 2 years ago
MODERATORS
 

Meta announced a new AI model called Voicebox yesterday, one it says is the most versatile yet for speech generation, but it’s not releasing it yet: The model is still only a research project, but Meta says can generate speech in six languages from samples as short as two seconds and could be used for “natural, authentic” translation in the future, among other things.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 9 points 1 year ago (3 children)

One thing I am hoping for with "AI" tech is to have better language teaching software. It would be crazy to have an AI teacher correct you mid conversation or be able to adapt to what you are struggling with.

[–] [email protected] 1 points 1 year ago

That's a really cool idea!

[–] [email protected] 1 points 1 year ago* (last edited 1 year ago)

Not really AI but if you want to learn lojban you get most of the way: The language actually has a formal grammar so it's possible to write bog-standard software that doesn't care when you say "You must have patience, my young Padawan" instead of "Patience you must have, my young Padawan". It's going to tell you which it expected but not beat you over the head with it.

[–] [email protected] 1 points 1 year ago

This is actually something I was working on at my last job: Using speech recognition to capture oral reading errors and give feedback to children. It's not a large field but definitely one of the more noble AI applications. One of the major downsides is that because of privacy concerns you will want to run models locally instead of simply accessing 3rd party (OpenAI/Meta) models through an API, which introduces performance limits.