Logo Lanfrica
  • Accueil
  • Atlas
  • Analyses
  • Documentation
  • Sign in

© 2026 Lanfrica. Tous droits réservés. Tous les droits d'auteur des ressources affichées sur le site Web Lanfrica appartiennent aux détenteurs de droits d'auteur d'origine, sauf indication contraire explicite.

JainSameer06/NewsSerow

Domaine:

natural language processingenvironment and energy

Type de record:

software
Créateur:
Jai
Hôte:
AAAI 2024 - Where It Really Matters: Few-Shot Environmental Conservation Media Monitoring for Low-Resource Languages # NewsSerow ## Few-Shot Environmental Conservation Media Monitoring for Low-Resource Languages (AAAI 2024 - AI for Social Impact Track) Environmental conservation organizations routinely monitor news content on conservation in protected areas to maintain situational awareness of developments that can have an environmental impact. Existing automated media monitoring systems require large amounts of data labeled by domain experts, which is only feasible at scale for high-resource languages like English. However, such tools are most needed in the global south where news of interest is mainly in local low-resource languages, and far fewer experts are available to annotate datasets sustainably. We propose NewsSerow, a method to automatically recognize environmental conservation content in low-resource languages. NewsSerow is a pipeline of summarization, in-context few-shot classification, and self-reflection using large language models (LLMs). Using at most 10 demonstration example news articles in Nepali, NewsSerow significantly outperforms other few-shot methods and achieves comparable performance with models fully fine-tuned using thousands of examples. The World Wide Fund for Nature (WWF) has deployed NewsSerow for media monitoring in Nepal, significantly reducing their operational burden, and ensuring that AI tools for conservation actually reach the communities that need them the most. NewsSerow has also been deployed for countries with other languages like Colombia. ## Installation We recommend creating a conda environment for this setup. Steps to install conda can be found here. Once conda has been installed, create an environment using the requirements.txt: ```conda create --name --file requirements.txt``` ## Data The data used for the experiments in the paper is given in the `data` directory. It consists of Nepali and Colombian news articles labeled for relevance to environmental conservation by domain experts from WWF. It is possible to use o …

Visit

github.com

Tasks

text classification

Licenses

MIT