Meyerger commited on
Commit
4020fd7
1 Parent(s): 551d8ef

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +55 -0
README.md CHANGED
@@ -82,7 +82,62 @@ BibTex:
82
  }
83
  ```
84
 
 
85
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
86
 
87
  <!-- ## Dataset Structure -->
88
 
 
82
  }
83
  ```
84
 
85
+ #### Mohler et al.
86
 
87
+ BibTex:
88
+ ```
89
+ @inproceedings{dataset_mohler,
90
+ title = "Learning to Grade Short Answer Questions using Semantic Similarity Measures and Dependency Graph Alignments",
91
+ author = "Mohler, Michael and
92
+ Bunescu, Razvan and
93
+ Mihalcea, Rada",
94
+ editor = "Lin, Dekang and
95
+ Matsumoto, Yuji and
96
+ Mihalcea, Rada",
97
+ booktitle = "Proceedings of the 49th Annual Meeting of the Association for Computational Linguistics: Human Language Technologies",
98
+ month = jun,
99
+ year = "2011",
100
+ address = "Portland, Oregon, USA",
101
+ publisher = "Association for Computational Linguistics",
102
+ url = "https://aclanthology.org/P11-1076",
103
+ pages = "752--762",
104
+ }
105
+ ```
106
+
107
+ #### Beetle II
108
+ ```
109
+ @article{dataset_beetleII,
110
+ title={BEETLE II: Deep natural language understanding and automatic feedback generation for intelligent tutoring in basic electricity and electronics},
111
+ author={Dzikovska, Myroslava and Steinhauser, Natalie and Farrow, Elaine and Moore, Johanna and Campbell, Gwendolyn},
112
+ journal={International Journal of Artificial Intelligence in Education},
113
+ volume={24},
114
+ pages={284--332},
115
+ year={2014},
116
+ publisher={Springer}
117
+ }
118
+ ```
119
+
120
+ #### CU-NLP
121
+ ```
122
+ @ARTICLE{dataset_cunlp,
123
+ author={Tulu, Cagatay Neftali and Ozkaya, Ozge and Orhan, Umut},
124
+ journal={IEEE Access},
125
+ title={Automatic Short Answer Grading With SemSpace Sense Vectors and MaLSTM},
126
+ year={2021},
127
+ volume={9},
128
+ number={},
129
+ pages={19270-19280},
130
+ keywords={Semantics;Natural language processing;Benchmark testing;Long short term memory;Deep learning;Task analysis;Learning systems;Automatic short answer grading;MaLSTM;semspace sense vectors;synset based sense embedding;sentence similarity},
131
+ doi={10.1109/ACCESS.2021.3054346}}
132
+
133
+ @inproceedings{dataset_scientsbank,
134
+ title={Annotating Students’ Understanding of Science Concepts},
135
+ author={Rodney D. Nielsen and Wayne H. Ward and James H. Martin and Martha Palmer},
136
+ booktitle={International Conference on Language Resources and Evaluation},
137
+ year={2008},
138
+ url={https://api.semanticscholar.org/CorpusID:12938607}
139
+ }
140
+ ```
141
 
142
  <!-- ## Dataset Structure -->
143