lcalvobartolome commited on
Commit
3bd0162
·
1 Parent(s): 8b0adcb

updated readme

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -99,8 +99,8 @@ print(len(wiki_train)) # 14290
99
  ## Related Resources
100
 
101
  * [PROXANN GitHub Repository](https://github.com/ahoho/proxann)
102
- * [Are Neural Topic Models Broken? (Hoyle et al., 2022)](https://aclanthology.org/2022.emnlp-main.220/)
103
- * [Bills Dataset — Adler & Wilkerson (2008)](http://www.congressionalbills.org})
104
  * [WikiText Dataset — Merity et al. (2017)](https://arxiv.org/abs/1609.07843)
105
 
106
  ---
@@ -108,7 +108,7 @@ print(len(wiki_train)) # 14290
108
  ## License & Attribution
109
 
110
  Released under the **MIT License**.
111
- Text content derives from **Wikipedia (CC BY-SA 4.0)** and the **Congressional Bills Project** (*Adler & Wilkerson, 2008*).
112
  Please provide attribution when reusing these materials.
113
 
114
  ---
 
99
  ## Related Resources
100
 
101
  * [PROXANN GitHub Repository](https://github.com/ahoho/proxann)
102
+ * [Are Neural Topic Models Broken? (Hoyle et al., 2022)](https://aclanthology.org/2022.findings-emnlp.390/)
103
+ * [Bills Dataset — Adler & Wilkerson (2008)](http://www.congressionalbills.org)
104
  * [WikiText Dataset — Merity et al. (2017)](https://arxiv.org/abs/1609.07843)
105
 
106
  ---
 
108
  ## License & Attribution
109
 
110
  Released under the **MIT License**.
111
+ Text content derives from **Wikipedia** (*Merity et al. (2017)*) and the **Congressional Bills Project** (*Adler & Wilkerson, 2008*).
112
  Please provide attribution when reusing these materials.
113
 
114
  ---