Datasets:

Modalities:
Text
Formats:
json
ArXiv:
Libraries:
Datasets
pandas
License:
anonymous202501 commited on
Commit
5ebac90
·
verified ·
1 Parent(s): 0e8db5b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -12
README.md CHANGED
@@ -1909,20 +1909,20 @@ The WebFAQ collection further includes:
1909
  | rus (Russian) | 3.8 | tur (Turkish) | 1.5 |
1910
  | nld (Dutch) | 2.8 | Other | 13.0 |
1911
 
1912
- **Note**: Languages are specified through their corresponding ISO 639-3 code (e.g., "eng", "deu", "fra").
1913
 
1914
  ### Topics
1915
 
1916
  | | Topic | % |
1917
  |------------------|------------------------------------------------------|------|
1918
- | \faPlane | Traveling and Hospitality | 34.1 |
1919
- | \faShoppingCart | Products and Commercial Services | 19.8 |
1920
- | \faHeartbeat | Healthcare Services, Wellness, and Lifestyle | 13.0 |
1921
- | \faMusic | Entertainment, Recreation, and Leisure | 9.7 |
1922
- | \faGraduationCap | Employment, Education, and Training | 9.5 |
1923
- | \faBank | Banking, Financial Services, and Insurance | 6.0 |
1924
- | \faGavel | Legal Services, Regulations, and Government | 4.0 |
1925
- | \faInfoCircle | General Information and Other | 3.9 |
1926
 
1927
  ### Question Types
1928
 
@@ -1951,7 +1951,7 @@ The raw Q&A dataset is offered in 75 language-specific subsets with one default
1951
  - *Optionally:* **`topic`**: One of eight broad categories (e.g., “Traveling and Hospitality”).
1952
  - *Optionally:* **`question_type`**: (What, Who, How, Why, When, Where, etc.).
1953
 
1954
- **Note**: The Q&A dataset does not include an official train/validation/test split. If you require such splits (e.g., for training models), you can create them programmatically or consider using the separate [WebFAQ retrieval dataset splits](#overview). Furthermore, the language is not given as a field in the dataset, as it is specified through the selected subset. The topic and question type are optional fields that are only present in the 49 language subsets with ≥100 websites.
1955
 
1956
  ## Examples
1957
 
@@ -2003,7 +2003,7 @@ Please note the following considerations when using the WebFAQ Q&A dataset:
2003
 
2004
  The WebFAQ Q&A dataset is shared under [**Creative Commons Attribution 4.0 (CC BY 4.0)**](https://creativecommons.org/licenses/by/4.0/) license.
2005
 
2006
- **Note**: The dataset is derived from public webpages in Common Crawl snapshots (2022–2024) and intended for **research purposes**. Each FAQ’s text is published by the original website under their terms. Downstream users should verify any usage constraints from the **original websites** as well as [Common Crawl’s Terms of Use](https://commoncrawl.org/terms-of-use/).
2007
 
2008
  ## Citation
2009
 
@@ -2025,7 +2025,7 @@ TBD
2025
 
2026
  ## Acknowledgement
2027
 
2028
- TBD
2029
 
2030
  ### Thank you
2031
 
 
1909
  | rus (Russian) | 3.8 | tur (Turkish) | 1.5 |
1910
  | nld (Dutch) | 2.8 | Other | 13.0 |
1911
 
1912
+ > **Note**: Languages are specified through their corresponding ISO 639-3 code (e.g., "eng", "deu", "fra").
1913
 
1914
  ### Topics
1915
 
1916
  | | Topic | % |
1917
  |------------------|------------------------------------------------------|------|
1918
+ | ✈️ | Traveling and Hospitality | 34.1 |
1919
+ | 🛒 | Products and Commercial Services | 19.8 |
1920
+ | ❤️ | Healthcare Services, Wellness, and Lifestyle | 13.0 |
1921
+ | 🎵 | Entertainment, Recreation, and Leisure | 9.7 |
1922
+ | 🎓 | Employment, Education, and Training | 9.5 |
1923
+ | 🏦 | Banking, Financial Services, and Insurance | 6.0 |
1924
+ | ⚖️ | Legal Services, Regulations, and Government | 4.0 |
1925
+ | ℹ️ | General Information and Other | 3.9 |
1926
 
1927
  ### Question Types
1928
 
 
1951
  - *Optionally:* **`topic`**: One of eight broad categories (e.g., “Traveling and Hospitality”).
1952
  - *Optionally:* **`question_type`**: (What, Who, How, Why, When, Where, etc.).
1953
 
1954
+ > **Note**: The Q&A dataset does not include an official train/validation/test split. If you require such splits (e.g., for training models), you can create them programmatically or consider using the separate [WebFAQ retrieval dataset splits](#overview). Furthermore, the language is not given as a field in the dataset, as it is specified through the selected subset. The topic and question type are optional fields that are only present in the 49 language subsets with ≥100 websites.
1955
 
1956
  ## Examples
1957
 
 
2003
 
2004
  The WebFAQ Q&A dataset is shared under [**Creative Commons Attribution 4.0 (CC BY 4.0)**](https://creativecommons.org/licenses/by/4.0/) license.
2005
 
2006
+ > **Note**: The dataset is derived from public webpages in Common Crawl snapshots (2022–2024) and intended for **research purposes**. Each FAQ’s text is published by the original website under their terms. Downstream users should verify any usage constraints from the **original websites** as well as [Common Crawl’s Terms of Use](https://commoncrawl.org/terms-of-use/).
2007
 
2008
  ## Citation
2009
 
 
2025
 
2026
  ## Acknowledgement
2027
 
2028
+ We thank the Common Crawl and Web Data Commons teams for providing the underlying data, and all contributors who helped shape the WebFAQ project.
2029
 
2030
  ### Thank you
2031