whyamanbhardwaj commited on
Commit
4e14b35
·
verified ·
1 Parent(s): daf9fc0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -8
README.md CHANGED
@@ -22,11 +22,8 @@ This dataset contains the processed text, metadata, and semantic vector embeddin
22
 
23
  ### Dataset Description
24
 
25
- This dataset was generated as part of the research paper *"A Four-Stage Retrieval-Augmented Generation System for Semantic Knowledge Elicitation"*. It aims to address information overload in the AI domain by providing a ready-to-use, diachronic semantic knowledge base.
26
 
27
- The raw PDF documents were statelessly extracted, cleaned, and segmented into 5-sentence chunks. These chunks (totaling 7,496,671) were then embedded using the `sentence-transformers/all-mpnet-base-v2` model and indexed in a ChromaDB database. The dataset includes the raw extracted text, metadata, and the full pre-computed vector database (>50 GB).
28
-
29
- - **Curated by:** Aman Bhardwaj, Jeet Bhardwaj, and Mir Shahnawaz Ahmad
30
  - **Language(s) (NLP):** English (`en`)
31
  - **License:** CC-BY-NC-SA-4.0 (Creative Commons Attribution-NonCommercial-ShareAlike 4.0)
32
 
@@ -36,7 +33,6 @@ The raw PDF documents were statelessly extracted, cleaned, and segmented into 5-
36
  ### Dataset Sources
37
 
38
  - **Repository (Source Code):** [Scholarly-Epistemic-Engine](https://github.com/GitHub-AmanBhardwaj/Scholarly-Epistemic-Engine)
39
- - **Paper:** *A Four-Stage Retrieval-Augmented Generation System for Semantic Knowledge Elicitation*
40
 
41
  ## Uses
42
 
@@ -55,7 +51,7 @@ This dataset is intended for researchers and developers building or evaluating a
55
 
56
  ## Dataset Structure
57
 
58
- The repository contains several key files and directories:
59
 
60
  - `metadata.csv`: Contains the master metadata catalog for all 89,375 scraped papers (Paper ID, Title, Publication Date, URL) collected during Phase 1.
61
  - `v1.csv`, `v2.csv`, `v3.csv`, `v4.csv`: These represent the iterative stages of the full-text extraction process using the metadata. `v4.csv` contains the final, complete raw extraction dataset before data cleaning was applied.
@@ -78,7 +74,7 @@ The repository contains several key files and directories:
78
 
79
  ### Curation Rationale
80
 
81
- The rapid growth of AI literature has created an acute information overload, making it difficult for researchers to track trends or synthesize ideas across decades. Existing datasets often assume text is pre-processed or lack the scale necessary for comprehensive semantic elicitation. This dataset provides a complete, chunked, and embedded corpus to facilitate immediate research into advanced academic RAG workflows.
82
 
83
  ### Source Data
84
 
@@ -105,7 +101,7 @@ This dataset contains minimal personal information, limited to the names and ins
105
 
106
  ### Recommendations
107
 
108
- Users should employ advanced retrieval mechanisms (such as the Cross-Encoder re-ranking and Adaptive LLM Fusion detailed in the accompanying paper) to mitigate the noise of broad retrieval and ensure semantic faithfulness when generating answers from this dataset.
109
 
110
 
111
  ## Dataset Card Authors
 
22
 
23
  ### Dataset Description
24
 
25
+ The raw PDF documents were statelessly extracted, cleaned, and segmented into 5-sentence chunks. These chunks (totaling 7,496,671) were then embedded using the `sentence-transformers/all-mpnet-base-v2` model and indexed in a ChromaDB database. The dataset includes the raw extracted text, metadata, and the full pre-computed vector database.
26
 
 
 
 
27
  - **Language(s) (NLP):** English (`en`)
28
  - **License:** CC-BY-NC-SA-4.0 (Creative Commons Attribution-NonCommercial-ShareAlike 4.0)
29
 
 
33
  ### Dataset Sources
34
 
35
  - **Repository (Source Code):** [Scholarly-Epistemic-Engine](https://github.com/GitHub-AmanBhardwaj/Scholarly-Epistemic-Engine)
 
36
 
37
  ## Uses
38
 
 
51
 
52
  ## Dataset Structure
53
 
54
+ The repository contains several key files:
55
 
56
  - `metadata.csv`: Contains the master metadata catalog for all 89,375 scraped papers (Paper ID, Title, Publication Date, URL) collected during Phase 1.
57
  - `v1.csv`, `v2.csv`, `v3.csv`, `v4.csv`: These represent the iterative stages of the full-text extraction process using the metadata. `v4.csv` contains the final, complete raw extraction dataset before data cleaning was applied.
 
74
 
75
  ### Curation Rationale
76
 
77
+ Existing datasets often assume text is pre-processed or lack the scale necessary for comprehensive semantic elicitation. This dataset provides a complete, chunked, and embedded corpus to facilitate immediate research into advanced academic RAG workflows.
78
 
79
  ### Source Data
80
 
 
101
 
102
  ### Recommendations
103
 
104
+ Users should employ advanced retrieval mechanisms to mitigate the noise of broad retrieval and ensure semantic faithfulness when generating answers from this dataset.
105
 
106
 
107
  ## Dataset Card Authors