Research the topic through question asking and search-augmented question answering.

    Args:
        topic: The topic to research.
        ground_truth_url: A ground truth URL including a curated article about the topic. The URL will be excluded.
        callback_handler: A callback handler to handle the intermediate results.
    Returns:
        conversations: A list of information-seeking conversations, each of which is a list of DialogueTurn.
        url_to_info:
            {
                url1: {'url': str, 'title': str, 'snippets': List[str]},
                ...
            }

uml diagram


2024年04月16号