You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
After inputting an Arabic title, The output was Arabic article, and I verified that Arabic articles function in the UI version too (screenshot attached).
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.
The text was updated successfully, but these errors were encountered:
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).
However, there are some remaining challenges and areas for improvement:
The text was updated successfully, but these errors were encountered: