jmikedupont2 / https-lablab.ai-event-llama-2-hackathon-with-clarifai-introspector

https://lablab.ai/event/llama-2-hackathon-with-clarifai/introspector
MIT License
1 stars 2 forks source link

wikpedia review #3

Open jmikedupont2 opened 10 months ago

jmikedupont2 commented 10 months ago

Here is a workflow to leverage the Wikipedia change log firehose as input to the collaborative review system:

  1. Set up a stream reader for the Wikipedia change log events stream

  2. Filter the stream for substantive content changes (ignore minor edits)

  3. For each change event:

  1. Route review objects based on page categories:
  1. In each review workflow:
  1. Publish final reviewed versions of page changes to a monitored output stream

  2. Iterate on review workflows based on feedback

This leverages the constant stream of Wikipedia changes as input content to keep your collaborative review workflows running continuously with new data to process. Please let me know if you need any clarification or have additional requirements!