Skip to content

Commit

Permalink
Update comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
shaoyijia authored Sep 25, 2024
1 parent 4c16d2e commit b35c272
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions knowledge_storm/collaborative_storm/modules/co_storm_agents.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,9 @@ def generate_utterance(

class SimulatedUser(Agent):
"""
Simulated Users is a special type of Agent in Co-STORM that simulate real user interaction behavior or automatic experiments.
Simulated Users is a special type of Agent in Co-STORM that simulates real user interaction behavior based on the given intent.
This class can be used for automatic experiments.
For more information, please refer to Section 3.4 of Co-STORM paper: https://www.arxiv.org/pdf/2408.15232
"""

Expand Down Expand Up @@ -318,8 +319,9 @@ def generate_utterance(

class PureRAGAgent(Agent):
"""
PureRAGAgent only handles grounded question generation by retrieving information from retriever based on the query.
It does not utilize any other information besides query itself.
PureRAGAgent only handles grounded question generation by retrieving information from the retriever based on the query.
It does not utilize any other information besides the query itself.
It's designed for Co-STORM paper baseline comparison.
"""

Expand Down

0 comments on commit b35c272

Please sign in to comment.