A newer version of the Gradio SDK is available: 6.13.0
metadata
license: mit
title: fhoc
sdk: gradio
sdk_version: 6.5.1
app_file: main.py
pinned: false
emoji: π¨
colorFrom: blue
colorTo: red
Fighting Harmful Online Communication
Supporting Climate Journalism in Australia: An AI-based tool to detect and counter climate misinformation
The project "Supporting Climate Journalism in Australia: An AI-based tool to detect and counter climate misinformation" is part of a University of Melbourne Hallmark Research Initiative on "Fighting Harmful Online Communication". This project aims to combat this issue through designing an AI model that identifies and corrects problematic climate content in long written and oral text. The goal is to support journalists sift through their sources, e.g. governmental reports, scientific articles, podcast episodes, and recognize climate-related misinformation, biased frames, or false balance.
Directory Structure
FHOC/
βββ README.md # Project overview and instructions
βββ .gitignore # Files and directories to be ignored by Git
βββ .python-version
βββ pyproject.toml # Project configuration
βββ main.py
βββ src/ # Source code
β βββ __init__.py # Initializes the src package
β βββ llm/
β β βββ __init__.py
β βββ utils/ # Utility functions
β β βββ __init__.py
β β βββ chunking.py # Text chunking utilities
β β βββ parser.py # Text parsing utilities
β βββ prompts/
β β βββ __init__.py
β β βββ cards.md # Prompts for the CARDS model