Dataset Preview
Duplicate
The full dataset viewer is not available (click to read why). Only showing a preview of the rows.
The dataset generation failed because of a cast error
Error code:   DatasetGenerationCastError
Exception:    DatasetGenerationCastError
Message:      An error occurred while generating the dataset

All the data files must have the same columns, but at some point there are 7 new columns ({'instruction', 'response', 'information_sought', 'compensation_inr', 'hf_id', 'title', 'final_direction'}) and 21 missing columns ({'cpio_replied_on', 'rti_filed_on', 'date_original_order', 'first_appeal_on', 'doc_subtype', 'source', 'doc_format', 'second_appeal_on', 'complaint_filed', 'case_no', 'date_signed', 'commissioner', 'date_adjunct', 'adjunct_outcome', 'date_of_hearing', 'rules_cited', 'date_of_decision', 'text_length', 'filename', 'appellant', 'faa_order_on'}).

This happened while the csv dataset builder was generating data using

hf://datasets/joyboseroy/rti-bench/hf_annotated.csv (at revision 1abe0384353f890f32c5d02a8fd83814fd50539f), [/tmp/hf-datasets-cache/medium/datasets/90282890721460-config-parquet-and-info-joyboseroy-rti-bench-1518b7e6/hub/datasets--joyboseroy--rti-bench/snapshots/1abe0384353f890f32c5d02a8fd83814fd50539f/cic_combined.csv (origin=hf://datasets/joyboseroy/rti-bench@1abe0384353f890f32c5d02a8fd83814fd50539f/cic_combined.csv), /tmp/hf-datasets-cache/medium/datasets/90282890721460-config-parquet-and-info-joyboseroy-rti-bench-1518b7e6/hub/datasets--joyboseroy--rti-bench/snapshots/1abe0384353f890f32c5d02a8fd83814fd50539f/hf_annotated.csv (origin=hf://datasets/joyboseroy/rti-bench@1abe0384353f890f32c5d02a8fd83814fd50539f/hf_annotated.csv)]

Please either edit the data files to have matching columns, or separate them into different configurations (see docs at https://hf.co/docs/hub/datasets-manual-configuration#multiple-configurations)
Traceback:    Traceback (most recent call last):
                File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1800, in _prepare_split_single
                  writer.write_table(table)
                File "/usr/local/lib/python3.12/site-packages/datasets/arrow_writer.py", line 765, in write_table
                  self._write_table(pa_table, writer_batch_size=writer_batch_size)
                File "/usr/local/lib/python3.12/site-packages/datasets/arrow_writer.py", line 773, in _write_table
                  pa_table = table_cast(pa_table, self._schema)
                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 2321, in table_cast
                  return cast_table_to_schema(table, schema)
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 2249, in cast_table_to_schema
                  raise CastError(
              datasets.table.CastError: Couldn't cast
              hf_id: int64
              title: string
              public_authority: string
              information_sought: string
              exemptions_cited: string
              outcome: string
              penalty_inr: double
              compensation_inr: double
              final_direction: string
              instruction: string
              response: string
              -- schema metadata --
              pandas: '{"index_columns": [{"kind": "range", "name": null, "start": 0, "' + 1617
              to
              {'filename': Value('string'), 'doc_subtype': Value('string'), 'doc_format': Value('string'), 'text_length': Value('int64'), 'case_no': Value('string'), 'date_signed': Value('string'), 'exemptions_cited': Value('string'), 'penalty_inr': Value('float64'), 'commissioner': Value('string'), 'date_original_order': Value('string'), 'date_adjunct': Value('string'), 'adjunct_outcome': Value('string'), 'source': Value('string'), 'rti_filed_on': Value('string'), 'cpio_replied_on': Value('string'), 'first_appeal_on': Value('string'), 'faa_order_on': Value('string'), 'second_appeal_on': Value('string'), 'date_of_hearing': Value('string'), 'rules_cited': Value('string'), 'outcome': Value('string'), 'public_authority': Value('string'), 'date_of_decision': Value('string'), 'appellant': Value('string'), 'complaint_filed': Value('string')}
              because column names don't match
              
              During handling of the above exception, another exception occurred:
              
              Traceback (most recent call last):
                File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 1347, in compute_config_parquet_and_info_response
                  parquet_operations = convert_to_parquet(builder)
                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 980, in convert_to_parquet
                  builder.download_and_prepare(
                File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 882, in download_and_prepare
                  self._download_and_prepare(
                File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 943, in _download_and_prepare
                  self._prepare_split(split_generator, **prepare_split_kwargs)
                File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1646, in _prepare_split
                  for job_id, done, content in self._prepare_split_single(
                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1802, in _prepare_split_single
                  raise DatasetGenerationCastError.from_cast_error(
              datasets.exceptions.DatasetGenerationCastError: An error occurred while generating the dataset
              
              All the data files must have the same columns, but at some point there are 7 new columns ({'instruction', 'response', 'information_sought', 'compensation_inr', 'hf_id', 'title', 'final_direction'}) and 21 missing columns ({'cpio_replied_on', 'rti_filed_on', 'date_original_order', 'first_appeal_on', 'doc_subtype', 'source', 'doc_format', 'second_appeal_on', 'complaint_filed', 'case_no', 'date_signed', 'commissioner', 'date_adjunct', 'adjunct_outcome', 'date_of_hearing', 'rules_cited', 'date_of_decision', 'text_length', 'filename', 'appellant', 'faa_order_on'}).
              
              This happened while the csv dataset builder was generating data using
              
              hf://datasets/joyboseroy/rti-bench/hf_annotated.csv (at revision 1abe0384353f890f32c5d02a8fd83814fd50539f), [/tmp/hf-datasets-cache/medium/datasets/90282890721460-config-parquet-and-info-joyboseroy-rti-bench-1518b7e6/hub/datasets--joyboseroy--rti-bench/snapshots/1abe0384353f890f32c5d02a8fd83814fd50539f/cic_combined.csv (origin=hf://datasets/joyboseroy/rti-bench@1abe0384353f890f32c5d02a8fd83814fd50539f/cic_combined.csv), /tmp/hf-datasets-cache/medium/datasets/90282890721460-config-parquet-and-info-joyboseroy-rti-bench-1518b7e6/hub/datasets--joyboseroy--rti-bench/snapshots/1abe0384353f890f32c5d02a8fd83814fd50539f/hf_annotated.csv (origin=hf://datasets/joyboseroy/rti-bench@1abe0384353f890f32c5d02a8fd83814fd50539f/hf_annotated.csv)]
              
              Please either edit the data files to have matching columns, or separate them into different configurations (see docs at https://hf.co/docs/hub/datasets-manual-configuration#multiple-configurations)

Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.

filename
string
doc_subtype
string
doc_format
string
text_length
int64
case_no
string
date_signed
string
exemptions_cited
string
penalty_inr
null
commissioner
string
date_original_order
string
date_adjunct
string
adjunct_outcome
string
source
string
rti_filed_on
string
cpio_replied_on
string
first_appeal_on
string
faa_order_on
string
second_appeal_on
string
date_of_hearing
string
rules_cited
string
outcome
string
public_authority
string
date_of_decision
null
appellant
null
complaint_filed
null
105795.pdf
ADJUNCT_COMPLIANCE
2023a
7,282
CIC/HNBGU/A/2020/105795
27.02.2023
['8(1)(j)']
null
Amita Pandove
04.08.2021
27.02.2023
SCN_DROPPED
cic_pdf_batch1
null
null
null
null
null
null
null
null
null
null
null
null
117965.pdf
ADJUNCT_COMPLIANCE
2023a
3,201
CIC/DHEDU/A/2017/117965
27.02.2023
[]
null
Amita Pandove
09.05.2018
27.02.2023
UNKNOWN
cic_pdf_batch1
null
null
null
null
null
null
null
null
null
null
null
null
124283.pdf
ADJUNCT_COMPLIANCE
2023a
4,487
CIC/UOALD/A/2020/124283
27.02.2023
[]
null
Amita Pandove
02.12.2021
27.02.2023
UNKNOWN
cic_pdf_batch1
null
null
null
null
null
null
null
null
null
null
null
null
126140.pdf
ADJUNCT_COMPLIANCE
2023a
2,127
CIC/OTCLC/A/2020/126140
27.02.2023
[]
null
Amita Pandove
15.11.2021
27.02.2023
SCN_DROPPED
cic_pdf_batch1
null
null
null
null
null
null
null
null
null
null
null
null
136051.pdf
PRIMARY_DECISION
2023a
4,859
CIC/CSWRI/A/2021/136051
27.02.2023
[]
null
Amita Pandove
null
null
null
cic_pdf_batch1
06.05.2021
22.06.2021
26.06.2021
12.07.2021
06.09.2021
04.01.2023
['section 2(f) of the RTI Act']
APPEAL_DISMISSED
Central Sheep and Wool Research Institute, Avikanagar, Teh- Malpura, Dist Tonk,
null
null
null
142681.pdf
PRIMARY_DECISION
2023a
6,303
null
27.02.2023
[]
null
Amita Pandove
null
null
null
cic_pdf_batch1
30.11.2020
31.12.2020
05.01.2021
27.01.2021
08.10.2021
04.01.2023
['Section 8']
APPEAL_DISMISSED
Department of Agriculture, Cooperation and Farmers Welfare, Room No-31, Krishi Bhawan,
null
null
null
143660.pdf
PRIMARY_DECISION
2023a
6,064
CIC/DHEDU/A/2021/143660
24.02.2023
[]
null
Amita Pandove
null
null
null
cic_pdf_batch1
28.06.2021
null
29.07.2021
null
13.10.2021
28.12.2022
[]
INFORMATION_DIRECTED
Nodal Officer, Ministry of Education, Department of Higher Education,
null
null
null
146467.pdf
PRIMARY_DECISION
2023a
4,806
CIC/CBSED/C/2021/146467
20.02.2023
[]
null
null
null
null
null
cic_pdf_batch1
31.07.2021
24.08.2021
null
null
null
07.12.2022
[]
APPEAL_DISMISSED
Central Board Of Secondary Education, "Shiksha Kendra", 2, Community Centre, Preet Vihar,
null
null
null
147101.pdf
PRIMARY_DECISION
2023a
5,729
CIC/NSIKP/A/2021/147101
27.02.2023
[]
null
Amita Pandove
null
null
null
cic_pdf_batch1
29.06.2021
22.07.2021
03.08.2021
01.09.2021
03.11.2021
04.01.2023
[]
APPEAL_DISMISSED
National Sugar Institute, (Department of Food & Public Distribution), Kalyanpur,
null
null
null
147258.pdf
PRIMARY_DECISION
2023a
6,534
CIC/MOHRD/A/2021/147258
01.03.2023
[]
null
Amita Pandove
null
null
null
cic_pdf_batch1
17.04.2021
null
12.06.2021
01.07.2021
08.11.2021
04.01.2023
[]
REMANDED
/Nodal Officer, Panjab University, Sector 14, Chandigarh-160014
null
null
null
147321.pdf
ADJUNCT_COMPLIANCE
2023a
3,881
CIC/UOALD/A/2017/147321
01.03.2023
[]
null
Amita Pandove
25.09.2018
01.03.2023
SCN_DROPPED
cic_pdf_batch1
null
null
null
null
null
null
null
null
null
null
null
null
148635.pdf
ADJUNCT_COMPLIANCE
2023a
3,326
CIC/MOHRD/A/2017/148635
03.03.2023
[]
null
Amita Pandove
28.09.2018
01.03.2023
SCN_DROPPED
cic_pdf_batch1
null
null
null
null
null
null
null
null
null
null
null
null
149412.pdf
ADJUNCT_COMPLIANCE
2023a
3,988
CIC/BANHU/A/2017/149412
03.03.2023
[]
null
Amita Pandove
05.10.2018
03.03.2023
SCN_DROPPED
cic_pdf_batch1
null
null
null
null
null
null
null
null
null
null
null
null
150020.pdf
PRIMARY_DECISION
2023a
3,967
CIC/NAVVS/A/2021/150020
27.02.2023
[]
null
Amita Pandove
null
null
null
cic_pdf_batch1
01.07.2021
03.08.2021
23.08.2021
28.09.2021
23.11.2021
04.01.2023
[]
APPEAL_DISMISSED
Navodaya Vidyalaya Samiti, B-15, Institutional Area, Sector 62, Noida, Uttar Pradesh -201309
null
null
null
150162.pdf
PRIMARY_DECISION
2023a
6,497
CIC/OTCLC/A/2021/150162
28.02.2023
[]
null
Amita Pandove
null
null
null
cic_pdf_batch1
18.07.2021
null
28.08.2021
null
24.11.2021
04.01.2023
['Section 5(4) of RTI Act', 'section 4(1) of the \nRTI Act']
APPEAL_DISMISSED
O/o the Dy. Chief Labour Commissioner(C), Jagjiwan Nagar, New Colony, Dhanbad 826003
null
null
null
152359.pdf
PRIMARY_DECISION
2023a
5,964
CIC/FCIND/C/2021/152359
21.02.2023
[]
null
Amita Pandove
null
null
null
cic_pdf_batch1
20.01.2021
null
null
null
null
20.01.2023
[]
INFORMATION_DIRECTED
Nodal Officer, Food Corporation of India, Headquarter Office, 16-20,
null
null
null
152752.pdf
PRIMARY_DECISION
2023a
6,539
CIC/MLABE/C/2021/152752
31.01.2023
[]
null
Amita Pandove
null
null
null
cic_pdf_batch1
10.08.2021
09.09.2021
11.09.2021
17.09.2021
null
31.01.2023
['Section 18 of the RTI Act']
COMPLAINT_S18
null
null
null
null
154649.pdf
PRIMARY_DECISION
2023a
4,549
CIC/AAOIN/C/2021/154649
30.01.2023
[]
null
Amita Pandove
null
null
null
cic_pdf_batch1
19.07.2021
21.09.2021
null
null
null
25.01.2023
['Section 18 of the RTI Act']
APPEAL_DISMISSED
Air India Airport Services Ltd., 2nd Floor, GSD Building, Air India Complex, Terminal-2,
null
null
null
156139.pdf
PRIMARY_DECISION
2023a
6,642
CIC/UODEL/C/2022/156139
31.01.2023
[]
null
Amita Pandove
null
null
null
cic_pdf_batch1
12.10.2022
10.11.2022
null
null
null
31.01.2023
['Section 8 of the RTI Act', 'Section 18', 'Section \n19', 'Section 19', 'Section 7']
APPEAL_DISMISSED
Sri Aurobindo College (Evening), University of Delhi, Malviya Nagar,
null
null
null
2017-09-14-112612ZZZZZZZZZZZ0001.pdf
OTHER
2026
33,418
null
null
[]
null
null
null
null
null
cic_pdf_batch1
null
null
null
null
null
null
null
null
null
null
null
null
2017-09-14-112719ZZZZZZZZZZZ0001.pdf
OTHER
2026
33,418
null
null
[]
null
null
null
null
null
cic_pdf_batch1
null
null
null
null
null
null
null
null
null
null
null
null
2017-11-22-1702220001.pdf
PRIMARY_DECISION
2026
73,860
CIC/SS/C/2013/000275
null
[]
null
null
null
null
null
cic_pdf_batch1
null
null
null
null
null
null
['section 2(h) of the RTI Act', 'section 1', 'section 2', 'section 2(h)', 'Section 5 of the RTI Act', 'Section 4 of the RTI Act', 'Section 19(7)', 'section 2(h) of RTI Act', 'Section 2(h)', 'Section 2(h) of RTI Act']
INFORMATION_DIRECTED
null
null
null
null
2017-11-22-1703370001.pdf
PRIMARY_DECISION
2026
73,860
CIC/SS/C/2013/000275
null
[]
null
null
null
null
null
cic_pdf_batch1
null
null
null
null
null
null
['section 2(h) of the RTI Act', 'section 1', 'section 2', 'section 2(h)', 'Section 5 of the RTI Act', 'Section 4 of the RTI Act', 'Section 19(7)', 'section 2(h) of RTI Act', 'Section 2(h)', 'Section 2(h) of RTI Act']
INFORMATION_DIRECTED
null
null
null
null
2018-01-09-102058CIC-BS-A-2016-0010910001.pdf
PRIMARY_DECISION
2023a
40,417
null
null
[]
null
null
null
null
null
cic_pdf_batch1
null
null
null
null
null
null
['Section 8', 'section 2', 'Section 10', 'Section 12', 'Section 8(1)', 'Section 80', 'Section 20', 'Section 2', 'section 4']
UNKNOWN
null
null
null
null
2019-12-10-153429NPCI.pdf
FULL_BENCH
2023a
26,355
null
null
[]
null
null
null
null
null
cic_pdf_batch1
null
null
null
null
null
null
null
null
null
null
null
null
2019-12-10-155424107254.pdf
PRIMARY_DECISION
2023a
14,124
null
null
['8(1)(i)']
null
null
null
null
null
cic_pdf_batch1
null
null
null
null
null
null
['Section 8(l)', 'Section 8(3) of the RTI Act', 'Section 8(1)(i) of the RTI Act', 'Section 8(1)', 'Section 8(3)', 'section 8 of the RTI Act', 'section 6', 'Section 8 of the\nRTI Act', 'section 3']
UNKNOWN
null
null
null
null
2019-12-10-155825107928.pdf
PRIMARY_DECISION
2023a
15,514
null
null
[]
null
Bimal Julka)
null
null
null
cic_pdf_batch1
null
null
null
null
null
null
['Section 8(1)', 'Section 8(3) of the\nRTI Act', 'Section 8(3) of the RTI Act', 'section 8(l)', 'section 8(3)', 'section 8 of the RTI Act', 'Section 8 of the\nRTI Act', 'Section 8(3)', 'section 3']
UNKNOWN
null
null
null
null
2019-12-20-175123CIC-CCUBL-C-2017-128442-BJ-Interim.pdf
PRIMARY_DECISION
2023a
27,836
CIC/CCUBL/C/2017/128442
null
[]
null
null
null
null
null
cic_pdf_batch1
null
null
null
null
null
30.10.2019
['Section 18', 'Section \n20(1) of the RTI Act', 'Section 20']
PENALTY_IMPOSED
null
null
null
null
2023-01-30-172616109239.pdf
PRIMARY_DECISION
2023a
8,849
CIC/NYUKS/C/2021/109239
30.01.2023
[]
null
Amita Pandove
null
null
null
cic_pdf_batch1
23.11.2020
null
null
null
null
22.07.2022
['section 6(3) \nof the RTI Act', 'Section 18 of the RTI Act']
REMANDED
Nehru Yuva kendra Sangathan, Ministry of youth affairs & sports, 2nd Floor, Late Balwant
null
null
null
2023-02-06-165523604805.pdf
PRIMARY_DECISION
2023a
4,654
CIC/AWBIC/C/2022/604805
06.02.2023
[]
null
Amita Pandove
null
null
null
cic_pdf_batch1
08.11.2021
null
null
null
null
02.02.2023
['Section 18 of the RTI Act']
APPEAL_DISMISSED
Animal Welfare Board of India, 42 KM Stone, Delhi- Agra Highway, (NH-2),
null
null
null
2023-02-20-160635129347.pdf
PRIMARY_DECISION
2023a
9,759
CIC/OTCLC/C/2021/129347
20.02.2023
['8(1)(h)']
null
Amita Pandove
null
null
null
cic_pdf_batch1
22.02.2021
18.03.2021
24.03.2021
19.04.2021
null
22.09.2022
['Section 18 of the RTI Act', 'Section 8(1) of the RTI Act', 'Section 20(1)', 'Section 8']
COMPLAINT_S18
O/o the Dy. Chief Labour Commissioner (Central), Jagjiwan Nagar, New Colony,
null
null
null
2023-02-20-160849619005.pdf
PRIMARY_DECISION
2023a
8,209
CIC/FCIND/C/2021/619005
20.02.2023
[]
null
Amita Pandove
null
null
null
cic_pdf_batch1
05.02.2021
null
16.03.2021
24.03.2021
null
06.09.2022
['Section 18 of the RTI Act', 'Section 20(1)']
COMPLAINT_S18
Food Corporation of India, Divisional Office Manmad, FCI Rd, Manmad, Nashik,
null
null
null
2023-02-20-161037627721.pdf
PRIMARY_DECISION
2023a
6,091
CIC/KVSAN/C/2021/627721
20.02.2023
[]
null
Amita Pandove
null
null
null
cic_pdf_batch1
16.01.2021
10.02.2021
16.02.2021
16.04.2021
null
15.09.2022
['Section 18 of the RTI Act', 'Section 20(1)']
COMPLAINT_S18
Kendriya Vidyalaya Sangathan, Delhi Region, Old JNU Campus, Baba Gangnath Marg,
null
null
null
2023-02-20-161206622548.pdf
PRIMARY_DECISION
2023a
8,133
CIC/NIOPS/C/2021/622548
20.02.2023
[]
null
Amita Pandove
null
null
null
cic_pdf_batch1
08.03.2021
07.04.2021
07.04.2021
16.04.2021
null
31.08.2022
['Section 18 of the RTI Act', 'Section 20(1)']
COMPLAINT_S18
National Institute of Open Schooling, Regional Center Chandigarh, YMCA Complex,
null
null
null
2023-02-21-155332124722.pdf
PRIMARY_DECISION
2023a
8,204
null
21.02.2023
[]
null
Amita Pandove
null
null
null
cic_pdf_batch1
22.03.2021
20.04.2021
20.04.2021
20.05.2021
null
29.06.2022
['Section 18 of the RTI Act', 'Section 20(1)']
COMPLAINT_S18
Department of Agriculture, Co-operation and Farmers, Regional Office, Kendriya
null
null
null
2023-02-21-155434604226.pdf
PRIMARY_DECISION
2023a
10,043
CIC/DOMAI/C/2021/604226
21.02.2023
[]
null
Amita Pandove
null
null
null
cic_pdf_batch1
02.11.2020
03.12.2020
12.01.2021
27.01.2021
null
29.06.2022
['Section 18 of the RTI Act', 'Section 20(1)']
COMPLAINT_S18
Department of Agriculture Cooperative and Farmers Welfare, Directorate of
null
null
null
2023-02-22-165757698809.pdf
PRIMARY_DECISION
2023a
7,759
CIC/DSELI/C/2021/698809
22.02.2023
[]
null
Amita Pandove
null
null
null
cic_pdf_batch1
08.05.2020
25.05.2020
18.06.2020
null
null
31.05.2022
['Section 18 of the RTI Act', 'Section 20(1)']
PENALTY_IMPOSED
/Assistant Secretary(Affiliation), Central Board Of Secondary Education, "Shiksha Kendra", 2,
null
null
null
2023-02-22-165920689520.pdf
PRIMARY_DECISION
2023a
13,388
CIC/DSELI/C/2020/689520
22.02.2023
[]
null
Amita Pandove
null
null
null
cic_pdf_batch1
03.08.2020
06.10.2020
03.09.2020
04.09.2020
null
15.03.2022
['Section 18 of the RTI Act', 'Section 6', 'Section 20(1)', 'Section 6(3)']
REMANDED
Department Of School Education And Literacy, Shastri Bhawan, Dr Rajendra Prasad Rd,
null
null
null
2023-02-22-170224698820.pdf
PRIMARY_DECISION
2023a
8,410
CIC/CBSED/C/2021/698820
22.02.2023
[]
null
Amita Pandove
null
null
null
cic_pdf_batch1
02.07.2020
15.07.2020
03.12.2020
03.12.2020
null
31.05.2022
['Section 18 of the RTI Act', 'Section 20(1)']
PENALTY_IMPOSED
/Assistant Secretary(Affiliation), Central Board Of Secondary Education, "Shiksha Kendra", 2,
null
null
null
2023-02-23-172736686134.pdf
PRIMARY_DECISION
2023a
8,457
CIC/MOYAS/C/2020/686134
23.02.2022
[]
null
Amita Pandove
null
null
null
cic_pdf_batch1
19.02.2020
null
23.03.2020
null
null
27.01.2022
['Section 18 of the RTI Act', 'Section 20(1)']
COMPLAINT_S18
Ministry of Youth affairs and Sports C-Wing, Shastri Bhawan New Delhi - 110001
null
null
null
2023-02-27-155059651651.pdf
PRIMARY_DECISION
2023a
5,683
CIC/MOFPI/A/2021/651651
27.02.2023
[]
null
Amita Pandove
null
null
null
cic_pdf_batch1
17.06.2021
null
27.07.2021
09.08.2021
31.10.2021
04.01.2023
[]
UNKNOWN
National Institute of Food Technology Entrepreneurship and Management, Plot No. 97,
null
null
null
2023-02-28-104619145853.pdf
PRIMARY_DECISION
2023a
4,807
CIC/OTCLC/A/2021/145853
27.02.2023
[]
null
Amita Pandove
null
null
null
cic_pdf_batch1
23.01.2021
22.02.2021
26.03.2021
02.08.2021
26.10.2021
04.01.2023
['Section 20(1)']
UNKNOWN
O/o the Deputy Chief Labour Commissioner (Central), Kendriya Sadan, Sector- 9A,
null
null
null
2023-02-28-122814677145.pdf
ADJUNCT_COMPLIANCE
2023a
2,512
CIC/UGCOM/A/2020/677145
27.02.2023
[]
null
Amita Pandove
15.11.2021
27.02.2023
UNKNOWN
cic_pdf_batch1
null
null
null
null
null
null
null
null
null
null
null
null
2023-03-03-113432105563.pdf
ADJUNCT_COMPLIANCE
2023a
3,197
CIC/NIEMU/A/2017/105563
02.03.2023
[]
null
Amita Pandove
16.05.2018
02.03.2023
SCN_DROPPED
cic_pdf_batch1
null
null
null
null
null
null
null
null
null
null
null
null
2023-03-06-134650600053.pdf
ADJUNCT_COMPLIANCE
2023a
3,100
CIC/EPFOG/A/2020/600053
03.03.2023
[]
null
Amita Pandove
23.08.2021
03.03.2023
SCN_DROPPED
cic_pdf_batch1
null
null
null
null
null
null
null
null
null
null
null
null
2023-03-06-134756150641.pdf
ADJUNCT_COMPLIANCE
2023a
3,807
CIC/ICOHR/A/2017/150641
03.03.2023
[]
null
Amita Pandove
09.10.2018
01.03.2023
SCN_DROPPED
cic_pdf_batch1
null
null
null
null
null
null
null
null
null
null
null
null
601157.pdf
PRIMARY_DECISION
2023a
7,844
CIC/MAZEF/C/2022/601157
07.02.2023
[]
null
Amita Pandove
null
null
null
cic_pdf_batch1
04.10.2021
23.11.2021
null
null
null
03.02.2023
['section 2(h)', 'Section 18 of the RTI Act']
APPEAL_DISMISSED
Maulana Azad Education Foundation (Ministry of Minority Affairs, Government
null
null
null
601466.pdf
PRIMARY_DECISION
2023a
6,097
CIC/KVSAN/A/2022/601466
28.02.2023
['8(1)(j)']
null
Amita Pandove
null
null
null
cic_pdf_batch1
09.07.2021
07.08.2021
04.09.2021
30.09.2021
06.01.2022
04.01.2023
['section 8(1)(j) of the RTI Act', 'Section 8']
UNKNOWN
Kendriya Vidyalaya Sangathan, Regional Office-Agra, Grand Parade Road, Agra Cantt.,
null
null
null
601514.pdf
ADJUNCT_COMPLIANCE
2023a
3,412
CIC/NCTED/A/2017/601514
28.02.2023
[]
null
Amita Pandove
06.08.2018
28.02.2023
SCN_DROPPED
cic_pdf_batch1
null
null
null
null
null
null
null
null
null
null
null
null
601668.pdf
PRIMARY_DECISION
2023a
4,317
CIC/AWBIC/C/2022/601668
06.02.2023
[]
null
Amita Pandove
null
null
null
cic_pdf_batch1
21.10.2021
null
null
null
null
02.02.2023
['Section 18 of the RTI Act']
APPEAL_DISMISSED
null
null
null
null
601669.pdf
PRIMARY_DECISION
2023a
4,266
CIC/AWBIC/C/2022/601669
06.02.2023
[]
null
Amita Pandove
null
null
null
cic_pdf_batch1
22.10.2021
null
null
null
null
02.02.2023
['Section 18 of the RTI Act']
APPEAL_DISMISSED
null
null
null
null
601671.pdf
PRIMARY_DECISION
2023a
4,480
CIC/AWBIC/C/2022/601671
06.02.2023
[]
null
Amita Pandove
null
null
null
cic_pdf_batch1
25.10.2021
null
null
null
null
02.02.2023
['Section 18 of the RTI Act']
APPEAL_DISMISSED
Animal Welfare Board of India, 42 KM Stone, Delhi- Agra Highway, (NH-2), Ballabhgarh,
null
null
null
602125.pdf
ADJUNCT_COMPLIANCE
2023a
3,222
CIC/CUOJK/A/2017/602125
03.03.2023
[]
null
AmitaPandove
20.09.2018
03.03.2023
SCN_DROPPED
cic_pdf_batch1
null
null
null
null
null
null
null
null
null
null
null
null
602197.pdf
ADJUNCT_COMPLIANCE
2023a
3,278
CIC/HNBGU/A/2017/602197
02.03.2023
[]
null
AmitaPandove
20.09.2018
02.03.2023
SCN_DROPPED
cic_pdf_batch1
null
null
null
null
null
null
null
null
null
null
null
null
602497.pdf
ADJUNCT_COMPLIANCE
2023a
3,039
CIC/AICTE/A/2017/602497
03.03.2023
[]
null
Amita Pandove
07.08.2018
03.03.2023
SCN_DROPPED
cic_pdf_batch1
null
null
null
null
null
null
null
null
null
null
null
null
602523.pdf
PRIMARY_DECISION
2023a
5,733
null
09.02.2023
[]
null
Amita Pandove
null
null
null
cic_pdf_batch1
07.11.2021
03.12.2021
null
null
null
01.02.2023
['Section 18 of the RTI Act']
APPEAL_DISMISSED
Ministry of Cooperation, O/o the Central Registrar of Cooperative Societes,
null
null
null
604334.pdf
PRIMARY_DECISION
2023a
4,657
CIC/AWBIC/C/2022/604334
06.02.2023
[]
null
Amita Pandove
null
null
null
cic_pdf_batch1
04.11.2021
null
null
null
null
02.02.2023
['Section 18 of the RTI Act']
APPEAL_DISMISSED
Animal Welfare Board of India, 42 KM Stone, Delhi- Agra Highway, (NH-2),
null
null
null
604483.pdf
PRIMARY_DECISION
2023a
5,217
CIC/BANHU/A/2022/604483
01.03.2023
['8(1)(j)']
null
Amita Pandove
null
null
null
cic_pdf_batch1
11.11.2021
07.12.2021
24.12.2021
17.01.2022
21.01.2022
01.12.2022
['section 8(1)(j) of the RTI Act', 'Section 8']
UNKNOWN
/Deputy Registrar, Banaras Hindu University, Rajiv Gandhi South Campus, Barkachha, Mirzapur
null
null
null
604655.pdf
PRIMARY_DECISION
2023a
8,499
CIC/BANHU/A/2022/604655
01.03.2023
[]
null
Amita Pandove
null
null
null
cic_pdf_batch1
04.09.2021
29.09.2021
04.10.2021
22.10.2021
22.01.2022
01.12.2022
['section 9(d)']
APPEAL_DISMISSED
/Deputy Registrar, Banaras Hindu University, Rajiv Gandhi South Campus, Barkachha, Mirzapur
null
null
null
604669.pdf
PRIMARY_DECISION
2023a
7,432
CIC/BANHU/A/2022/604669
01.03.2023
[]
null
Amita Pandove
null
null
null
cic_pdf_batch1
07.11.2021
25.11.2021
07.12.2021
15.12.2021
22.01.2022
01.12.2022
['Section 5(4) of RTI Act']
APPEAL_DISMISSED
/Deputy Registrar, Banaras Hindu University, Rajiv Gandhi South Campus, Barkachha, Mirzapur
null
null
null
604670.pdf
PRIMARY_DECISION
2023a
5,071
CIC/BANHU/A/2022/604670
01.03.2023
[]
null
Amita Pandove
null
null
null
cic_pdf_batch1
02.11.2021
09.11.2021
06.12.2021
28.12.2021
22.01.2022
01.12.2022
[]
UNKNOWN
/Deputy Registrar, Banaras Hindu University, Rajiv Gandhi South Campus, Barkachha, Mirzapur
null
null
null
604805.pdf
PRIMARY_DECISION
2023a
4,654
CIC/AWBIC/C/2022/604805
06.02.2023
[]
null
Amita Pandove
null
null
null
cic_pdf_batch1
08.11.2021
null
null
null
null
02.02.2023
['Section 18 of the RTI Act']
APPEAL_DISMISSED
Animal Welfare Board of India, 42 KM Stone, Delhi- Agra Highway, (NH-2),
null
null
null
605372.pdf
PRIMARY_DECISION
2023a
4,919
CIC/AWBIC/C/2022/605372
02.02.2023
[]
null
Amita Pandove
null
null
null
cic_pdf_batch1
11.11.2021
null
null
null
null
02.02.2023
['Section 18 of the RTI Act']
APPEAL_DISMISSED
Animal Welfare of India, 42 KM Stone, Delhi- Agra Highway, (NH-2),
null
null
null
640024.pdf
PRIMARY_DECISION
2023a
6,373
CIC/NITRK/C/2021/640024
08.02.2023
[]
null
Amita Pandove
null
null
null
cic_pdf_batch1
26.06.2021
08.07.2021
13.07.2021
null
null
09.12.2022
['Section 18 of the RTI Act']
APPEAL_DISMISSED
National Institute of Technology, Sector 1, Rourkela, Dist. Sundargarh,
null
null
null
645870.pdf
PRIMARY_DECISION
2023a
4,966
CIC/DCDKS/A/2021/645870
02.03.2023
['8(1)(j)']
null
Amita Pandove
null
null
null
cic_pdf_batch1
04.06.2021
null
15.07.2021
18.09.2021
29.09.2021
06.01.2023
['section 8(1)(j)', 'section 8(1)(j) of the RTI Act', 'section 8(1)(j) of \nthe RTI Act']
APPEAL_DISMISSED
Dargah Committee Office, Dargah Khwaja Saheb, Gali Langarkhana, Dargah Bazar,
null
null
null
646605.pdf
PRIMARY_DECISION
2023a
5,449
CIC/EPFOG/C/2021/646605
02.03.2023
[]
null
Amita Pandove
null
null
null
cic_pdf_batch1
12.02.2021
17.02.2021
17.02.2021
04.03.2021
null
29.11.2022
['Section 18 of the RTI Act']
APPEAL_DISMISSED
Employees Provident Fund Organisation, Ladowali Rd, opp. Govt. Sr. Sec. School,
null
null
null
646949.pdf
PRIMARY_DECISION
2023a
6,432
CIC/OTCLC/A/2021/646949
03.03.2023
[]
null
Amita Pandove
null
null
null
cic_pdf_batch1
29.12.2020
21.06.2021
22.03.2021
09.04.2021
20.07.2021
21.12.2022
[]
UNKNOWN
O/o the Chief Labour Commissioner(Central), Shram Shakti Bhawan, Rafi Marg,
null
null
null
647052.pdf
PRIMARY_DECISION
2023a
5,885
CIC/EPFOG/C/2021/647052
20.02.2023
[]
null
Amita Pandove
null
null
null
cic_pdf_batch1
12.02.2021
17.02.2021
17.02.2021
04.03.2021
null
07.12.2022
['Section 18 of the RTI Act']
APPEAL_DISMISSED
Employees Provident Fund Organisation, Regional Office, Vijay Nagar, Jabalpur,
null
null
null
647670.pdf
PRIMARY_DECISION
2023a
5,354
CIC/EPFOG/C/2021/647670
02.03.2023
[]
null
Amita Pandove
null
null
null
cic_pdf_batch1
12.02.2021
17.02.2021
17.02.2021
04.03.2021
null
29.11.2022
['Section 18 of the RTI Act']
COMPLAINT_S18
Employees Provident Fund Organisation, LIC Office Lane, Morampudi Junction,
null
null
null
648390.pdf
PRIMARY_DECISION
2023a
5,550
CIC/BANHU/A/2021/648390
01.03.2023
[]
null
Amita Pandove
null
null
null
cic_pdf_batch1
17.07.2021
04.08.2021
10.08.2021
03.09.2021
14.10.2021
01.12.2022
[]
APPEAL_DISMISSED
Banaras Hindu University, Rajiv Gandhi South Campus, Barkachha, Mirzapur Uttar Pradesh 231 001
null
null
null
648532.pdf
PRIMARY_DECISION
2023a
4,220
CIC/BANHU/A/2021/648532
01.03.2023
[]
null
Amita Pandove
null
null
null
cic_pdf_batch1
19.08.2021
31.08.2021
31.08.2021
null
14.10.2021
01.12.2022
[]
APPEAL_DISMISSED
Banaras Hindu University, RTI Cell, Ajagara, Varanasi, U.P -221005
null
null
null
648563.pdf
PRIMARY_DECISION
2023a
5,292
CIC/EPFOG/C/2021/648563
02.03.2023
[]
null
Amita Pandove
null
null
null
cic_pdf_batch1
12.02.2021
23.02.2021
17.02.2021
04.03.2021
null
29.11.2022
['Section 18 of the RTI Act']
COMPLAINT_S18
Employees' Provident Fund Organisation, Bhavishaya Nidhi Bhawan, Urban Estate Phase-I,
null
null
null
651190.pdf
PRIMARY_DECISION
2023a
4,686
CIC/NAVVS/A/2021/651190
04.01.2023
[]
null
Amita Pandove
null
null
null
cic_pdf_batch1
14.10.2021
22.10.2021
23.10.2021
27.10.2021
28.10.2021
04.01.2023
[]
APPEAL_DISMISSED
Navodaya Vidyalaya Samiti, B-15, Institutional Area, Sector 62, Noida, Uttar Pradesh -201307
null
null
null
651559.pdf
PRIMARY_DECISION
2023a
6,617
CIC/NAVVS/A/2021/651559
27.02.2023
[]
null
Amita Pandove
null
null
null
cic_pdf_batch1
16.09.2021
11.10.2021
12.10.2021
22.10.2021
30.10.2021
04.01.2023
['Section 8']
UNKNOWN
Navodaya Vidyalaya Samiti, B-15, Institutional Area, Sector 62, Noida, Uttar Pradesh -201307
null
null
null
654200.pdf
PRIMARY_DECISION
2023a
4,491
CIC/BANHU/A/2021/654200
01.03.2023
[]
null
Amita Pandove
null
null
null
cic_pdf_batch1
18.08.2021
14.09.2021
29.09.2021
20.10.2021
15.11.2021
01.12.2022
[]
UNKNOWN
/Deputy Registrar Banaras Hindu University, Rajiv Gandhi South Campus, Barkachha, Mirzapur
null
null
null
654271.pdf
PRIMARY_DECISION
2023a
4,440
CIC/BANHU/A/2021/654271
01.03.2023
[]
null
Amita Pandove
null
null
null
cic_pdf_batch1
06.10.2021
15.11.2021
06.11.2021
10.11.2021
15.11.2021
01.12.2022
[]
UNKNOWN
Banaras Hindu University, RTI Cell, Ajagara, Varanasi, U.P -221005
null
null
null
654576.pdf
PRIMARY_DECISION
2023a
4,033
CIC/DHGVV/C/2021/654576
08.02.2023
[]
null
Amita Pandove
null
null
null
cic_pdf_batch1
14.09.2021
12.10.2021
22.10.2021
28.10.2021
null
04.01.2023
[]
APPEAL_DISMISSED
Dr. Harisingh Gour Vishwadiyalaya, University Road, Sagar,
null
null
null
654599.pdf
PRIMARY_DECISION
2023a
6,125
CIC/UODEL/C/2021/654599
23.02.2023
[]
null
Amita Pandove
null
null
null
cic_pdf_batch1
14.09.2021
13.10.2021
13.10.2021
null
null
01.12.2022
['Section 18 of the RTI Act']
APPEAL_DISMISSED
University of Delhi, Delhi-110007
null
null
null
655173.pdf
PRIMARY_DECISION
2023a
6,069
CIC/CUOJK/A/2021/655173
28.02.2023
[]
null
Amita Pandove
null
null
null
cic_pdf_batch1
27.08.2021
null
30.09.2021
null
19.11.2021
04.01.2023
[]
UNKNOWN
Central University of Jharkhand, VillageCheri-Manatu, P.O.- Kamre, P.S.- Kanke,
null
null
null
655891.pdf
PRIMARY_DECISION
2023a
4,771
CIC/BANHU/A/2021/655891
01.03.2023
[]
null
Amita Pandove
null
null
null
cic_pdf_batch1
18.09.2021
27.10.2021
18.10.2021
20.11.2021
23.11.2021
01.12.2022
['Section 5(4) of RTI Act']
APPEAL_DISMISSED
/Deputy Registrar, Banaras Hindu University, Rajiv Gandhi South Campus, Barkachha, Mirzapur
null
null
null
657815.pdf
ADJUNCT_COMPLIANCE
2023a
3,310
CIC/EPFOG/A/2019/657815
03.03.2023
[]
null
Amita Pandove
12.08.2021
03.03.2023
SCN_DROPPED
cic_pdf_batch1
null
null
null
null
null
null
null
null
null
null
null
null
661570.pdf
PRIMARY_DECISION
2023a
4,951
CIC/DHEDU/A/2021/661570
27.02.2023
[]
null
Amita Pandove
null
null
null
cic_pdf_batch1
06.09.2021
10.09.2021
15.09.2021
24.09.2021
20.12.2021
04.01.2023
[]
APPEAL_DISMISSED
Ministry of Education, Department of Higher Education, Shastri Bhawan,
null
null
null
661787.pdf
PRIMARY_DECISION
2023a
5,511
CIC/DHEDU/A/2021/661787
27.02.2023
['8(1)(j)', '8(1)(h)']
null
Amita Pandove
null
null
null
cic_pdf_batch1
16.08.2021
27.08.2021
27.08.2021
15.09.2021
21.12.2021
04.01.2023
['section 8(1)(j)', 'section 8']
APPEAL_DISMISSED
Ministry of Education, Department of Higher Education, Shastri Bhawan,
null
null
null
662804.pdf
PRIMARY_DECISION
2023a
7,307
CIC/BANHU/A/2021/662804
01.03.2023
[]
null
Amita Pandove
null
null
null
cic_pdf_batch1
04.10.2021
08.10.2021
06.11.2021
26.11.2021
27.12.2021
01.12.2022
['Section 5(4) of RTI Act', 'Section 8']
APPEAL_DISMISSED
/Deputy Registrar, Banaras Hindu University, Rajiv Gandhi South Campus,
null
null
null
662814.pdf
PRIMARY_DECISION
2023a
6,202
CIC/BANHU/A/2021/662814
01.03.2023
[]
null
Amita Pandove
null
null
null
cic_pdf_batch1
30.10.2021
null
30.11.2021
20.12.2021
27.12.2021
01.12.2022
['Section 5(4) of RTI Act']
APPEAL_DISMISSED
/Deputy Registrar, Banaras Hindu University, RTI Cell, Ajagara, Varanasi, U.P -221005
null
null
null
663075.pdf
PRIMARY_DECISION
2023a
6,568
CIC/BANHU/A/2021/663075
28.02.2023
[]
null
Amita Pandove
null
null
null
cic_pdf_batch1
10.10.2021
25.10.2021
10.11.2021
22.11.2021
28.12.2021
01.12.2022
[]
INFORMATION_DIRECTED
/Deputy Registrar, Banaras Hindu University, RTI Cell, Ajagara, Varanasi, U.P -221005
null
null
null
685901.pdf
ADJUNCT_COMPLIANCE
2023a
3,389
CIC/CBSED/A/2020/685901
27.02.2023
[]
null
Amita Pandove
01.12.2021
27.02.2023
SCN_DROPPED
cic_pdf_batch1
null
null
null
null
null
null
null
null
null
null
null
null
CIC-CC-C-2015-0001020001.pdf
PRIMARY_DECISION
2023a
29,318
null
null
['8(1)(j)', '8(1)(i)', '8(1)(d)']
null
null
null
null
null
cic_pdf_batch1
null
null
null
null
null
21.03.2017
['section 8', 'Section 8', 'Section 19', 'Section 8(t) of the RTI Act', 'Section 8(1)(i)', 'section 8(1)']
UNKNOWN
null
null
null
null
CIC-CCUBL-C-2017-128442-BJ-Final.pdf
INTERIM
2023a
30,577
CIC/CCUBL/C/2017/128442
null
[]
null
null
null
null
null
cic_pdf_batch1
null
null
null
null
null
null
null
null
null
null
null
null
CIC-CCUBL-C-2017-128442-BJ-Interim.pdf
PRIMARY_DECISION
2023a
12,647
CIC/CCUBL/C/2017/128442
null
[]
null
null
null
null
null
cic_pdf_batch1
null
null
null
null
null
30.10.2019
['Section 18', 'Section 20(1) of the RTI Act']
PENALTY_IMPOSED
null
null
null
null
CIC-DOURD-C-2020-107484.pdf
PRIMARY_DECISION
2026
82,801
CIC/DOURD/C/2020/107484
null
[]
null
Anandi Ramalingam
null
null
null
cic_pdf_batch1
07
null
null
null
null
null
['Section 2', 'Section 18', 'section 11', 'section 12', 'Section \n19', 'Section 2(h)', 'Section 4', 'Section 8', 'Section 19 of the RTI Act', 'Section 19']
UNKNOWN
null
null
null
null
CIC-LS-C-2012-000714.pdf
FULL_BENCH
2026
160,750
CIC/WB/A/2009/00
null
[]
null
null
null
null
null
cic_pdf_batch1
null
null
null
null
null
null
null
null
null
null
null
null
CIC-RBIND-C-2017-123750.pdf
PRIMARY_DECISION
2023a
37,712
null
null
['8(1)(e)']
null
null
null
null
null
cic_pdf_batch1
null
null
null
null
null
null
['Section 18', 'Section 18(1)(f) of the\nRTI Act', 'Section 18 of the RTI Act', 'Section 4(1)(b)', 'Section 6', 'Section\n18 of the RTI Act', 'Section 4', 'Section 18(1)', 'Section\n8(1)(e)', 'Section 4 of the RTI Act']
PENALTY_IMPOSED
null
null
null
null
CIC-SH-C-2015-000182.pdf
PRIMARY_DECISION
2026
24,015
null
null
[]
null
null
null
null
null
cic_pdf_batch1
null
null
null
null
null
null
['section 18(1)', 'section 20 of the RTI Act', 'section 2(h) of the RTI Act', 'Section 2', 'section 2(h) of RTI Act', 'Section 2(h)', 'section 2(h)']
PENALTY_IMPOSED
null
null
null
null
FULL_BENCH0001.pdf
FULL_BENCH
2026
1,167
null
null
[]
null
null
null
null
null
cic_pdf_batch1
null
null
null
null
null
null
null
null
null
null
null
null
FULL_BENCH_ORDER.pdf
FULL_BENCH
2023a
4,142
null
null
[]
null
null
null
null
null
cic_pdf_batch1
null
null
null
null
null
null
null
null
null
null
null
null
NPCI.pdf
FULL_BENCH
2023a
26,355
null
null
[]
null
null
null
null
null
cic_pdf_batch1
null
null
null
null
null
null
null
null
null
null
null
null
Order_(1).pdf
FULL_BENCH
2023a
26,355
null
null
[]
null
null
null
null
null
cic_pdf_batch1
null
null
null
null
null
null
null
null
null
null
null
null
Rashmi_Sharma_(DB).pdf
PRIMARY_DECISION
2026
34,349
CIC/GNCTD/A/2018/127006
null
[]
null
Vanaja N. Sarna
null
null
null
cic_pdf_batch1
05
null
10
null
null
04
['Section 2(h)', 'Section 2(h) of the RTI Act', 'section 2(h) of the RTI Act', 'Section \n2(h) of the RTI Act', 'Section 3', 'Section 2(h) of the \nRTI Act']
UNKNOWN
null
null
null
null
ZZZZZZZZZZZ0001.pdf
OTHER
2026
33,418
null
null
[]
null
null
null
null
null
cic_pdf_batch1
null
null
null
null
null
null
null
null
null
null
null
null
End of preview.

RTI-Bench: A Structured Dataset for Indian RTI Decision Analysis

Dataset Description

RTI-Bench is the first structured dataset of Central Information Commission (CIC) decisions under India's Right to Information Act, 2005. It supports research in legal NLP, civic AI, and AI-assisted access to justice.

Total cases: 1,516 across two sources:

  • 1,218 annotated instruction-response pairs (Source A)
  • 298 structured CIC PDF decisions spanning 5 commissioners and 3 document format generations, 2023–2026 (Source B)

Overall label coverage: 82.8% of 1,457 primary cases, extracted using a fully reproducible rule-based pipeline — no LLM annotation.


Dataset Structure

Source A — Instruction-Response Corpus (hf_annotated)

Derived from jatinmehra/RTI-CASE-DATASET with structured fields added via rule-based extraction.

Field Type Description
hf_id int Original row index
title string RTI case subject line
instruction string Background: information sought, PIO response, hearing
response string Commission's final direction
public_authority string Government department/body
information_sought string What the RTI requested (1 sentence)
exemptions_cited list[string] RTI Act sections invoked e.g. ["8(1)(j)"]
outcome string See outcome labels below
penalty_inr float Penalty amount if imposed
compensation_inr float Compensation awarded if any
final_direction string Last directive sentence from Commission

Source B — CIC PDF Corpus (cic_annotated)

Extracted from 298 CIC decision PDFs collected from dsscic.nic.in.

Field Type Description
filename string Original PDF filename
doc_subtype string PRIMARY_DECISION / ADJUNCT_COMPLIANCE / FULL_BENCH
doc_format string 2023a / 2023b / 2026
case_no string CIC case number e.g. CIC/CSWRI/A/2021/136051
commissioner string Information Commissioner name
public_authority string Respondent department
issue string Information sought (IRAC Issue component)
application string Submissions during hearing (IRAC Application)
rules_cited list[string] RTI Act sections referenced
conclusion string Commission's decision text (IRAC Conclusion)
outcome string See outcome labels below
exemptions_cited list[string] Section 8(1)(x) exemptions invoked
rti_filed_on string Date RTI application filed
cpio_replied_on string Date CPIO replied
first_appeal_on string Date first appeal filed
date_of_hearing string Date of CIC hearing
adjunct_outcome string For ADJUNCT_COMPLIANCE: SCN_DROPPED / PENALTY_IMPOSED etc.

Outcome Labels

Label Description Count (A) Count (B)
INFORMATION_DIRECTED Commission directed disclosure 524 15
APPEAL_DISMISSED Appeal dismissed, PIO upheld 380 69
UNKNOWN Requires human review 134 117
PENALTY_IMPOSED Penalty under Section 20 92 10
PARTIAL_RELIEF Partial information directed 76 0
COMPLAINT_S18 Section 18 complaint disposed 0 18
REMANDED Referred back to PIO/FAA 11 5
WITHDRAWN Appellant withdrew 0 5
ADJOURNED Adjourned sine die 1 0

Exemption Distribution

467 total exemption citations across both sources:

Section Description Count
8(1)(j) Personal information 158
8(1)(d) Commercial confidence 77
8(1)(e) Fiduciary relationship 76
8(1)(h) Impeding investigation 71
8(1)(g) Life/safety of person 31
8(1)(a) Sovereignty/security 25
8(1)(i) Cabinet papers 16
8(1)(c) Parliament privilege 6
8(1)(b) Contempt of court 5
8(1)(f) Fiduciary (foreign govt) 2

Benchmark Tasks

RTI-Bench supports four benchmark tasks:

Task 1 — Outcome Prediction Given the background narrative, predict the Commission outcome (multi-class classification). Evaluate with macro-F1. Majority baseline: 44.7% accuracy, 14.3% macro-F1.

Task 2 — Exemption Classification Given narrative and decision text, identify which RTI Act exemptions were invoked (multi-label). Evaluate with micro-F1 and per-section F1.

Task 3 — Compliance Outcome Prediction Given the original CIC directive and respondent's compliance submission, predict compliance outcome (SCN_DROPPED / SCN_CONTINUED / PENALTY_IMPOSED). Uses adjunct decision subset (n=17 in v1.0).

Task 4 — Plain-Language Summarisation Given the full decision text, generate a citizen-accessible summary. Reference summaries available in Source A response field. Evaluate with ROUGE-L, BERTScore, and human faithfulness rubrics.


Document Format Generations (Source B)

A notable finding is the evolution of CIC document templates:

  • Format 2023a (n=111): O R D E R / Facts / Decision: headings; bilingual Hindi-English headers; party blocks on separate lines.
  • Format 2023b (n=21): Observations: + Decision: sections; Date of Decision in header.
  • Format 2026 (n=166): DECISION all-caps block; explicit INFORMATION COMMISSIONER: Name label; inline party names; slash-separated dates.

Data Collection and Extraction

Source A: Rule-based extraction from jatinmehra/RTI-CASE-DATASET using regex patterns for public authority, exemption sections, outcome language, penalty amounts, and final direction. Runs in ~30 seconds for 1,218 rows.

Source B: CIC decision PDFs collected from dsscic.nic.in (manual download with CAPTCHA). Text extracted using PyMuPDF. Format-aware rule-based extractors applied per document generation. Full pipeline runs in ~90 seconds for 298 PDFs. No LLM annotation used anywhere.

All scripts available at: [GitHub link — add after upload]


Commissioners Represented (Source B)

Commissioner Count
Amita Pandove 75
Jaya Varma Sinha 40
Sudha Rani Relangi 35
Ashutosh Chaturvedi 30
Vanaja N. Sarna 14

Limitations

  • 17.2% of primary cases carry UNKNOWN outcome labels (49% in CIC PDF subset), reflecting indirect Commission language not captured by current patterns; these require human review before use in supervised classification.
  • CIC PDF corpus concentrated among 5 commissioners; may not represent the full diversity of Information Commission adjudication across India.
  • Appellant name field has low coverage (<25%) due to format variation; not required for the four benchmark tasks.
  • Does not include State Information Commission decisions.
  • Exemption extraction relies on explicit section citations; implicit reasoning about exemptions is not captured.

Ethical Considerations

All data is drawn from publicly available sources. CIC decisions are public records under Indian law. Personal names of appellants appear as part of the public record; researchers should apply appropriate de-identification for downstream applications involving sensitive matters.

Intended use: improving AI-assisted access to justice for Indian citizens. Not intended for use in discouraging legitimate RTI appeals.


Citation

@dataset{bose2025rtibench,
  title     = {RTI-Bench: A Structured Dataset for Indian Right-to-Information Decision Analysis},
  author    = {Bose, Joy},
  year      = {2025},
  publisher = {HuggingFace},
  url       = {https://huggingface.co/datasets/joybose/rti-bench}
}

License

CC BY 4.0. Source data from CIC portal is public domain under Indian government open data policy. Source A derived from jatinmehra/RTI-CASE-DATASET (original license applies to that subset).

Downloads last month
-