prachuryyaIITG commited on
Commit
2085a48
·
verified ·
1 Parent(s): 9e5dd93

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +19 -13
README.md CHANGED
@@ -22,7 +22,9 @@ TAFSIL leverages the high interlink between the knowledge base WikiData and link
22
 
23
  Utilizing the TAFSIL framework, various datasets have been created under four taxonomies: **FIGER**, **OntoNotes**, **HAnDS**, and **MultiCoNER2**.
24
 
25
- [Read the poster](https://huggingface.co/datasets/prachuryyaIITG/TAFSIL/resolve/main/TAFSIL_SIGIR_poster.pdf)
 
 
26
 
27
  ## TAFSIL Framework Overview
28
 
@@ -85,18 +87,22 @@ Utilizing the TAFSIL framework, various datasets have been created under four ta
85
 
86
  ## Citation
87
 
88
- ## Citation
89
-
90
  If you use this dataset, please cite the following paper:
91
 
92
  ```bibtex
93
- @inproceedings{tafsil2025sigir,
94
- title = {{TAFSIL}: Taxonomy Adaptable Fine-grained Entity Recognition through Distant Supervision for Indian Languages},
95
- author = {Kaushik, Prachuryya and Mishra, Shivansh and Anand, Ashish},
96
- booktitle = {Proceedings of the 48th International ACM SIGIR Conference on Research and Development in Information Retrieval},
97
- year = {2025},
98
- publisher = {ACM},
99
- address = {Padua, Italy},
100
- doi = {10.1145/3726302.3730341},
101
- isbn = {979-8-4007-1592-1/2025/07}
102
- }
 
 
 
 
 
 
 
22
 
23
  Utilizing the TAFSIL framework, various datasets have been created under four taxonomies: **FIGER**, **OntoNotes**, **HAnDS**, and **MultiCoNER2**.
24
 
25
+ [**Read the paper**](https://dl.acm.org/doi/10.1145/3726302.3730341)
26
+
27
+ [**Read the poster**](https://huggingface.co/datasets/prachuryyaIITG/TAFSIL/resolve/main/TAFSIL_SIGIR_poster.pdf)
28
 
29
  ## TAFSIL Framework Overview
30
 
 
87
 
88
  ## Citation
89
 
 
 
90
  If you use this dataset, please cite the following paper:
91
 
92
  ```bibtex
93
+ @inproceedings{10.1145/3726302.3730341,
94
+ author = {Kaushik, Prachuryya and Mishra, Shivansh and Anand, Ashish},
95
+ title = {TAFSIL: Taxonomy Adaptable Fine-grained Entity Recognition through Distant Supervision for Indian Languages},
96
+ year = {2025},
97
+ isbn = {9798400715921},
98
+ publisher = {Association for Computing Machinery},
99
+ address = {New York, NY, USA},
100
+ url = {https://doi.org/10.1145/3726302.3730341},
101
+ doi = {10.1145/3726302.3730341},
102
+ booktitle = {Proceedings of the 48th International ACM SIGIR Conference on Research and Development in Information Retrieval},
103
+ pages = {3753–3763},
104
+ numpages = {11},
105
+ keywords = {distant supervision, fine-grained entity typing, indian languages, low resource languages, named entity recognition},
106
+ location = {Padua, Italy},
107
+ series = {SIGIR '25}
108
+ }