The paper introduces Guided Deep List, a tool for automating the generation of epidemiological line lists from open source reports. The tool uses distributed vector representations and dependency parsing to extract tabular data on disease outbreaks. It was evaluated on MERS outbreak data in Saudi Arabia, demonstrating improved accuracy over baseline methods and enabling epidemiological inferences.
This study investigates the correlation between Google Trends data for COVID-19 symptoms and the actual number of COVID-19 cases in Saudi Arabia between March and October 2020. The researchers found that searches for "cough" and "sore throat" were most frequent, while "loss of smell", "loss of taste", and "diarrhea" showed the highest correlation with confirmed cases. The study concludes that Google searches can serve as a supplementary surveillance tool for monitoring the spread of COVID-19 in Saudi Arabia. Why it matters: The research demonstrates the potential of using readily available digital data to augment traditional surveillance methods for public health monitoring in the region.
A new methodology emulating fact-checker criteria assesses news outlet factuality and bias using LLMs. The approach uses prompts based on fact-checking criteria to elicit and aggregate LLM responses for predictions. Experiments demonstrate improvements over baselines, with error analysis on media popularity and region, and a released dataset/code at https://github.com/mbzuai-nlp/llm-media-profiling.