Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 581 Bytes

5-multilingual.md

File metadata and controls

7 lines (4 loc) · 581 Bytes

Make Harmony multilingual

We focused on English and Portuguese for the development of Harmony.

For negation, Harmony currently identifies antonyms via a set of handwritten rules - inserting “not” (English) or “não” (Portuguese), etc. Can we improve this? Add more languages? https://github.com/harmonydata/harmony/blob/main/src/harmony/matching/negator.py

Can we use different multingual LLMs such as the Shona sentence transformer xlm-roberta-base-finetuned-shona to add support for more languages?