Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Include Sources in Automated Fact-Checking Reports #8

Open
pepermao opened this issue Aug 24, 2024 · 0 comments
Open

Include Sources in Automated Fact-Checking Reports #8

pepermao opened this issue Aug 24, 2024 · 0 comments

Comments

@pepermao
Copy link
Collaborator

Background Information

Automated fact-checking agents play a crucial role in verifying information quickly and efficiently. However, the reports generated by these agents currently lack transparency in terms of the sources utilized during the fact-checking process. Users who receive these reports do not have access to the specific websites or public gazettes that were referenced, limiting their ability to verify the findings independently. Including these sources in the reports will enhance the credibility of the fact-checking process and provide users with the complete information needed to conduct their own verifications.

What

  • Objective: Enhance the transparency and reliability of fact-checking reports by including the sources utilized during the research conducted by automated fact-checking agents.
  • New Features:
    1. Include a list of websites used by the agents if the research involved web searches.
    2. Include the link(s) to public gazettes if they were used as sources during the research.

How

  1. Modify Fact-Checking Report Generation:

    • Update the logic within the fact-checking agents to capture and store all URLs or links used during the research process.
    • For web searches, compile a list of all relevant websites that contributed to the final fact-checking decision.
    • For research involving public gazettes, capture the specific links to the gazettes that were referenced.
  2. Include Sources in the Report:

    • Designate a field within the fact-checking report named "sources" or similar.
    • If web search was used:
      • List the URLs of all websites referenced in the report.
      • Ensure that the list is clear and organized, with each source being easily clickable for further review by the user.
    • If public gazettes were used:
      • Provide a clear link or citation to the specific gazette(s) utilized.
      • Include a brief description or title of the gazette for context.

Acceptance Criteria

  1. Source Capture and Display:

    • The fact-checking agents successfully capture all sources utilized during the research process.
    • The "Sources" field in the fact-checking report displays a complete list of URLs for websites if web searches were conducted.
    • The report includes specific links to public gazettes if they were used as sources.
  2. Report Accuracy and Integrity:

    • The inclusion of sources does not alter or degrade the accuracy or readability of the fact-checking report.
    • The sources listed are relevant and directly related to the fact-checking process.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: No status
Development

No branches or pull requests

1 participant