iaadlab commited on
Commit
2e46bb5
·
verified ·
1 Parent(s): 197bc56

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -8
README.md CHANGED
@@ -1,11 +1,8 @@
1
  ---
2
  license: cc-by-4.0
3
- datasets:
4
- - acl_future_work
5
- - neurips_future_work
6
- ---
7
 
8
- # 📚 ACL & NeurIPS Future Work Dataset
 
9
 
10
 
11
  ## 📦 Dataset Details
@@ -14,11 +11,11 @@ datasets:
14
 
15
  This dataset includes:
16
 
17
- - `ACL_2012.csv` to `ACL_2024.csv`: Tabular data where each row is a paper and each column represents a paper section (e.g., Abstract, Introduction, Future Work).
18
  - `NeurIPS_2021.csv`, `NeurIPS_2022.csv`: Similar format as ACL `.csv` files.
19
- - `ACL_2023.json`, `ACL_2024.json`: Each file contains paper-wise parsed output including section headers and content. "Future Work" sections are extracted and added if found.
20
 
21
- Each record is either a paper (in `.csv`) or a structured section-by-section breakdown of a paper (in `.json`). If a paper does not contain a "Future Work" section, it has been excluded from the `.json`.
22
 
23
  - **Languages:** English
24
  - **Total Papers (after filtering):** Varies by year (see `Statistics` section on HF for breakdown)
 
1
  ---
2
  license: cc-by-4.0
 
 
 
 
3
 
4
+
5
+ # 📚 ACL & NeurIPS Dataset
6
 
7
 
8
  ## 📦 Dataset Details
 
11
 
12
  This dataset includes:
13
 
14
+ - `ACL_2012.csv` to `ACL_2024.csv`: Tabular data where each row is a paper and each column represents a paper section.
15
  - `NeurIPS_2021.csv`, `NeurIPS_2022.csv`: Similar format as ACL `.csv` files.
16
+ - `ACL_2023.json`, `ACL_2024.json`: Each file contains paper-wise parsed output including section headers and content.
17
 
18
+ Each record is either a paper (in `.csv`) or a structured section-by-section breakdown of a paper (in `.json`).
19
 
20
  - **Languages:** English
21
  - **Total Papers (after filtering):** Varies by year (see `Statistics` section on HF for breakdown)