You need to agree to share your contact information to access this dataset

This repository is publicly accessible, but you have to accept the conditions to access its files and content.

Log in or Sign Up to review the conditions and access this dataset content.

Dataset Card for Lingua Custodia/Wikipedia-Finance-Articles

Dataset Summary

The Wikipedia-Finance-Articles dataset consists of finance-related Wikipedia articles and is an extract of LinguaCustodia/Clean-Wikipedia-English-Articles.

This financial dataset was obtained thanks to the Finance Document Classifier ClassiFin.

There are two subsets available, English containing 80k financial articles and French containing 20k.

Dataset Structure

Data Instances

Here is an example:

{
 'infobox': '',
 'categories': [ "Articles with short description", "Short description matches Wikidata", "Webarchive template wayback links",...],
 'text': '# Gold reserve A **gold reserve** is the gold held by a national central bank, intended mainly as a guarantee to redeem promises...',
 'id': 1056205,
 'token_count': 2192,
 'url': 'https://en.wikipedia.org/wiki/Gold_reserve',
 'title': 'Gold reserve',
 'revdate': 2025-02-19T17:19:23,
 'entity': 'Q1046879'
}

Data Fields

Each sample in the dataset includes the following fields:

  • infobox (str): Markdown formatted text content of the infobox (empty string if no infobox in article).
  • categories (list(str)): List of categories linked to the article.
  • text (str): Markdown formatted text content of the article without appendices.
  • id (int): ID of the article.
  • token_count (int): Number of tokens contained in the text field computed using Qwen/Qwen2.5-7B-Instruct tokenizer.
  • title (str): Title of the article.
  • url (str): URL of the article.
  • revdate (datetime): Revision date of the article.
  • entity (str): Wikidata QID linked to the article.

License

Copyright licensing information: https://dumps.wikimedia.org/legal.html

All original textual content is licensed under the GNU Free Documentation License (GFDL) and the Creative Commons Attribution-Share-Alike 3.0 License. Some text may be available only under the Creative Commons license; see their Terms of Use for details. Text written by some authors may be released under additional licenses or into the public domain.

@misc{ClassiFin, title={ClassiFin: Finance Document Classifier}, author={Liu, Jingshu and Qader, Raheel and Caillaut, Gaëtan and Nakhle, Mariam and Barthelemy, Jean-Gabriel and Sadoune, Arezki and Foly, Sabine}, url={https://huggingface.co/LinguaCustodia/ClassiFin}, year={2025} }

Citation

If you use this dataset in your research or projects, please cite it appropriately.

@misc{Wikipedia-Finance-Articles,
  title={Wikipedia-Finance-Articles},
  author={Foly, Sabine and Liu, Jingshu and Barthelemy, Jean-Gabriel and Caillaut, Gaëtan and Qader, Raheel and Nakhle, Mariam and Sadoune, Arezki},
  url={https://huggingface.co/datasets/LinguaCustodia/Wikipedia-Finance-Articles},
  year={2025}
}
Downloads last month
35