Datasets:
Commit ·
0274ea2
1
Parent(s): 892ec34
Update README.md
Browse files
README.md
CHANGED
|
@@ -35,11 +35,16 @@ Monolingual, multilingual and cross-lingual summarization for languages in India
|
|
| 35 |
|
| 36 |
Assamese, Bengali, Gujarati, Hindi, Kannada, Marathi, Malayalam, Manipuri, Punjabi, Oriya, Telugu, Tamil, Urdu, English
|
| 37 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 38 |
## Dataset Structure
|
| 39 |
|
| 40 |
### Data instances
|
| 41 |
|
| 42 |
-
We show an example of
|
| 43 |
```
|
| 44 |
{
|
| 45 |
"source_url": "https://www.pmindia.gov.in/te/news_updates/%E0%B0%8E%E0%B0%B2%E0%B0%95%E0%B1%8D%E0%B0%9F%E0%B1%8D%E0%B0%B0%E0%B0%BE%E0%B0%A8%E0%B0%BF%E0%B0%95%E0%B1%8D%E0%B0%B8%E0%B1%8D-%E0%B0%87%E0%B0%82%E0%B0%95%E0%B0%BE-%E0%B0%B8%E0%B0%AE%E0%B0%BE/"
|
|
@@ -57,9 +62,6 @@ We show an example of an instace of Telugu-Hindi cross-lingual pair from PMIndia
|
|
| 57 |
- 'text': A string containing the article text
|
| 58 |
- 'summary': A string containing the article summary
|
| 59 |
|
| 60 |
-
### Data split
|
| 61 |
-
|
| 62 |
-
[More Information Needed](https://arxiv.org/abs/2305.08828)
|
| 63 |
|
| 64 |
## Dataset Creation
|
| 65 |
|
|
@@ -70,11 +72,11 @@ We also extensively used materials from the [PMIndia parallel corpus](https://ar
|
|
| 70 |
|
| 71 |
### Data construction details
|
| 72 |
|
| 73 |
-
You can find
|
| 74 |
|
| 75 |
### License
|
| 76 |
|
| 77 |
-
Our
|
| 78 |
|
| 79 |
### Materials
|
| 80 |
- **Code repository:** [https://github.com/ashokurlana/pmindiasum](https://github.com/ashokurlana/pmindiasum)
|
|
|
|
| 35 |
|
| 36 |
Assamese, Bengali, Gujarati, Hindi, Kannada, Marathi, Malayalam, Manipuri, Punjabi, Oriya, Telugu, Tamil, Urdu, English
|
| 37 |
|
| 38 |
+
## Usage
|
| 39 |
+
### Monolingual and cross-lingual
|
| 40 |
+
|
| 41 |
+
### Multilingual
|
| 42 |
+
|
| 43 |
## Dataset Structure
|
| 44 |
|
| 45 |
### Data instances
|
| 46 |
|
| 47 |
+
We show an example of a Telugu-Hindi cross-lingual pair from PMIndiaSum:
|
| 48 |
```
|
| 49 |
{
|
| 50 |
"source_url": "https://www.pmindia.gov.in/te/news_updates/%E0%B0%8E%E0%B0%B2%E0%B0%95%E0%B1%8D%E0%B0%9F%E0%B1%8D%E0%B0%B0%E0%B0%BE%E0%B0%A8%E0%B0%BF%E0%B0%95%E0%B1%8D%E0%B0%B8%E0%B1%8D-%E0%B0%87%E0%B0%82%E0%B0%95%E0%B0%BE-%E0%B0%B8%E0%B0%AE%E0%B0%BE/"
|
|
|
|
| 62 |
- 'text': A string containing the article text
|
| 63 |
- 'summary': A string containing the article summary
|
| 64 |
|
|
|
|
|
|
|
|
|
|
| 65 |
|
| 66 |
## Dataset Creation
|
| 67 |
|
|
|
|
| 72 |
|
| 73 |
### Data construction details
|
| 74 |
|
| 75 |
+
You can find more details in our [paper](https://arxiv.org/abs/2305.08828).
|
| 76 |
|
| 77 |
### License
|
| 78 |
|
| 79 |
+
Our materials are licensed under [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/). We also request that you respect the [policies]([https://www.pmindia.gov.in/en/website-policies/](https://www.pmindia.gov.in/en/website-policies/)) from the source website.
|
| 80 |
|
| 81 |
### Materials
|
| 82 |
- **Code repository:** [https://github.com/ashokurlana/pmindiasum](https://github.com/ashokurlana/pmindiasum)
|