stanford-oval / storm

An LLM-powered knowledge curation system that researches a topic and generates a full-length report with citations.
http://storm.genie.stanford.edu
MIT License
10.28k stars 973 forks source link

Arabic Language Support #169

Open DulayelNotaifi opened 4 days ago

DulayelNotaifi commented 4 days ago

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:

shaoyijia commented 3 days ago

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?