Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Arabic Language Support #169

Open
DulayelNotaifi opened this issue Sep 16, 2024 · 1 comment
Open

Arabic Language Support #169

DulayelNotaifi opened this issue Sep 16, 2024 · 1 comment

Comments

@DulayelNotaifi
Copy link

Description:

The current STORM code supports generating Arabic articles. I verified this by integrating the Bing API and GPT-4. The following command was used to generate Arabic articles:

python examples/run_storm_wiki_gpt.py \
    --output-dir $OUTPUT_DIR \
    --retriever bing \
    --do-research \
    --do-generate-outline \
    --do-generate-article \
    --do-polish-article

After inputting an Arabic title, The output was Arabic article, and I verified that Arabic articles function in the UI version too (screenshot attached).

Screenshot 2024-09-16 at 15 09 26

However, there are some remaining challenges and areas for improvement:

  • Arabic Input Support: The deployed version currently lacks support for Arabic input.
  • UI Enhancements: Adjustments are needed to handle Right-to-Left (RTL) languages, resolving text alignment and display issues.
  • Improvement of Arabic Article Quality: There is a need to further enhance the overall quality of the generated Arabic articles.
@shaoyijia
Copy link
Collaborator

Thanks for trying it out! It's very interesting to see you have an initial working version for Arabic.

The deployed version currently lacks support for Arabic input.

We don't plan to deploy multilingual version at present.

@DulayelNotaifi, Do you know any forum that we could probably reach out to more developers who know Arabic?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants